Hopefully a simple question.
Running WAMP for module development, what folder permissions should I set? I've only ever run OpenCart on my Linux servers.
OpenCart version: 3.0.2.0
The issue I'm having when I update my module it isn't updating \system\storage\cache
, so my front end never refreshes. It took my while to workout I have to delete my cache folder every time I upload a new version, as everything else was working fine.
\system\storage\modification
is updating correctly. Database entries are updating correctly. It is just my cache folder won't update if the file is already there.
Or am I completely wrong and it's a WAMP config issue?
I've always used WAMP for development and never had an issue modifying files from PHP with the default WAMP installation.