PHPWiki from CVS requires change to table.

Pulled the CVS version of PHPWiki out. After updating, attempting to post anything that would create new page links, a SQL error would occur. The new version of PHPWiki's DB code for MySQL uses an autonumber on the ID in the page table. Updated to add the auto increment property.

alter table page
modify id INT NOT NULL AUTO_INCREMENT

Category: