Page 1 of 1

[SOLVED] "error undefined" in admin / SSL issue

Posted: Mon Feb 24, 2020 1:28 pm
by yas
i have moved my admin folder to home directory of sub domain, everything working fine but when i edit orders in admin getting pop up "error undefined" i am using opencart 3.0.3.2,please any body help me to solve

Re: "error undefined" in admin / SSL issue

Posted: Mon Feb 24, 2020 4:21 pm
by opencartmart
'Error undefined' is a vague term. First, find out the actual error message by inspecting ajax response. Here the steps:

1. Open the Chrome developer tool -> Network tab,
2. Now do the action that triggers the error
3. Check the ajax response to get the actual error message.

If you find the response is 500 internal error, then you have to enable PHP error reporting

Re: "error undefined" in admin / SSL issue

Posted: Mon Feb 24, 2020 5:08 pm
by thekrotek
Check your error log for more info.

Re: "error undefined" in admin / SSL issue

Posted: Mon Feb 24, 2020 7:10 pm
by paulfeakins
yas wrote:
Mon Feb 24, 2020 1:28 pm
i have moved my admin folder to home directory of sub domain, everything working fine but when i edit orders in admin getting pop up "error undefined" i am using opencart 3.0.3.2,please any body help me to solve
Do you have any extensions?

Re: "error undefined" in admin / SSL issue

Posted: Tue Feb 25, 2020 6:17 pm
by paulfeakins
yas wrote:
Mon Feb 24, 2020 1:28 pm
i have moved my admin folder to home directory of sub domain
And why did you do this?

Re: "error undefined" in admin / SSL issue

Posted: Wed Feb 26, 2020 3:02 pm
by yas
its working..thank you