Hi,
PHP after the rebuild is 5.3.6
I added this:
error_reporting(~E_ALL);
ini_set('display_errors',TRUE);
to /components/com_gantry/gantry.php just after the <?php
and got this. I'm thinking I need to roll PHP back to a different version.
Strict Standards: Non-static method JUtility::parseAttributes() should not be called statically, assuming $this from incompatible context in/libraries/joomla/document/html/html.php on line 382
Strict Standards: Non-static method JLoader::load() should not be called statically in /home/imec/public_html/subsites/mt-online.com/libraries/loader.php on line 161
Strict Standards: Non-static method JLoader::register() should not be called statically in /libraries/loader.php on line 138
Strict Standards: Non-static method JModuleHelper::getModules() should not be called statically, assuming $this from incompatible context in /libraries/joomla/document/html/renderer/modules.php on line 40
Strict Standards: Non-static method JModuleHelper::_load() should not be called statically, assuming $this from incompatible context in /libraries/joomla/application/module/helper.php on line 88
This is not all of the errors. I clipped them because of forum post limits.
- Mike