Forums
(@microspective)
13 years, 9 months ago
In ../weekly-class-schedule/includes/WcsDb.php
in the CREATE table queries, change any instance of VARCHAR(256) to VARCHAR(255).
CREATE table
VARCHAR(256)
VARCHAR(255)
Good to go.