- Posts: 1
- Thank you received: 0
Error message after installation on website
- onah samuel
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 2 months ago #7077
by onah samuel
Error message after installation on website was created by onah samuel
Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in C:\xampp\htdocs\worksavvy\libraries\joomla\html\parameter.php on line 512
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\mod_ot_scroller.php on line 14
Strict Standards: Non-static method modOTScrollerHelper::getFolder() should not be called statically in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\mod_ot_scroller.php on line 19
Strict Standards: Non-static method modOTScrollerHelper::getImages() should not be called statically in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\mod_ot_scroller.php on line 20
Strict Standards: Creating default object from empty value in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\helper.php on line 40
Strict Standards: Creating default object from empty value in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\helper.php on line 40
Strict Standards: Creating default object from empty value in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\helper.php on line 40
How do I fix this?
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\mod_ot_scroller.php on line 14
Strict Standards: Non-static method modOTScrollerHelper::getFolder() should not be called statically in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\mod_ot_scroller.php on line 19
Strict Standards: Non-static method modOTScrollerHelper::getImages() should not be called statically in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\mod_ot_scroller.php on line 20
Strict Standards: Creating default object from empty value in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\helper.php on line 40
Strict Standards: Creating default object from empty value in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\helper.php on line 40
Strict Standards: Creating default object from empty value in C:\xampp\htdocs\worksavvy\modules\mod_ot_scroller\helper.php on line 40
How do I fix this?
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 2 months ago #7086 by Trung Duong
Replied by Trung Duong on topic Re: Error message after installation on website
Hello,
Note your PHP configuration is set to display errors whereas these should be off for an ideal installation/server particularly one that is live.
Locate the php.ini file and the line
and change this to
At the same time you should also do the same for
and change to
and edit this file: libraries\joomla\html\parameter.php on line 512
must be
Regards
Note your PHP configuration is set to display errors whereas these should be off for an ideal installation/server particularly one that is live.
Locate the php.ini file and the line
Code:
display_errors = On
Code:
display_errors = Off
Code:
magic_quotes_gpc = On
Code:
magic_quotes_gpc = Off
and edit this file: libraries\joomla\html\parameter.php on line 512
Code:
public function loadSetupFile($path)
must be
Code:
public function loadSetupFile($path=null)
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds