-
Author
-
June 5, 2016 at 07:16 #124422
gemspeht
ParticipantImage Upload Stopped Working on Avatar and Gallery since updating wordpress
I have tried deactivating all plugins and reverting to twenty 12 theme I have also checked the buddypress forum settings and wordpress – buddypress sync option.
Image upload still not working. This is the error it gives me:
An error occurred in the upload. Please try again later. – on gallery
An error occurred. Please try again later. – on avatar / profile photo
June 8, 2016 at 16:53 #124878Radu
ModeratorHi, This it means this is not related to kleo theme, but enable wp debug to can figure out what causes this Steps to enable wp debug:- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( 'WP_DEBUG', false ); and change FALSE value to TRUE
define( 'WP_DEBUG', true );
- After this line add this:
define( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run). Repeat the photo upload with the debug on and then check the debug.log file and let me know what error appears. Cheers -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Bugs & Issues’ is closed to new topics and replies.