Malaplauso Posted July 19, 2010 Share Posted July 19, 2010 Hi all,I have installed my 1.3 prestashop new online shop, but when a customer wants to register there is an error creating the account.I created the web previously with version 1.2.5 in local server. I installed clean 1.3 version and import the BBDD previously created in local.I have modified the /prestashop/config/config.inc.php file to setup debug mode, but I can´t see which is the error.Anybody can help me?Thanks a lot.P.D. The web is in spanish www.motoyquad.es Link to comment Share on other sites More sharing options...
Malaplauso Posted July 19, 2010 Author Share Posted July 19, 2010 Hi again,I think that the problems could be in group cration, because I can't create or modify groups. When I want to do it, I recieve a message like Unknown column 'price_display_method' in 'field list'Please, I need help. I have my shop stopped.Thanks a lot. Link to comment Share on other sites More sharing options...
rocky Posted July 20, 2010 Share Posted July 20, 2010 It sounds like you are trying to use PrestaShop v1.3 files with a PrestaShop v1.2.5 database, which won't work. PrestaShop v1.3 has a price_display_method that is missing from your database. Link to comment Share on other sites More sharing options...
Malaplauso Posted July 20, 2010 Author Share Posted July 20, 2010 Hi,and what are your recomendation?Install 1.2.5 version on the server?It means if I want to use 1.3.1 or next versions I couldn't.Thx. Link to comment Share on other sites More sharing options...
rocky Posted July 20, 2010 Share Posted July 20, 2010 You should make sure that there are no duplicate rows in your database, then use PrestaShop's installer to upgrade your PrestaShop v1.2.5 database to the PrestaShop v1.3 database. Link to comment Share on other sites More sharing options...
Malaplauso Posted July 20, 2010 Author Share Posted July 20, 2010 Sorry, but I'm not an expertise. Which tables I have to check.If I understand I have to install in the server 1.2.5 version with database, and run the installer to upgrade to 1.3.1.Thx Link to comment Share on other sites More sharing options...
rocky Posted July 20, 2010 Share Posted July 20, 2010 You should upload the PrestaShop v1.3.1 files to your server, then copy your existing PrestaShop v1.2.5 database to your server. Make sure that config/settings.inc.php exists with your database details and the PS_VERSION as '1.2.5.0', then run the installer and choose the "Upgrade" option. The reason I said to remove duplicate rows from your database tables is that PrestaShop v1.3.1 adds indexes to many tables, and many people have been getting SQL errors because the tables have duplicate rows, causing the index to fail.This site here explains how to delete duplicate rows from your database. It might be a good idea for someone to write a module that automatically deletes duplicate rows. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now