|
From: Arno H. <aho...@in...> - 2000-06-27 18:15:22
|
Hi Jerry, > > wiki_mysql.php3 > > lines 89-92 need enclosing '' > > $VALUES = "'$pagehash[author]', '$pagehash[content]', " . > > "'$pagehash[created]', '$pagehash[flags]', " . > > "'$pagehash[lastmodified]', '$pagehash[pagename]', " . > > "'$pagehash[refs]', '$pagehash[version]'"; I'm happy to inlcude your fix, although I find it strange that php4 requires this. In php3 everything works fine. I didn't quote [created], [flags], [lastmodified], and [version] because those are integer values which need not be quoted. As I don't have php4 installed yet, could you please add the following after line 92 to wiki_mysql.php3 and send me the output? echo "-- $VALUES --\n"; The output from a fresh install would be most useful. Thanks /Arno |