Jump to content

function order details not accessible


Grafyx89

Recommended Posts

Hi, I'm having a problem with the customer side order history.
Unable to open the details of the command without having the error:

jquery-1.11.0.min.js:
4 GET https://leminimacaron.fr/dev/index.php?controller=order-detail&id_order=6&id_order=6&ajax=true 500 (Internal Server Error)
send @ v_15_cc020eb1c2e866d ... 8ccb79abb2fb01.js: 4
ajax @ v_15_cc020eb1c2e866d ... 8ccb79abb2fb01.js: 4
n. (anonymous function) @ v_15_cc020eb1c2e866d ... 8ccb79abb2fb01.js: 4
showOrder @ v_15_cc020eb1c2e866d ... cb79abb2fb01.js: 371
(Anonymous) @ VM17148: 1

I tried to replace order-detail.tpl with the original file, but nothing works. When I click on the error it sends me to the following lines  of the file jquery-1.11.0.min.js:

a.crossDomain || c ["X-Requested-With"] || (c ["X-Requested-With"] = "XMLHttpRequest");
                     for (e in c)
                         void 0! == c [e] && f.setRequestHeader (e, c [e] + "");
                     f.send (a.hasContent && a.data || null),

I went around the forum, and my skills I think ... if anyone has an idea, I'm really interested. thank you very much

Link to comment
Share on other sites

Kindly enable the debug mode & open this URL in the browser & share the screenshot.

 https://leminimacaron.fr/dev/index.php?controller=order-detail&id_order=6&id_order=6&ajax=true 

Debug mode in the PS1.7 can be enabled from the code (After PS1.7.4, it can be enabled from the admin).

To enable the debug mode, Edit the config/defines.inc.php &

Replace

define('_PS_MODE_DEV_', false);

to

define('_PS_MODE_DEV_', true);

 

Link to comment
Share on other sites

  • 3 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...