- Posts: 1
- Thank you received: 0
Problem with MarvikShop Installation
13 years 1 month ago #362
by mjabate
Problem with MarvikShop Installation was created by mjabate
I purchased MarvikShop assuming it would be just an easy installation and I could have my shop up and running. I haven't been able to even install it without problems. If there is an easier solution to the one below I am open to it. I have tried almost every solution posted online and only one made progress. I usually use Virtuemart, but it hasn't been developed for 1.7. Please have a look.
I'm hoping that someone can help me solve this problem as I have spent the entire day reading posts and trying to solve it myself. Here is what I am working with first:
Database Version 5.1.37
Database Collation utf8_general_ci
PHP Version 5.3.0
Web Server Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 1.7.0 Stable [ Ember ] 19-Jul-2011 14:00 GMT
I purchased the latest version of MarvikShop today and followed the instructions for installation. After editing the index.php files an error message comes up when I clicked "Clean Install".
Fatal error: Cannot redeclare do_magic_quotes_gpc() (previously declared in /home/.../public_html/includes/functions/compatibility.php:19)
I tried all solutions posted here with no luck and only found these two posts that solved the problem:
github.com/osCommerce/oscommerce2/blob/m...ns/compatibility.php
github.com/osCommerce/oscommerce2/blob/m...ns/compatibility.php
This allowed me to complete the installation but also brought about another error message:
Deprecated: Function eregi() is deprecated in C:\wamp\www\catalog\includes\classes\language.php on line 87
I solved this by using this post:
forums.oscommerce.com/topic/341025-funct...eregi-is-deprecated/
Then another error came up:
Deprecated: Function split() is deprecated
This I solved by changing 'split' to explode.
Now I have another error message:
Deprecated: Function ereg() is deprecated in \xampp\htdocs\joomla\components\com_oscommerce\index.php on line 471
I feel like this is a rocky road and I just want a component that installs properly the first time. Please get in touch with me as soon as possible.
Best Regards
I'm hoping that someone can help me solve this problem as I have spent the entire day reading posts and trying to solve it myself. Here is what I am working with first:
Database Version 5.1.37
Database Collation utf8_general_ci
PHP Version 5.3.0
Web Server Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
WebServer to PHP Interface apache2handler
Joomla! Version Joomla! 1.7.0 Stable [ Ember ] 19-Jul-2011 14:00 GMT
I purchased the latest version of MarvikShop today and followed the instructions for installation. After editing the index.php files an error message comes up when I clicked "Clean Install".
Fatal error: Cannot redeclare do_magic_quotes_gpc() (previously declared in /home/.../public_html/includes/functions/compatibility.php:19)
I tried all solutions posted here with no luck and only found these two posts that solved the problem:
github.com/osCommerce/oscommerce2/blob/m...ns/compatibility.php
github.com/osCommerce/oscommerce2/blob/m...ns/compatibility.php
This allowed me to complete the installation but also brought about another error message:
Deprecated: Function eregi() is deprecated in C:\wamp\www\catalog\includes\classes\language.php on line 87
I solved this by using this post:
forums.oscommerce.com/topic/341025-funct...eregi-is-deprecated/
Then another error came up:
Deprecated: Function split() is deprecated
This I solved by changing 'split' to explode.
Now I have another error message:
Deprecated: Function ereg() is deprecated in \xampp\htdocs\joomla\components\com_oscommerce\index.php on line 471
I feel like this is a rocky road and I just want a component that installs properly the first time. Please get in touch with me as soon as possible.
Best Regards
Please Log in or Create an account to join the conversation.
13 years 1 month ago #363
by Sandra
Replied by Sandra on topic Re: Problem with MarvikShop Installation
The problem is PHP Version 5.3.0 with Oscommerce.
Fatal error: Cannot redeclare do_magic_quotes_gpc() (previously declared in /home/.../public_html/includes/functions/compatibility.php:19)
This means somewhere else was this declared. What you can do is to delete these rules.
For the last one. Try to delete 470 to 507. And looks what happen then.
The frontview is done by 'mshop_pl_src.php'
Fatal error: Cannot redeclare do_magic_quotes_gpc() (previously declared in /home/.../public_html/includes/functions/compatibility.php:19)
This means somewhere else was this declared. What you can do is to delete these rules.
For the last one. Try to delete 470 to 507. And looks what happen then.
The frontview is done by 'mshop_pl_src.php'
Please Log in or Create an account to join the conversation.
- Support Team
- Offline
- Moderator
Less
More
- Posts: 106
- Thank you received: 10
13 years 1 month ago #365
by Support Team
Replied by Support Team on topic Re: Problem with MarvikShop Installation php 5.3
Please Log in or Create an account to join the conversation.
- Support Team
- Offline
- Moderator
Less
More
- Posts: 106
- Thank you received: 10
13 years 1 month ago #366
by Support Team
Replied by Support Team on topic Re: Problem with MarvikShop Installation php 5.3
Hi,
We are just busy with a new version. Let us know what happen with this update. It contained some fixes for php 5.3. Just replace the files.
We are just busy with a new version. Let us know what happen with this update. It contained some fixes for php 5.3. Just replace the files.
Please Log in or Create an account to join the conversation.