• Resolved bvolders

    (@bvolders)


    After installing the Wp-optimize, I get several blank pages in the back end with the message:
    {“success”:true,”size”:”0 bytes”,”file_count”:0}

Viewing 2 replies - 1 through 2 (of 2 total)
  • @bvolders

    Can you please enable debugging mode, Please add following lines to wp-config.php just before where it says: /* That’s all, stop editing! Happy publishing. */

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );
    define( ‘WP_DEBUG_LOG’, true );

    Then try load the page.

    A debug.log file should be created inside wp-content folder,which should contain error information in it, Please share the file with us.

    Thanks,
    Harshad

    Thread Starter bvolders

    (@bvolders)

    The problem is solved. It only appears in Mozilla Firefox. No problem in Google Chrome or other browsers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File count: 0’ is closed to new replies.