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

  • Author
  • #182998
     wilfriedMarseille
    Participant

    Hello,
    I go on Apparance -> Kleo demo data,
    I import all, i got the green confirmation ta say import is Okay, but When i check my page i got a white page ….
    I work in local, some import already work. But the Home register V.4 don’t want work.

    If you love Ableton check my blog :
    www.zikrea.com

    #183006
     Radu
    Moderator

    Hi,

    Most sure that error it’s caused by the lack of PHP memory allocation, please enable wp_Debug and try to reproduce the issue, after the issue occurs check the debug.log file and show it to me to look at it.

    If in the debug.log file it’s something about max memory allocation you should increase the php max meory using this method : https://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Follow these 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
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   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 this is useless please try to deactivate additional plugins except for Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #183009
     wilfriedMarseille
    Participant

    Hello,
    I make that’s

    Connect to your server by FTPLook in root directory of your WordPress install
    and open wp-config.phpSearch for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    After this line add this:
    COPY CODE
    define( ‘WP_DEBUG_LOG’, true );

    But i’m in localhost, so i don’t use FTP server.
    And when i check for debug.log i don’t find it ….

    If you love Ableton check my blog :
    www.zikrea.com

    #183013
     Radu
    Moderator

    I see you can browse direct to the file via windows folders to your wordpress files

    Cheers
    R.

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

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

Log in with your credentials

Forgot your details?