simplicity quickstart: blankpage and Strict Standards error

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 23, 2013 11:28 am
Reply with quote
Report this post
Hello, I just installed simplicity for joomla 2.5 with the quickstart file. It doesnt shows at the end, just a blank page and adjusting the joomla error reporting on Development I got the message:

Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in /home/raider/public_html/gk_simplicity_quickstart_J25/libraries/joomla/html/parameter.php on line 512

I already look for a solutuion on the web and fix some error display configurations on php. But still got this error.

Can anyone help here, please?
User avatar
Fresh Boarder

GK User
Sat Mar 23, 2013 11:39 am
Reply with quote
Report this post
I know there are a lot of issues like this, in my case the php.ini is:

error_reporting = E_ALL | E_STRICT
display_errors = On

System Info:

PHP Built On Linux vps.literaputa.com 2.6.18-028stab099.3 #1 SMP Wed Mar 7 15:20:22 MSK 2012 x86_64
Database Version 5.1.68-cll
Database Collation utf8_general_ci
PHP Version 5.3.9
Web Server Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 2.5.9 Stable [ Ember ] 4-February-2013 14:00 GMT
Joomla! Platform Version Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0) Gecko/20100101 Firefox/19.0

PHP Settings:

Safe Mode Off
Open basedir None
Display Errors On
Short Open Tags On
File Uploads On
Magic Quotes Off
Register Globals Off
Output Buffering Off
Session Save Path /tmp
Session Auto Start 0
XML Enabled Yes
Zlib Enabled Yes
Native ZIP Enabled No
Disabled Functions None
Mbstring Enabled No
Iconv Available Yes
User avatar
Fresh Boarder

GK User
Sun Mar 24, 2013 9:37 pm
Reply with quote
Report this post
Hi,

For joomla installations I recommend to use the following error_reporting value:

Code: Select all
E_ALL & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING & ~E_NOTICE
User avatar
Administrator


cron