Page 1 of 1

[SOLVED] Trying to edit orders I always get "error undefined" message under V3.0.3.2

Posted: Sun Apr 11, 2021 5:41 pm
by qualitas
There is no web server error log messages.

Re: Trying to edit orders I always get "error undefined" message under V3.0.3.2

Posted: Sun Apr 11, 2021 6:33 pm
by ADD Creative
If you have checked your OpenCart error log and the PHP error log (error_log in web root or in logs in account root), then check your web browser's developer console.

It's also helpful to post your PHP version, theme, extensions, etc. and link to your site.

Re: Trying to edit orders I always get "error undefined" message under V3.0.3.2

Posted: Mon Apr 12, 2021 2:34 am
by qualitas
Error log show only an error message: " Warning: Your error log file error.log is 15.34GB!" and cannot be download.
Where is that file? what I have to do? to check it or delete it?

web server error log give no messages.

Console give this error message : "Mixed Content: The page at 'https://qualitasdistribution.com/admin/ ... 2020072501' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://qualitasdistribution.com/index.p ... store_id=0'. This request has been blocked; the content must be served over HTTPS."

PHP : 7,1
Theme is default; I never installed any other theme
extension:
discount_with_specials_3_0_2_0.ocmod.zip 07/07/2018
flagship.ocmod.zip 26/11/2019
canadapost.ocmod.zip 29/03/2020
Google Merchant and Facebook feed - fb-google-shop.ocmod.zip 20/12/2020

Re: Trying to edit orders I always get "error undefined" message under V3.0.3.2

Posted: Mon Apr 12, 2021 3:11 am
by straightlight
qualitas wrote:
Mon Apr 12, 2021 2:34 am
Error log show only an error message: " Warning: Your error log file error.log is 15.34GB!" and cannot be download.
Where is that file? what I have to do? to check it or delete it?

web server error log give no messages.

Console give this error message : "Mixed Content: The page at 'https://qualitasdistribution.com/admin/ ... 2020072501' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://qualitasdistribution.com/index.p ... store_id=0'. This request has been blocked; the content must be served over HTTPS."

PHP : 7,1
Theme is default; I never installed any other theme
extension:
discount_with_specials_3_0_2_0.ocmod.zip 07/07/2018
flagship.ocmod.zip 26/11/2019
canadapost.ocmod.zip 29/03/2020
Google Merchant and Facebook feed - fb-google-shop.ocmod.zip 20/12/2020
You first need to delete it from your storage/logs folder or from the OC admin. Then, to reproduce the action you are posting about. Then, check your logs file again.

Re: Trying to edit orders I always get "error undefined" message under V3.0.3.2

Posted: Mon Apr 12, 2021 12:45 pm
by qualitas
I delete the log and try again to edit an order and I didn't get any error message in the error log.
But always the same error trying to edit.

Re: Trying to edit orders I always get "error undefined" message under V3.0.3.2

Posted: Mon Apr 12, 2021 6:14 pm
by ADD Creative
qualitas wrote:
Mon Apr 12, 2021 2:34 am
Console give this error message : "Mixed Content: The page at 'https://qualitasdistribution.com/admin/ ... 2020072501' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://qualitasdistribution.com/index.p ... store_id=0'. This request has been blocked; the content must be served over HTTPS."
The second URL should be https not http. Check the URLs in your config.php and admin/config.php all start with https.

Re: Trying to edit orders I always get "error undefined" message under V3.0.3.2

Posted: Tue Apr 13, 2021 2:02 am
by qualitas
Yes! It work fine.

Thanks ADD Creative! :)