CometWeb (Leet) cache error.
Hello, I'm using CometCMS of Metus (http://forum.ragezone.com/f353/comet...krodb-1133319/)
When I went to my website/retro, I got HTTP ERROR 500, so I turned the development mode on to see the errors.
The error I see is:
PHP Code:
Fatal error: Uncaught RainTpl_Exception: Cache directory tmp/doesn't have write permission. Set write permission or set RAINTPL_CHECK_TEMPLATE_UPDATE to false. More details on https://feulf.github.io/raintpl in C:\inetpub\wwwroot\app\class.tpl.php:228 Stack trace: #0 C:\inetpub\wwwroot\app\class.tpl.php(181): RainTPL->compileFile('index', NULL, 'themes/asteroid...', 'tmp/', 'tmp/index.edb1c...') #1 C:\inetpub\wwwroot\app\class.tpl.php(63): RainTPL->check_template('index') #2 C:\inetpub\wwwroot\index.php(51): RainTPL->draw('index') #3 {main} thrown in C:\inetpub\wwwroot\app\class.tpl.php on line 228
I already granted the folder 'tmp' full access permissions, added 'everyone' with full access, created user IUSR with full access. But it still displays the errors.
Any help? Thank you.
- - - Updated - - -
Solved, had to restart the VPS.
Re: CometWeb (Leet) cache error.
Maybe you did it wrong. Did you did it like this?
- - - Updated - - -
Ah probally I found out what you did wrong, there is also a user called (IIS_USR) which you have to give permissions too. If you did this restart IIS and the problem should be solved.