<p>I just migrated an old Joomla site from my 5106R to a shiny new 5108R.</p>
<p>On the 5106R, it was running under php V5.3.3 and ran fine.</p>
<p>On the 5108R, it is running under php V5.4.19 and throws STRICT STANDARDS errors all over the place.</p>
<p>The php.ini in the 5.4.19 directory (/home/solarspeed/php/etc has this line:</p>
<p>error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT</p>
<p>and</p>
<p>display_errors = Off</p>
<p>The httpd site29.include file has (and yes, this is site 29 :D ):</p>
<p><Directory /home/.sites/95/site29/web/ ><br />AllowOverride Options All<br />php_flag display_errors Off<br />php_flag log_errors On<br />php_flag zlib.output_compression Off<br />php_flag magic_quotes_gpc Off<br />php_flag magic_quotes_runtime Off<br />php_flag zend.ze1_compatibility_mode Off<br />php_flag suhosin.session.encrypt Off<br />php_flag session.auto_start Off<br />php_value session.gc_maxlifetime 21600<br />php_value session.gc_divisor 500<br />php_value session.gc_probability 1<br />php_value mbstring.func_overload 0<br />php_value error_reporting 30719<br /></Directory><br /><br /></p>
<p>The warnings still display ...  I could use some inspiration!</p>
<p>Thanks!</p>
<p>Will</p>