White page when there are many sub pages

  • jaztwo

    #1290

    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

    Syahir Hakim

    #15160

    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');

    jaztwo

    #15161

    thanks for replying. I did that but did not fix anything, things remain the same. all memory limits are set at 64 both the server and wordpress and still nothing. any other ideas?

    Thanks anyway

    jaztwo

    #15162

    I just tested and the problem also occurs in the 1.4 beta, but here the problem is worse. the number of pages that can display is even less. I have not tested how many pages can be displayed but the error occurs with 35.

    Admin

    Syahir Hakim

    #15164

    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.

    jaztwo

    #15165

    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

    Syahir Hakim

    #15166

    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.