Unable to update package

Permalink
I am unable to update a package and get this error:

"Unable to backup old package directory to D:/Website/cms/files/trash"

Some notes:

-It is only one package that this occurs with...others update fine.

-I've looked at other forum posts and the files/, trash/, /packages, and the actual package folder are all CHMOD'ed to 777.

-I'm running Apache 2.2.17 on an IIS machine.

Any ideas?

 
exchangecore replied on at Permalink Reply
exchangecore
that seems really odd.... I would start troubleshooting back up the stack from around this area:

https://github.com/concrete5/concrete5/blob/b3b8e32093351449496b4cba...

Maybe strip off the leading @ from the rename function and see if it gives a more detailed error back?

Some ideas:
- File permissions
- Disk Space / Quotas
- Are you using a PHP version < 5.3.1 (This was when windows was supported for the rename function perhttp://www.php.net/manual/en/function.rename.php)... If you are, you should upgrade php to 5.4 or one of the later 5.3 instances.