I installed MySQL and phpWiki onto my home G4 450. It has 512 megs of memory with Apache and PHP4.02 activated. MySQL is also on the system.

The pages appeared correctly after I installed the wiki. When I press edit the edit page comes-up with the correct content in the window. I make a change then I press save. Then i get this error message:

  WikiFatalError
  Error writing page 'ConvertSpacesToTabs'
  MySQL error: Unknown column 'content' in 'field list'

Here is a list of the columnms in the wiki store table, I used the default name wiki,

pagename        string(100)
version            int(11)
flags            int(1)
author            string(100)
lastmodified    int(11)
created            int(11)
content            blob
ref                blob

Any idea why I am getting this error?