Hi support team, I am using ver 2.2.1 of PeproDev WooCommerce Receipt Uploader. After I upload image, it shows “unknown server occured! try again” but in order page it was upload successfully. img: https://ibb.co/V3cCXLP
I have checked the permission on wp-content folder & wp-content/uploads folder. They have already set to 755. I have also pretty sure the file_uploads is ON since I have checked on info.php.
This reply was modified 3 years, 3 months ago by wenlu.
This reply was modified 3 years, 3 months ago by wenlu.
After deactivated all the plugins, the problem is still there. So, the problem is not come from the other plugins.
I have test on the other hosting and it works.
So, we can conclude that it is most likely come from the server side but I still don’t know where’s the problem come from since the permission on the related folder is set to 755.
Hi @rasho098, I hope you are doing great. The Error-500 on Admin-Ajax.php is due to a server problem. You can always check if there’s anything wrong with plugins using Debugging mode which could be activated by adding the following lines in your wp-config.php file: define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true); @ini_set('display_errors', 1); error_reporting(E_ERROR|E_WARNING);
Please check the errors printed in debug.log file and see if there’s anything related to our plugin. I would personally fix the problem and release a new version.
Thank you so much for your collaboration.
Viewing 11 replies - 1 through 11 (of 11 total)
The topic ‘Show Error Message But upload success’ is closed to new replies.