This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
HI,
I get as far as installing a theme, and I get this error and I get this error at the point where it goes to create the Admin account.
SQLSTATE[HY000]: General error: 7 Error on rename of '.\october\#sql-2f08_95a.frm' to '.\october\deferred_bindings.frm' (Errcode: 13 - Permission denied) (SQL: ALTER TABLE deferred_bindings MODIFY `updated_at` TIMESTAMP NULL DEFAULT NULL)
I have checked the install docs and fullfilled all the required configs for Windows / Apache: mod rewrite, AllowOverride, .htaccess, RewriteBase.
I have checked the priveldges on the DB and they are all set to full.
So - any ideas? Many Thanks !
Last updated
This appears to be a permission problem. It relates to your server configuration. Your server administrator should be able to fix this for you as it doesn't relate to October CMS, it would occur with any system.
Reference: http://stackoverflow.com/questions/2871600/unable-to-modify-a-table
I failed to mention that I have PyroCMS and Concrete5 also running on the same server as October. I'm not getting any trouble with them.
I found a Stackoverflow link stating that Doctrine can screw things up:
After endless dropping and recreating of my local database I found that this was caused by Doctrine creating the same ALTER statement more than once and also in the wrong order.
Here is the link: (http://stackoverflow.com/questions/34183122/sqlstatehy000-general-error-1025-error-on-rename-error-when-dropping-foreign)
1-6 of 6