-
Author
-
December 14, 2017 at 14:47 #182998wilfriedMarseilleParticipant
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.comDecember 14, 2017 at 15:48 #183006RaduModeratorHi,
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 CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( '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 solutionDecember 14, 2017 at 16:13 #183009wilfriedMarseilleParticipantHello,
I make that’sConnect 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.comDecember 14, 2017 at 16:32 #183013RaduModeratorI 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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.