miro_i Posted December 6, 2011 Share Posted December 6, 2011 Hello, I just downloaded Prestashop 1.4.6.2 and when i start the install wizard after completing the permissions steps i am directed to entering database details. After i enter the DB details i click "Verify" and it confirms that db details are correct. Then i click "Next" and nothing happens. The ajax loading circle rotates and the install does not go to next step. If i reload the page it displays "Parse error: syntax error, unexpected T_STRING in .......config/settings.inc.php on line 13" If i open this file through ftp to see what is in there i can see this : ..... ..... define('_MEDIA_SERVER_1_', '); define('_MEDIA_SERVER_2_', '); define('_MEDIA_SERVER_3_', '); ... ... Your install wizard seems buggy. Unfortunately i do not see any other way to install latest stable version Link to comment Share on other sites More sharing options...
miro_i Posted December 6, 2011 Author Share Posted December 6, 2011 Update: Made a debug of your install script and found that my php.ini had magic_quotes_runtime = On Guys you better check your verification step, it gave me OK for Magic quotes but did not checked magic_quotes_runtime Link to comment Share on other sites More sharing options...
bellini13 Posted December 7, 2011 Share Posted December 7, 2011 you should file a bug report using the bug tracker. the devs are unlikely to see this Link to comment Share on other sites More sharing options...
ilan316 Posted December 9, 2011 Share Posted December 9, 2011 Having the same problem, dont know how to continue Link to comment Share on other sites More sharing options...
dspurlock Posted December 10, 2011 Share Posted December 10, 2011 I am have the exact same problem also, can anyone help or advise me where I can get help. Could I possibly install an older version then upgrade? Appreciate any help. Thanks Dan Link to comment Share on other sites More sharing options...
bellini13 Posted December 10, 2011 Share Posted December 10, 2011 really, the only way you are going to get assistance is to file a bug report using the bug tracker above... Link to comment Share on other sites More sharing options...
Yury Posted December 12, 2011 Share Posted December 12, 2011 Hello, I just downloaded Prestashop 1.4.6.2 and when i start the install wizard after completing the permissions steps i am directed to entering database details. After i enter the DB details i click "Verify" and it confirms that db details are correct. Then i click "Next" and nothing happens. The ajax loading circle rotates and the install does not go to next step. If i reload the page it displays "Parse error: syntax error, unexpected T_STRING in .......config/settings.inc.php on line 13" If i open this file through ftp to see what is in there i can see this : ..... ..... define('_MEDIA_SERVER_1_', '); define('_MEDIA_SERVER_2_', '); define('_MEDIA_SERVER_3_', '); ... ... Your install wizard seems buggy. Unfortunately i do not see any other way to install latest stable version Hi, I also had a same problem and I found a solution. Make sure that your php.ini and php5.ini are empty or contains only: magic_quotes_gpc = off; magic_quotes_runtime = off; Worked for me. Link to comment Share on other sites More sharing options...
robkwal Posted December 12, 2011 Share Posted December 12, 2011 Hi, I also had a same problem and I found a solution. Make sure that your php.ini and php5.ini is empty or contains only: magic_quotes_gpc = off; magic_quotes_runtime = off; Worked for me. Where are these two particular files?! Link to comment Share on other sites More sharing options...
Yury Posted December 12, 2011 Share Posted December 12, 2011 Where are these two particular files?! Root folder. Link to comment Share on other sites More sharing options...
dspurlock Posted December 12, 2011 Share Posted December 12, 2011 Neither of these files are in my root folder. Should I create them? Thanks Dan Link to comment Share on other sites More sharing options...
dspurlock Posted December 12, 2011 Share Posted December 12, 2011 I created both files and put them in the root folder and then tried to install again and it still gets stuck on step 3. I tried doing a search on the bug tracker and found this issue, but I wasn't able to make heads or tails out of the information provided. I didn't see a solution any where. Link to comment Share on other sites More sharing options...
robkwal Posted December 12, 2011 Share Posted December 12, 2011 Root folder. These files are not in my root, do need to create are they created mid install then need to edit? Sorry! Link to comment Share on other sites More sharing options...
dspurlock Posted December 12, 2011 Share Posted December 12, 2011 Thanks for your reply, Any other ideals? I posted a new threat about this but no one has answered. Also posted a bug report several hours, but haven't receive a reply yet. Any idea how long it takes to get a reply? I have been working on this for several days, this is soooo frustrating, I love everything I have seen about prestashop, Thanks Dan Link to comment Share on other sites More sharing options...
El Patron Posted December 12, 2011 Share Posted December 12, 2011 Hi, I also had a same problem and I found a solution. Make sure that your php.ini and php5.ini are empty or contains only: magic_quotes_gpc = off; magic_quotes_runtime = off; Worked for me. for those without access to their php.ini (most shared severs) you should call your hosting company and have them assist you. As noted these are not in 'most' roots, but are in places that 'most' can not access. However that being said you can try this: open your .htaccess(if you do not have one, then create one, in your root/home directory) add the following line. php_flag magic_quotes_gpc Off Link to comment Share on other sites More sharing options...
dspurlock Posted December 12, 2011 Share Posted December 12, 2011 OK I created the .htaccess file and put it in the root directory. Then I got this error: "IIS Password This page can not be displayed. Also, I don't have access to the php.ini and php5.ini files. Link to comment Share on other sites More sharing options...
El Patron Posted December 13, 2011 Share Posted December 13, 2011 OK I created the .htaccess file and put it in the root directory. Then I got this error: "IIS Password This page can not be displayed. Also, I don't have access to the php.ini and php5.ini files. see: http://www.webtechquery.com/index.php/2010/05/iispassword-the-page-cannot-be-displayed/ I have no experience with IIS. The previous link just tells you to remove .htaccess. Might be a time to call your hosting provider and explain the situation. 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