• Hello,
    I am developing in WordPress for the first time.
    One of my page which includes PHP coding was working perfectly fine. Gradually the coding got more complex and the page is not showing. header, footer and menu are displaying without anything. Surprisingly when I am editing some comment lines its working and again whe I am adding some new lines its not working, again white page is being displayed. It seems after a capacity its not able to run the PHP code.
    Even its not accepting simple echo commands.
    all codes are being saved and being displayed when I open the page but not executed.
    But its not displaying any error.
    Is this a PHP Memory Issue?
    I tried to change in config.php file by adding the line:define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
    without any success.
    Please help me what to do..
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Errors like this are logged. Check the error log on your server. If you can’t find the log, please contact your host.

    Meantime, enable wp_debug and wp_debug_log and after an error, look at wp-content/debug.log to see if anything gets logged there. https://codex.ww.wp.xz.cn/Debugging_in_WordPress

    Thread Starter sabitawp

    (@sabitawp)

    Hi, Thanks for the reply.
    I enabled wp_debug and wp_debug_log by modifying
    define(‘WP_DEBUG’, true);

    define(‘WP_DEBUG_LOG’, true);

    But when next time the whitepage error came, I am not able to see the log.
    debug.log file is not there in wp-content/ folder. 🙁

    Hey I am not sure if you solved this problem yet but in the past I usually run through the codex and check the many frustrating things that could be going wrong.

    Also you still suspect memory issues it gives you solution to increase it…
    Hope this helps

    Thread Starter sabitawp

    (@sabitawp)

    Thanks kmcaulay.
    I tried all aspects of issues for The White Screen of Death in codex page. I increased the PHP memory also.
    But my problem is only in one page and that is not solved yet..

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘White page without any error’ is closed to new replies.