Hi jazmo_,
thanks a lot, this worked! My life is much, much better now.
Manual for other desperate users:
1) Go to wp-content/plugins/weekly-class-schedule/includes/WcsDb.php
and change:
UNIQUE KEY class_name (class_name) --> UNIQUE KEY class_name (class_name(40))
UNIQUE KEY classroom_name (classroom_name) --> UNIQUE KEY classroom_name (classroom_name(40))
UNIQUE KEY instructor_name (instructor_name) --> UNIQUE KEY instructor_name (instructor_name)
2) Change all occurrences of varchar(256)
to varchar(255)
3) De-activate the plugin
4) Go to phpMyAdmin and drop (delete) all databases that have wcs*
of ws*
and either class
, classroom
, schedule
or instructor
in their name.
5) Re-activate the plugin.