lenieto3 Posted May 15, 2014 Share Posted May 15, 2014 Hi, I want to install prestashop 1.6 on my server but I get the following error trying to do it using the php script. PHP: Notice : Undefined offset: 2 in ~/classes/datas.php When I try to install it using the web browser I just can go until the step where you introduce the database data configuration and when I click the "Test database connection" button nothing happens, the same when press the "continue" button. This is the server info: # cat /etc/debian_version 6.0.9 # php -vPHP 5.3.3-7+squeeze19 with Suhosin-Patch (cli) (built: Feb 17 2014 10:10:23)Copyright © 1997-2009 The PHP GroupZend Engine v2.3.0, Copyright © 1998-2010 Zend Technologies with Suhosin v0.9.32.1, Copyright © 2007-2010, by SektionEins GmbH # apache2 -vServer version: Apache/2.2.16 (Debian)Server built: Feb 1 2014 21:22:42 # mysql --versionmysql Ver 14.14 Distrib 5.1.73, for debian-linux-gnu (x86_64) using readline 6.1 Could you please help me with this issue? should I install Prestashop 1.5 instead? should I upgrade PHP or something else? Thanks a lot... 1 Link to comment Share on other sites More sharing options...
lenieto3 Posted May 23, 2014 Author Share Posted May 23, 2014 (edited) It's solved (thanks to @xtaz07), I was passing the parameters in the wrong way. --parameter value (wrong) --parameter="value" (right) Edited May 25, 2014 by lenieto3 (see edit history) Link to comment Share on other sites More sharing options...
mihai1986 Posted May 25, 2014 Share Posted May 25, 2014 (edited) Hi, I want install prestashop 1.6.0.6 on my server but of 45% I get this error: "Configure shop information" For build serever I used this tutorial: http://www.howtoforge.com/perfect-server-debian-wheezy-nginx-bind-dovecot-ispconfig-3 Please help me, I can not find how to solve this error Edited May 25, 2014 by mihai1986 (see edit history) Link to comment Share on other sites More sharing options...
lenieto3 Posted May 25, 2014 Author Share Posted May 25, 2014 Hi, I think it is better if you post a new topic with your specific problem, so people can help you better. It is a nice thing to chek the file ~/install/error_log Here you can get more information about what is going wrong during the install. Check out this link, it is about prestashop 1.5 but could be useful for you. Link to comment Share on other sites More sharing options...
mihai1986 Posted May 28, 2014 Share Posted May 28, 2014 (edited) Hi, I found error log plase: ( /var/log/ispconfig/httpd/exemple.com/error.log ) solution is described here: https://rtcamp.com/tutorials/php/increase-script-execution-time/ but now I have a new problem: -------------------------------- Install theme Table 'ps_linksmenutop' doesn't exist Table 'ps_linksmenutop_lang' doesn't exist --------------------------------- how can I resolve this error? Edited May 28, 2014 by mihai1986 (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted May 28, 2014 Share Posted May 28, 2014 Hi, I found error log plase: ( /var/log/ispconfig/httpd/exemple.com/error.log ) solution is described here: https://rtcamp.com/tutorials/php/increase-script-execution-time/ but now I have a new problem: -------------------------------- Install theme Table 'ps_linksmenutop' doesn't exist Table 'ps_linksmenutop_lang' doesn't exist --------------------------------- how can I resolve this error? Hi, you should reinstall PrestaShop with these new php.ini settings. It seems that those tables were never created during the install. 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