Site is broken
Permalink
My sitehttp://www.misguideddesign.com is broken. I'm receiving the following messages:
Strict Standards: Non-static method Cache::get() should not be called statically in /home1/sonnylde/public_html/concrete/models/package.php on line 78
Strict Standards: Non-static method Cache::getLibrary() should not be called statically in /home1/sonnylde/public_html/concrete/libraries/cache.php on line 115
Strict Standards: Non-static method User::checkUserForeverCookie() should not be called statically in /home1/sonnylde/public_html/concrete/startup/user.php on line 4
Strict Standards: Non-static method PermissionsCache::getIdentifier() should not be called statically in /home1/sonnylde/public_html/concrete/models/permissions.php on line 15
there are multiples of each message for different lines.
I tried upgrading Concrete5 but it failed, any ideas what I need to do? Appreciated!
Strict Standards: Non-static method Cache::get() should not be called statically in /home1/sonnylde/public_html/concrete/models/package.php on line 78
Strict Standards: Non-static method Cache::getLibrary() should not be called statically in /home1/sonnylde/public_html/concrete/libraries/cache.php on line 115
Strict Standards: Non-static method User::checkUserForeverCookie() should not be called statically in /home1/sonnylde/public_html/concrete/startup/user.php on line 4
Strict Standards: Non-static method PermissionsCache::getIdentifier() should not be called statically in /home1/sonnylde/public_html/concrete/models/permissions.php on line 15
there are multiples of each message for different lines.
I tried upgrading Concrete5 but it failed, any ideas what I need to do? Appreciated!
The quickest fix would be to disable strict standards (or at least messaging) for your hosting environment.
tech support wasn't sure how to do that, lol, but they fixed most of the problem by updating php. I'm able to get onto the site now to clean it up at least. thanks for the reply!