@WarLion... I just uploaded a new version... i made a mistake in the install code and forgot to put in the TABLE_PREFIX code. If you used the table prefix function, then it would have failed at creating the level fiedl. Now it should be fixed... If you are still having trouble, run the following codes on your database... (replace TABLE_PREFIX with whatever your table prefix is, or remove it if you dont have a table prefix.
ALTER TABLE TABLE_PREFIX.video ADD timelength int(10) unsigned NOT NULL;
ALTER TABLE TABLE_PREFIX.videocategory ADD level int(10) NOT NULL
@jlew24asu... You don't have to uninstalll Survivor's version, this one overwrites it. Follow the UPGRADE steps.
|