jj33002 Posted August 30, 2013 Share Posted August 30, 2013 I am trying to place a test order on my site, it goes through the whole process and even sends me confirmation emails like it is supposed to. The only problem I have is that the order confirmation page comes up with this. This is the URL that it goes to- "http://mysite.com/index.php?controller=order-confirmation&id_cart=8&id_module=71&id_order=7&key=f3e0fb0b88ec8afe41592a95f516b136" This is what it shows- "[Debug] This page has moved Please use the following URL instead: http://mysite.com/order-confirmation?id_cart=8&id_module=71&id_order=7&key=f3e0fb0b88ec8afe41592a95f516b136" So for some reason it is adding the "/index.php?controller=" I have yet to figure out why this is happening. So far this seems to be the only page that it is happening on. Any help is greatly appreciated. Thanks, Josh Helms Link to comment Share on other sites More sharing options...
jj33002 Posted September 1, 2013 Author Share Posted September 1, 2013 Any ideas out there. Link to comment Share on other sites More sharing options...
jj33002 Posted September 2, 2013 Author Share Posted September 2, 2013 ??? Link to comment Share on other sites More sharing options...
jj33002 Posted September 4, 2013 Author Share Posted September 4, 2013 Still nothing? Link to comment Share on other sites More sharing options...
El Patron Posted September 4, 2013 Share Posted September 4, 2013 please post real url's you should describe which payment method you are using... TIP: if you find yourself bumping your own threads for help it is probably because you are not sufficient information, review it and update the information before bumping the thread. Link to comment Share on other sites More sharing options...
jj33002 Posted September 4, 2013 Author Share Posted September 4, 2013 (edited) I apologize for the lack of information. When I first posted it I thought it showed the complete address. Here is all of the information: Page that it is going to: http://hsrsupply.com/index.php?controller=order-confirmation&id_cart=8&id_module=71&id_order=7&key=f3e0fb0b88ec8afe41592a95f516b136 This is what it shows- "[Debug] This page has movedPlease use the following URL instead: http://hsrsupply.com/order-confirmation?id_cart=8&id_module=71&id_order=7&key=f3e0fb0b88ec8afe41592a95f516b136 I am using the stripe module. I am running test credit cards through it. It shows that the order is being completed it is just not giving the correct order confirmation page. Once again, I do apologize for not checking that once it posted. Edited September 4, 2013 by jj33002 (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted September 4, 2013 Share Posted September 4, 2013 what is your ps version? Link to comment Share on other sites More sharing options...
El Patron Posted September 4, 2013 Share Posted September 4, 2013 (edited) open config/defines.inc.php ensure that your Debug Status looks like this. define('_PS_MODE_DEV_', false); Edited September 5, 2013 by El Patron had settings corrected with defines.ini.php (see edit history) Link to comment Share on other sites More sharing options...
jj33002 Posted September 4, 2013 Author Share Posted September 4, 2013 I do not have that in that file. Link to comment Share on other sites More sharing options...
El Patron Posted September 4, 2013 Share Posted September 4, 2013 what version of ps please, always useful information Link to comment Share on other sites More sharing options...
jj33002 Posted September 5, 2013 Author Share Posted September 5, 2013 Version 1.5.4.1 Link to comment Share on other sites More sharing options...
El Patron Posted September 5, 2013 Share Posted September 5, 2013 open config/defines.inc.php ensure that your Debug Status looks like this. define('_PS_MODE_DEV_', false); I do not have that in that file. Sorry my mistake, I changed that post, it's settings.inc.php Link to comment Share on other sites More sharing options...
jj33002 Posted September 5, 2013 Author Share Posted September 5, 2013 That seems to have worked. I am going to do more testing later this evening. If not I will let you know but I did run one through and so far so good. Thanks for your time. Link to comment Share on other sites More sharing options...
Recommended Posts