White page without any error
-
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
The topic ‘White page without any error’ is closed to new replies.