White page when there are many sub pages
-
Hello! precisely this problem appeared when I added a new sub page to a page. apparently the problem is caused by the feature of showing the children in the parent page. the problem page is the page that has more children, has 44 sub pages and when I add one more only shows the blank page.
temporarily moved a few sub pages to the other side and having fewer than 44 works normal, besides if more than 44 and change the feature to not show the children in theme options, the page displays normally.
Could be a bug in the feature to show the child pages?
thank you very much for the theme in all other respects has never failed me.
Admin
This could be a memory limit issue, i.e. PHP ran out of memory while fetching that many child pages.
Try opening up your WordPress’s
wp-config.php
file and insert this code:ini_set('memory_limit', '64M');
Admin
Try increasing the memory limit some more? Say 128MB. Also, try creating a
phpinfo.php
and insert the following line into that file:<?php phpinfo(); ?>
Upload that file to your server and let me know the URL to it.
thanks for replying. I tried to rise to 128 but nothing. I’ve uploaded the file, the URL is http://frikianime.com/phpinfo.php I hope this helps. thanks anyways.
Admin
Your phpinfo file says that your memory limit is still 64MB. I’ll try to replicate this condition on my test server. In the mean time, what you can do is limit the child pages to be displayed per page to no more than the limit.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.