- Berichten: 106
- Ontvangen bedankjes 10
I have a problem to install it
- emr590
- Onderwerp Auteur
- Bezoeker
13 jaren 4 maanden geleden #338
door emr590
I have a problem to install it werd gestart door 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
Graag Inloggen of een account aanmaken deelnemen aan het gesprek.
- Support Team
- Offline
- Moderator
Minder
Meer
13 jaren 4 maanden geleden #339
door Support Team
Beantwoord door Support Team in topic 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
Graag Inloggen of een account aanmaken deelnemen aan het gesprek.
13 jaren 2 maanden geleden #349
door Simpel
Beantwoord door Simpel in topic 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:
Graag Inloggen of een account aanmaken deelnemen aan het gesprek.