posedos Posted August 8, 2014 Share Posted August 8, 2014 (edited) I've been struggling with this issue for over a week now. At first I was trying to create a clone of a existing prestashop installation which I have done before and got some weird errors, but now I am stuck on installing a new prestashop. I tried installing 1.5.6.0 and after failing to do so, I tried 1.6.0.9. During both installations at the last step, when the automated installation process starts, it crashes on 0% while "Creating settings.inc file." I know this is not a file permission issue because after the first try, a gave my www folder (and sub folders) all (777) access. Also could not find any clear explanation through Google. Has anyone else experienced this? Can I somehow at least get a normal error output rather than this user-friendly one? P.S. It also seemed odd, that in step "Configure your database," after I click "Test your database connection now!" it creates a ps_test table in the database, that prevents continuing of the installation and notifies me "Table 'ps_test' already exists" Edited August 8, 2014 by posedos (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted August 8, 2014 Share Posted August 8, 2014 is this a godaddy shared hosting? Link to comment Share on other sites More sharing options...
posedos Posted August 8, 2014 Author Share Posted August 8, 2014 No. This on a private/local machine. Link to comment Share on other sites More sharing options...
El Patron Posted August 8, 2014 Share Posted August 8, 2014 at some point of your choosing, config/defines.inc.php define('_PS_MODE_DEV_', true); set to true turn off when done possibly get you an error code and as this is on localhost, then difficult to diagnose Link to comment Share on other sites More sharing options...
posedos Posted August 10, 2014 Author Share Posted August 10, 2014 So, setting the development mode didn't help at all. I don't seem to get any additional error info. Link to comment Share on other sites More sharing options...
El Patron Posted August 10, 2014 Share Posted August 10, 2014 you may be better severed running on a remote host given these issues installing locally Link to comment Share on other sites More sharing options...
posedos Posted August 11, 2014 Author Share Posted August 11, 2014 I have a remote hosting, bet I would like to develop and test features on a local machine because I cannot run Git on the host. Though it seems like I'm out of options. Link to comment Share on other sites More sharing options...
El Patron Posted August 11, 2014 Share Posted August 11, 2014 I have a remote hosting, bet I would like to develop and test features on a local machine because I cannot run Git on the host. Though it seems like I'm out of options. what is you localhost set up? Does phpmyadmin run ok on it? Link to comment Share on other sites More sharing options...
posedos Posted August 11, 2014 Author Share Posted August 11, 2014 I don't use phpmyadmin. I use Emma (GUI for MySql on Linux). But the database connection is fine, if that's what you're wondering. Link to comment Share on other sites More sharing options...
mickeyboy1 Posted August 11, 2014 Share Posted August 11, 2014 Could you not just delete the table "ps_test" then try installing again ?? Link to comment Share on other sites More sharing options...
El Patron Posted August 11, 2014 Share Posted August 11, 2014 i had copied all the file to my godaddy hosting but when going for installtion it shos error 505 internal server error pls help how to install it in my windows hosting please start your own topic, you are off topic. Follow forum rules on posting, i.e. stay on topic or post new topic. Thank you. Link to comment Share on other sites More sharing options...
El Patron Posted August 11, 2014 Share Posted August 11, 2014 I don't use phpmyadmin. I use Emma (GUI for MySql on Linux). But the database connection is fine, if that's what you're wondering. I'm wondering if you had any other programs running on your localhost, please note we do not know anything about your environment or your skill level, so we have to start with basic questions, just as boring for us as you. run a wp/joomla/drupal or any other cms on your localhost? have you ever installed ps on your localhost? as it is now we are notdebugging prestashop but your server environment. maybe post a phpinfo. Link to comment Share on other sites More sharing options...
posedos Posted August 12, 2014 Author Share Posted August 12, 2014 (edited) I am not runny any other CMS. Yes, I have installed prestashop on localhost before. My HDD died, so I had to do a clean isntall. I am running Linux Mint 17 Cinnamon. My best guess is that something is actually missing somewhere, because Mint does not come with apache or php pre-installed. PHP Version 5.5.9-1ubuntu4.3 Build Date Jul 7 2014 16:33:02 Server API Apache 2.0 Handler Virtual Directory Support disabled Configuration File (php.ini) Path /etc/php5/apache2 Loaded Configuration File /etc/php5/apache2/php.ini Scan this dir for additional .ini files /etc/php5/apache2/conf.d Additional .ini files parsed /etc/php5/apache2/conf.d/05-opcache.ini, /etc/php5/apache2/conf.d/10-pdo.ini, /etc/php5/apache2/conf.d/20-gd.ini, /etc/php5/apache2/conf.d/20-json.ini, /etc/php5/apache2/conf.d/20-mysql.ini, /etc/php5/apache2/conf.d/20-mysqli.ini, /etc/php5/apache2/conf.d/20-pdo_mysql.ini PHP API 20121113 PHP Extension 20121212 Zend Extension 220121212 Zend Extension Build API220121212,NTS PHP Extension Build API20121212,NTS Debug Build no Thread Safety disabled Zend Signal Handling disabled Zend Memory Manager enabled Zend Multibyte Support provided by mbstring IPv6 Support enabled DTrace Support enabled Registered PHP Streams https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, tls Registered Stream Filters zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, mcrypt.*, mdecrypt.* Edited August 12, 2014 by posedos (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted August 13, 2014 Share Posted August 13, 2014 you will need to debug your environment, i.e. look in Apache log etc. there is probably an associated forum for your sfw that may better be able to help you with this. Link to comment Share on other sites More sharing options...
posedos Posted August 13, 2014 Author Share Posted August 13, 2014 Yeah, I'm no beginner. I took a look at the apache logs yet they did not contain any infofmation at all. Link to comment Share on other sites More sharing options...
El Patron Posted August 13, 2014 Share Posted August 13, 2014 Yeah, I'm no beginner. I took a look at the apache logs yet they did not contain any infofmation at all. sorry you can not move forward then, as suggested you should look/post on other forum as this is not a ps issue Link to comment Share on other sites More sharing options...
posedos Posted September 17, 2014 Author Share Posted September 17, 2014 (edited) So I accidentally found out what was causing the problem. Whilst trying to install composer, I got notified that php5-ci package is missing. After installing php5-cli, I got through the prestashop installation. Edited September 17, 2014 by posedos (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted September 17, 2014 Share Posted September 17, 2014 So I accidentally found out what was causing the problem. Whilst trying to install composer, I got notified that php5-ci package is missing. After installing php5-ci, I got through the prestashop installation. woot woot! each day we learn, it takes many hats to be good shop owner. suerte! Link to comment Share on other sites More sharing options...
El Patron Posted September 18, 2014 Share Posted September 18, 2014 Hello, I'm also stunck during my PS installation. After testing the database connexion : OK The .ini file was created successfully : OK I got an error (at 12% of the progression bar) when creating tables in databases I checked with phpmyadmin, I can see a lot of tables... (last table is "ps_zone_shop") may be it is at the end of the script or at the beginning of the next one... what is the next step to try to understand the issue. please help me... thanks in advance please open new topic for best community review, try not to post in existing when your issue is only similar. thanks topic closed Link to comment Share on other sites More sharing options...
Recommended Posts