Admin->Content->Pages throws server error 500 on large site

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
tmk
Forum Members
Forum Members
Posts: 25
Joined: Sun Sep 23, 2007 4:07 am

Admin->Content->Pages throws server error 500 on large site

Post by tmk »

I have a site with about 1800 pages (based upon count of the contents table records)

If I'm in the admin panel and click on the Pages link to view/edit pages, I get a server error 500. It does not appear to be a timeout since it returns the error quickly.

The site otherwise works fine. The public can view all the pages, I can do all other admin duties, but can get the Pages link to work without the server error. This hapened after I added a whole bunch of pages.

I was spelunking in the listcontent.php file trying to find something that I could fix. I see that it uses xajax (mabe the problem is there?)

I do have other CMSMS sites on the same server with far fewer pages that are fine. So I'm thinking I'm exceeding a limit somewhere, whether it's memory, a parser, or something else.

Any insight would be helpful.

BTW, Memory limit in phpinfo is 40M
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Admin->Content->Pages throws server error 500 on large site

Post by calguy1000 »

double your memory limit or more and see if that fixes it.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “CMSMS Core”