- Posts: 1
- Thank you received: 0
Cannot load Quick Demo and Getting Errors in Frontend with OT Car Accessories
- Lane Harris
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 5 months ago #6252
by Lane Harris
Cannot load Quick Demo and Getting Errors in Frontend with OT Car Accessories was created by Lane Harris
Purchase the OT Car Accessories several months back and have not been able to load the Quick Store Demo. I have been able to load the template but it produces error in the front end.
I am using a local service on my computer. Have tried xampp-portable 3.1(Windows) and lately try it on BitNami WAMP Stack 5.4.21.0(Joomla). Tried uninstall the template and re-install - didn't help.
Frustrated. Errors I am seeing.
Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\templates\ot_caraccessories\lib\layout\tpl.function.php on line 56
Strict Standards: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\includes\application.php on line 539
Strict Standards: Only variables should be assigned by reference in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\templates\ot_caraccessories\lib\layout\tpl.function.php on line 56
Strict Standards: Only variables should be assigned by reference in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\templates\ot_caraccessories\index.php on line 130
Strict Standards: Only variables should be assigned by reference in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\templates\ot_caraccessories\lib\layout\tpl.function.php on line 172
I am using a local service on my computer. Have tried xampp-portable 3.1(Windows) and lately try it on BitNami WAMP Stack 5.4.21.0(Joomla). Tried uninstall the template and re-install - didn't help.

Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\templates\ot_caraccessories\lib\layout\tpl.function.php on line 56
Strict Standards: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\includes\application.php on line 539
Strict Standards: Only variables should be assigned by reference in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\templates\ot_caraccessories\lib\layout\tpl.function.php on line 56
Strict Standards: Only variables should be assigned by reference in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\templates\ot_caraccessories\index.php on line 130
Strict Standards: Only variables should be assigned by reference in C:\BitNami\wampstack-5.4.21-0\apps\joomla\htdocs\templates\ot_caraccessories\lib\layout\tpl.function.php on line 172
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
11 years 5 months ago - 11 years 5 months ago #6253
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Cannot load Quick Demo and Getting Errors in Frontend with OT Car Accessories
Hi,
So you use XAMP portable. Are you able to edit php.ini of XAMP portable? If your XAMP located in a folder, you can find php.ini file to edit the error_reporting as below:
Save the file, restart apache from XAMP service controller.
It will work.
Thanks
So you use XAMP portable. Are you able to edit php.ini of XAMP portable? If your XAMP located in a folder, you can find php.ini file to edit the error_reporting as below:
Code:
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
Save the file, restart apache from XAMP service controller.
It will work.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last edit: 11 years 5 months ago by Linh Robert.
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds