- Posts: 1
- Thank you received: 0
Re: Many problem with Xampp
- Andrey Korostelev
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 1 week ago - 13 years 1 week ago #1094
by Andrey Korostelev
Re: Many problem with Xampp was created by Andrey Korostelev
Hi, I have similar problem with template "OT FLOWER".
I've installed "OT_Flower_quickstart_demo_installation_j25.zip" locally (with XAMP 1.7.7 and Joomla 2.5.4) and I get messages between main menu and slideshow:
and similar messages in component area
I've installed "OT_Flower_quickstart_demo_installation_j25.zip" locally (with XAMP 1.7.7 and Joomla 2.5.4) and I get messages between main menu and slideshow:
Code:
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method convertECB::getSetExchangeRates() should not be called statically in E:\xampp\htdocs\azure\libraries\joomla\cache\controller\callback.php on line 159
Strict Standards: Non-static method VmConnector::handleCommunication() should not be called statically in E:\xampp\htdocs\azure\administrator\components\com_virtuemart\plugins\currency_converter\convertECB.php on line 139
Strict Standards: Non-static method VmConfig::get() should not be called statically in E:\xampp\htdocs\azure\administrator\components\com_virtuemart\helpers\connection.php on line 76
Warning: fopen(http://www.ecb.europa.eu:80/stats/eurofxref/eurofxref-daily.xml) [function.fopen]: failed to open stream: No connection could be made because the target machine actively refused it. in E:\xampp\htdocs\azure\administrator\components\com_virtuemart\helpers\connection.php on line 174
Notice: Undefined variable: errstr in E:\xampp\htdocs\azure\administrator\components\com_virtuemart\helpers\connection.php on line 179
Notice: Undefined variable: errno in E:\xampp\htdocs\azure\administrator\components\com_virtuemart\helpers\connection.php on line 179
and similar messages in component area
Last edit: 13 years 1 week ago by Andrey Korostelev.
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 week ago #1099
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: Many problem with Xampp
Hi,
As you see this warning or error message is happen also with the core file of VirtueMart, not template.
This usually happen when you run site in localhost and it can not get the currency exchange information from this call
You can turn off the error notice setting of php or leave it there, it may not happen in host or when VirtueMart update their function to not use "fopen" to get file.
Thanks
As you see this warning or error message is happen also with the core file of VirtueMart, not template.
This usually happen when you run site in localhost and it can not get the currency exchange information from this call
Code:
fopen(http://www.ecb.europa.eu:80/stats/eurofxref/eurofxref-daily.xml)
You can turn off the error notice setting of php or leave it there, it may not happen in host or when VirtueMart update their function to not use "fopen" to get file.
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/
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds