This topic has 6 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #124422
     gemspeht
    Participant

    Image 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

    #124423
     gemspeht
    Participant
    Not marked as solution
    #124535
     Radu
    Moderator
    Not marked as solution
    #124546
     gemspeht
    Participant
    Not marked as solution
    #124726
     Radu
    Moderator
    Not marked as solution
    #124760
     gemspeht
    Participant
    Not marked as solution
    #124878
     Radu
    Moderator
    Hi, 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
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?