The Real design

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Mon Jun 11, 2012 8:13 pm
Hallo,i installed the real design on joomla 2,5 but i get script errors shown both on menu and on view site,can you help please
art11.jpg
art22.jpg
User avatar
Junior Boarder

Konrad M
Mon Jun 11, 2012 8:17 pm
Hi,
Please check php.ini file on your server. Find option 'display_errors' and check if is set as 'off'. If no please change to off. If you have no access to this please ask your hosting company to do it.
User avatar

GK User
Mon Jun 11, 2012 10:16 pm
i have turned everything off ,i still get the same result

display_errors
; Default Value: off
; Development Value: off
; Production Value: Off

; display_startup_errors
; Default Value: Off
; Development Value: off
; Production Value: Off

; error_reporting
; Default Value: E_ALL & ~E_NOTICE
; Development Value: E_ALL | E_STRICT
; Production Value: E_ALL & ~E_DEPRECATED

; html_errors
; Default Value: off
; Development Value: off
; Production value: Off
User avatar
Junior Boarder

Konrad M
Mon Jun 11, 2012 10:25 pm
Which php version do you have ?
User avatar

GK User
Mon Jun 11, 2012 10:29 pm
i run the latest xampp with
# Apache 2.2.21
# MySQL 5.5.16
# PHP 5.3.8
# phpMyAdmin 3.4.5
User avatar
Junior Boarder

GK User
Mon Jun 11, 2012 11:26 pm
here is an example of what i read

Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in C:\xampp\htdocs\joomla_2.5.4\libraries\joomla\html\parameter.php on line 512

Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\joomla_2.5.4\templates\gk_the_real_design\lib\gk.framework.php on line 620

and many many more like these
User avatar
Junior Boarder

Konrad M
Tue Jun 12, 2012 8:12 am
Go to your php.ini and find
Code: Select all
error_reporting = E_ALL | E_STRICT

and try delete
Code: Select all
| E_STRICT
User avatar

GK User
Tue Jun 12, 2012 9:37 am
Thank you problem solved , you re great!
User avatar
Junior Boarder


cron