Strict Standards again...
Permalink
Hello,
I was a happy concrete5-User so far, but the "Strict-Standard-error" occured at my page
http://www.los-amigos-projekt.de/index.php...
the last days:
I already found some threads about this topic. All suggests refer to the error_reporting-variable. At my webserver, it is set to
which seems to correspond to E_ALL (I got the value 32767 via phpinfo()). The problem is, that I don't have the permissions to edit the php.ini of my webserver.
Is there any possibility to solve this problem?
What's really strange about it: The site ran without any problems for months! My provider said, that he didn't change any php-configurations.
Thanks for any hints!
Greetings from Germany,
dawu
I was a happy concrete5-User so far, but the "Strict-Standard-error" occured at my page
http://www.los-amigos-projekt.de/index.php...
the last days:
Strict Standards: Non-static method Cache::get() should not be called statically in /home/www/xx/los-amigos-projekt.de/htdocs/concrete/models/package.php on line 78 Strict Standards: Non-static method Cache::key() should not be called statically in /home/www/xx/los-amigos-projekt.de/htdocs/concrete/libraries/cache.php on line 111 Strict Standards: Non-static method Cache::getLibrary() should not be called statically in /home/www/xx/los-amigos-projekt.de/htdocs/concrete/libraries/cache.php on line 115 ...
I already found some threads about this topic. All suggests refer to the error_reporting-variable. At my webserver, it is set to
error_reporting = 32767
which seems to correspond to E_ALL (I got the value 32767 via phpinfo()). The problem is, that I don't have the permissions to edit the php.ini of my webserver.
Is there any possibility to solve this problem?
What's really strange about it: The site ran without any problems for months! My provider said, that he didn't change any php-configurations.
Thanks for any hints!
Greetings from Germany,
dawu
Thanks for your fast answer! Very nice!
As far as I know, I didn't change to development mode. Unfortunately I am not able to log in anymore. After entering the username an pw, I only get Strict standard errors.
I forgot to mention that display_errors is already set 'off', as I can see at phpinfo().
As far as I know, I didn't change to development mode. Unfortunately I am not able to log in anymore. After entering the username an pw, I only get Strict standard errors.
I forgot to mention that display_errors is already set 'off', as I can see at phpinfo().
Hello,
the problem is solved. My server provider found the problems. Some technical issues at the server.
Greetings,
dawu
the problem is solved. My server provider found the problems. Some technical issues at the server.
Greetings,
dawu
Also if that doesn't help you can use PHP's ini_set to set the reporting level: