This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

vincej14141
vincej14141

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

daftspunky
daftspunky

What database engine is that? It might be worth while googling the error.

vincej14141
vincej14141

MySql .

Been Googling all night. You're my last hope :o)

daftspunky
daftspunky

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

vincej14141
vincej14141

I am the administrator / developer ! :o)

Thanks for the link !

vincej14141
vincej14141

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

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.