Hi @shaithan31,
I had a look at your page and I can see that there are 2 console errors that might be related to this issue.
The first one is referring to script error that seems to be coming from “AddToAny Share Buttons” plugin so could you try disabling that plugin and see if the upload is working after that?
If the issue is still there the other console errors shows 500 code and we might be able to get more info about it from the debug log.
You can enable debug log in your wp-config.php file (located in root WP folder) by replacing define(‘WP_DEBUG’, false); with this code:
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set( 'log_errors', 1 );
@ini_set( 'display_errors', 0 );
Try uploading an image again and this should create debug.log file in your wp-content folder that could tell us what is going on.
Can you please upload it to any file sharing service like GDrive or Dropbox and share the download link here so we can check it out?
Cheers,
Predrag
Hi @shaithan31
I hope you are doing well.
We haven’t heard from you in a while, I’ll mark this thread as resolved.
However, feel free to let us know if you have any additional question or problem.
Best Regards
Patrick Freitas