From: Arno H. <aho...@in...> - 2000-07-03 16:00:10
|
Markus, > After the database creation I executed the SQL-commands from > schemas/schema.mysql within phpMyAdmin-Tool. 1.1.6 was released without serious testing. The fix for your problem is most likely the following: Add the following in wiki_savepage.php3 around line 39 if (! is_array($pagehash)) { $pagehash = array(); $pagehash["version"] = 0; $pagehash["created"] = time(); # add this $pagehash["flags"] = 0; # and add this $newpage = 1; } else { for other known errors and their cure see: http://phpwiki.sourceforge.net/1.1.6/index.php3?Known%20bugs%20in%201.1.6 /Arno |