Installing PhpWiki 1.3.10 using mysql on a linux machine, I have encountered
two problems:
1) The first time I tried to access the wiki I got nothing. Blank page.
Poking around, I found the following lines in index.php:
// If any page is empty, comment the if ... line out,
// to force include "lib/main.php".
if (SCRIPT_FILENAME == __FILE__)
include(dirname(__FILE__)."/lib/main.php");
I commented out the if (...) line, and loaded the page again, it started
loading the wiki, then:
2) I got the following error:
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 11520 bytes) in /tmp_amd/buzzer/export/buzzer/1/malcolmr/public_html/systems-wiki/lib/plugin/RssFeed.phpon line 112
Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 0 bytes) in Unknownon line 0
Malcolm
--
Malcolm Ryan - mal...@cs... - http://malcolmr.web.cse.unsw.edu.au
"Blessed are the poor in spirit,
for theirs is the kingdom of heaven." -- Matt 5:3
|