razvan1292 Posted October 30, 2012 Share Posted October 30, 2012 Hello I installed Prestashop 1.5.2 on my webserver, but I can`t open my frontside. During the installation, everything worked well and when I tried to open my frontside, I got the next error in Firefox: "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." Also, the authetification page is giving the next error: " TECHNICAL ERROR: Details: Error thrown: [object Object] Text status: parsererror " Do you know what is this about? Thank you in advance! Link to comment Share on other sites More sharing options...
garfish Posted October 30, 2012 Share Posted October 30, 2012 same issue with my install http://www.prestashop.com/forums/index.php?/topic/198624-have-just-installed-prestashop-but/ Link to comment Share on other sites More sharing options...
vekia Posted October 30, 2012 Share Posted October 30, 2012 here is solution for you issue http://www.prestashop.com/forums/topic/197121-bug-i-need-help-please/page__p__977858 Link to comment Share on other sites More sharing options...
garfish Posted October 30, 2012 Share Posted October 30, 2012 sorry i didn't undertand what they are saying... please be patient just for once can you tell me which file to edit and add the line? @ini_set('display_errors', 'on'); Link to comment Share on other sites More sharing options...
vekia Posted October 30, 2012 Share Posted October 30, 2012 sorry i didn't undertand what they are saying... please be patient just for once can you tell me which file to edit and add the line? the main problem is with missing files. read last posts from topic. my suggestion: go to Advanced parameters tab -> configuration informations and scroll page to bottom.You've got there " List of changed files", you can find there information about missed files Link to comment Share on other sites More sharing options...
garfish Posted October 30, 2012 Share Posted October 30, 2012 (edited) That sure is the problem.. i can't access the admin page and the front site. when i try tp access the admin page, the url turn something like this http://www.domain.com//psadmin/ notice to double slash there. even when i typed it correctly on the address bar http://www.domain.com/psadmin/ Edited October 30, 2012 by garfish (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 30, 2012 Share Posted October 30, 2012 That sure is the problem.. i can't access the admin page and the front site. when i try tp access the admin page, the url turn something like this http://www.domain.com//psadmin/ notice to double slash there. even when i typed it correctly on the address bar http://www.domain.com/psadmin/ ahh sure, you're right. you can't login to prestashop admin :| have you an access to phpmyadmin? Link to comment Share on other sites More sharing options...
garfish Posted October 30, 2012 Share Posted October 30, 2012 yes. I do have access to it. by the way I instlaled mine using the simple scripts, do you think its thier fault? how can i solve this in phpmyadmin? Link to comment Share on other sites More sharing options...
razvan1292 Posted October 31, 2012 Author Share Posted October 31, 2012 here is solution for you issue http://www.prestasho...page__p__977858 I tried this and there is the same result...the frontside and the backside are giving the same errors. Do you have other solutions? Link to comment Share on other sites More sharing options...
razvan1292 Posted October 31, 2012 Author Share Posted October 31, 2012 okok...I was accessing now bredefisk.dk/config/config.inc.php and it displayed the next warning: PHP Warning: Invalid argument supplied for foreach() in D:\wwwroot\452-xxi1xYdu\sites\bredefisk.dk\classes\shop\Shop.php on line 337 Do you know how to solve this? code from Shop.php, lines 335-351: if ($id_shop && !$is_main_uri) { foreach ($results as $row) { if ($row['id_shop'] == $id_shop && $row['main']) { // extract url parameters $request_uri = substr($request_uri, strlen($found_uri)); $url = str_replace('//', '/', $row['domain'].$row['uri'].$request_uri); header('HTTP/1.1 301 Moved Permanently'); header('Cache-Control: no-cache'); header('location: http://'.$url); exit; } } } } Link to comment Share on other sites More sharing options...
garfish Posted November 4, 2012 Share Posted November 4, 2012 no solution still? Link to comment Share on other sites More sharing options...
garfish Posted November 4, 2012 Share Posted November 4, 2012 incase anyone encounter same problem and maybe you installed your shop using simple scripts and end up landing this page because of The page isn't redirecting properly error try to add these to your php.ini file ; Disable PHP register globals register_globals = Off ; Disable PHP magic quotes magic_quotes_gpc = Off magic_quotes_runtime = Off magic_quotes_sybase = Off it solved my issue. Link to comment Share on other sites More sharing options...
nitin900 Posted February 20, 2014 Share Posted February 20, 2014 same problem occur in my prestashop 1.5.4.1after url add "?" but admin is going goodwhy? please give me solution Link to comment Share on other sites More sharing options...
connectcase Posted January 12, 2015 Share Posted January 12, 2015 A customer of mine accidentally deleted the Home-category of his default shop. This resulted in the same error, but on the BO categories-page. I re-added the right ID's to the table ps_category_shop, which solved the problem 1 Link to comment Share on other sites More sharing options...
aum108 Posted January 9, 2019 Share Posted January 9, 2019 (edited) I encountered similar problems... with prestashop 1.7.x This could be an issue related to available space / processing power in web server. Hope this helps. Edited January 9, 2019 by aum108 (see edit history) Link to comment Share on other sites More sharing options...
amorxoigel Posted February 5, 2019 Share Posted February 5, 2019 On 1/9/2019 at 11:30 AM, aum108 said: I encountered similar problems... with prestashop 1.7.x This could be an issue related to available space / processing power in web server. Hope this helps. Sry how did u solve it? i got same problem..only on some sections of my BO i'm having "err_too_many_redirects" and i really dont know what to do 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