This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #110539
     elanb
    Participant

    I have a new bug that seemed to pop up out of the blue. It was working fine a few minutes ago. I didn’t make any changes to the theme or plugins or any other code or settings. But now when I add a background image to a page (using the media selector), save changes and then update the post, the image does not appear on the front-end.

     

    I did some testing and discovered that the images sticks after I choose it from the media selector and save changes. But then if I go right back into the editor, the image is gone.

    #110804
     Radu
    Moderator

    Hi,

    Please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and after this line add this

    COPY CODE
    
    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 described actions and then check the debug.log file and let me know what error appears.

    If is something related to php memory please follow this link : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

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

Log in with your credentials

Forgot your details?