Error in override.php (not my file)

Website URL = freerss2.freecluster.eu

Error Message:
{{{
Fatal error : Cannot redeclare putenv() in /var/www/errors/override.php on line 9
}}}

It’s for sure not my file and AFAIK the upgrade at this domain is already completed.

2 Likes

This is the error

Cannot redeclare putenv()

Maybe check your include/require statements? Maybe the file containing the function is being required multiple times?

Try using “require_once()” instead of “require()”?

1 Like

According to file path, it is not related to my sources.
I double-checked my project - no any sources with similar name.
Just to be sure, I also searched for this file name inside my sources - also zero matches.
The path in this message is obviously related to hosting infrastructure.

Something happen on back-end side, and now the error disappeared.
This topic could be closed.
Thanks for support.

2 Likes

I’m glad to hear it’s working now.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.