Anonymous - 2004-04-21

I've created the MySQL database and tables using the mysql.sql schema, then went to run phpWiki for the first time.

It loads the virgin wiki pages to the db one by one, but gives some sort of 404 error when it reached OldStyleTablePlugin.

When I click on the pages it has loaded, it displays binary looking data (not ASCII text).

I checked the MySQL's page table, the 'pagedata' column contains binary looking jubblish text as well.

Why isn't it loading the virgin pages correctly into the database?

I'm using phpWiki 1.3.9, WinXP, MySQL 4.0.18, Apache2, and PHP 4.3.0.

Robo