Link to home
Start Free TrialLog in
Avatar of AndersonHitchen
AndersonHitchen

asked on

Open Cart Cache Error

Hello

I am working on a opencart install and am getting errors with permissions on the cache folder. I have set the normal user to allow read write as instructed but amstill getting the errors at the top of the page as follows.

unlink(C:/*******/store/system/cache/cache.store.1429286402): Permission denied in C:\*******\store\system\library\cache\file.php on line 68Warning: unlink(C:/*******/store/system/cache/cache.store.1429286410): Permission denied in C:\*******\store\system\library\cache\file.php on line 68Warning:

Has anyone come across this before?

Win 2003 server running php and mysql.

Cheers
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

which version of php and which version of mysql..
http://www.opencart.com/  I installed the latest version with the latest version of php and mysql and have 0 errors
Avatar of AndersonHitchen
AndersonHitchen

ASKER

Hi David

The issue is a permissions one, I have the install on a IIS6 win 2003 server. I have set the correct permissions but it seems not to be recognising that. When I try and set permissions to 755 using filezilla that does not stay set but if I view the properties of the folder everything is as should be.

Could I just turn of the error reporting for this website as everything is working fine just getting the error? If so any ideas on the best way to do this?

Cheers
Try giving the Apache user delete permissions.
ASKER CERTIFIED SOLUTION
Avatar of AndersonHitchen
AndersonHitchen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Accepted this solution as the errors do not effect functionality of the opencart and the permissions issue still occured even though set correctly. Adding the @ fixed the user experience.