- Beiträge: 106
- Dank erhalten: 10
I have a problem to install it
- emr590
- Autor
- Besucher
13 Jahre 3 Monate her #338
von emr590
I have a problem to install it wurde erstellt von emr590
joomela 1.5.23
probleme on loading after add
JPluginHelper::importPlugin('system');
include('components/com_oscommerce/j15comp.php');
include('components/com_oscommerce/includes/configure.php');
include('components/com_oscommerce/includes/application_top.php');
on administator index php
Fatal error: Call to undefined function do_magic_quotes_gpc() in /home/www/table1/www/slimlife-fr/administrator/components/com_oscommerce/includes/functions/compatibility.php on line 33
probleme on loading after add
JPluginHelper::importPlugin('system');
include('components/com_oscommerce/j15comp.php');
include('components/com_oscommerce/includes/configure.php');
include('components/com_oscommerce/includes/application_top.php');
on administator index php
Fatal error: Call to undefined function do_magic_quotes_gpc() in /home/www/table1/www/slimlife-fr/administrator/components/com_oscommerce/includes/functions/compatibility.php on line 33
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- Support Team
- Offline
- Moderator
Weniger
Mehr
13 Jahre 3 Monate her #339
von Support Team
Support Team antwortete auf Re: I have a problem to install it
People who get this error. The problem solved beneath.
You should not be running with PHP 6.0. First of all, it's an unreleased test version, and is not considered ready for any kind of production use. Second, osC makes use of many of the functions that PHP is removing in PHP 6.0, among them get_magic_quotes_gpc() (there seems to be some discussion about putting that one back in). Read this: us.php.net/ma....deprecated.php . As of PHP 5.3, they will generate "deprecated" errors, warning you to upgrade your code.
link
You should not be running with PHP 6.0. First of all, it's an unreleased test version, and is not considered ready for any kind of production use. Second, osC makes use of many of the functions that PHP is removing in PHP 6.0, among them get_magic_quotes_gpc() (there seems to be some discussion about putting that one back in). Read this: us.php.net/ma....deprecated.php . As of PHP 5.3, they will generate "deprecated" errors, warning you to upgrade your code.
link
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
13 Jahre 1 Monat her #349
von Simpel
Simpel antwortete auf Re: I have a problem to install it
What you can try to do is Install joomla 1.7 and marvikShop 2.0, maybe problem has been solved. Some other point is to eleminate this function to test. Because is it undefined. Just put // before this fuction and looks what happend. :silly:
Bitte Anmelden oder Registrieren um der Konversation beizutreten.