Hey guys,
I have been trying to install phpwiki for my project on sf and time and again i keep getting this error(with various files):
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 9420 bytes) in /home/groups/g/ga/gavamail/htdocs/phpwiki-1.3.9/lib/plugin/CreatePage.php on line 97
This is repeated with other files in the distribution too.
I am using the mysql database provided by sf and have created the tables on the database.
I have also edited the config file to the best of my ability.
I have tried both 1.3.9 and 1.3.10 and both are giving these problems.
Could someone please tell me how I can correct this.
I would also suggest having a comprehensive install guide for phpwiki. the current INSTALL guide is very ambiguous.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I didnt look at those, but I did find the page describing howto setup phpwiki on the sourceforge.net servers.
Just a question though, how do you add the sf icons so that the hits can be counted for the stats for your project??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey guys,
I have been trying to install phpwiki for my project on sf and time and again i keep getting this error(with various files):
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 9420 bytes) in /home/groups/g/ga/gavamail/htdocs/phpwiki-1.3.9/lib/plugin/CreatePage.php on line 97
This is repeated with other files in the distribution too.
I am using the mysql database provided by sf and have created the tables on the database.
I have also edited the config file to the best of my ability.
I have tried both 1.3.9 and 1.3.10 and both are giving these problems.
Could someone please tell me how I can correct this.
I would also suggest having a comprehensive install guide for phpwiki. the current INSTALL guide is very ambiguous.
Thanks
you can see the site where I am trying to make the wiki at:
http://gavamail.sf.net/phpwiki-1.3.9/
Have you look at http://phpwiki.sourceforge.net/phpwiki/KnownBugs ? Try add
USECACHE = 0
WIKIDB_NOCACHE_MARKUP = 1
in config.ini. Might help you.
Well I didnt look at those, but I did find the page describing howto setup phpwiki on the sourceforge.net servers.
Just a question though, how do you add the sf icons so that the hits can be counted for the stats for your project??
Well,
USECACHE = 0
WIKIDB_NOCACHE_MARKUP = 1
do work only with latest CVS. (1.3.11pre)
See our demowiki, which runs the latest cvs.
Sorry, don't know about the icons, which count the stats.
But I will check, cause it sounds useful for us also.