louis15 Posted November 14, 2013 Share Posted November 14, 2013 Hi, I have created a database with mysqladmin because my phpmyadmin does not work mysqladmin -u root -p create prestashop mysql -u root -p >GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES, CREATE TEMPORARY TABLES ON `prestashop`.* TO 'root@'localhost' IDENTIFIED BY 'password'; In the assistent the test for db connection works Then it creates settng.inc file Then it creates db tables Then it would like to Create default shop and languages: But the it gives the message:Cannot install language "English (English)" How can i find a solution for this? Regards Link to comment Share on other sites More sharing options...
PascalVG Posted November 16, 2013 Share Posted November 16, 2013 Maybe have a look here: http://www.prestashop.com/forums/topic/237015-v1540-cannot-install-language-english-english/?view=findpost&p=1169650 My 2 cents, pascal Link to comment Share on other sites More sharing options...
louis15 Posted November 16, 2013 Author Share Posted November 16, 2013 Hi Pascal, Thanks for your reply. I've tried you indication but without success. Still the same error:Cannot install language "English (English) Hans Baele 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