I still have the problem, on my vserver, that pmwiki doesn't run with php5. (all pages are blank). But it's not a php5 problem, as other installation work correct.
With this hint, I may check php.ini. But strange, that other cms application work well. regards Patrick > A completely blank page is often caused by an out-of-memory error in PHP. If > this is the case, there might be some information about the crash in the > server logs. > > Your pagelist is caching a number of sections of each page, and it is > possible > that at 306 pages this goes over the memory limit. And with a different > pagelist template caching less page data, it could work fine. > > If the memory limit is your problem, you can raise this limit in php.ini, the > PHP configuration file, where you can change the line to: > > memory_limit = 48M > > See http://php.net/manual/en/ini.core.php#ini.memory-limit > > > > > Randy > > > > On Sep 13, 2009, at 11:51 AM, Randy Brown wrote: > > > I'm stumped why suddenly at page 306 my local template is causing > > > completely blank pages. I don't think the problem is $MaxIncludes, > > > since I've set that to 20000. Any suggestions would be greatly > > > appreciated! > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
