| Project: | ProjectPier |
| Version: | 0.8.6-stable |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | phpfreak |
| Status: | closed - fixed |
Jump to:
Description
There is a missing semicolon (;) in public/upgrade/templates/db_migration/0803-086.php at the end of line 41:
ALTER TABLE `<?php echo $table_prefix ?>users` DROP INDEX `email` , ADD INDEX `email` ( `email` )... which causes that the script can't run well and returns error.
There is new upgrade script available. See Download page.