Hello! I'm having some cache errors with Znote AAC.
I'm using this znote: https://github.com/TwistedScorpio/OTHire for OTHire client.
This is the message i get when enterting localhost/index.php, localhost/highscores.php and a few more:
Warning: fopen(engine/cache/news.cache.php): failed to open stream: No such file or directory in C:\xampp\htdocs\engine\function\cache.php on line 91
Warning: fwrite() expects parameter 1 to be resource, boolean given inC:\xampp\htdocs\engine\function\cache.php on line 92
Warning: fclose() expects parameter 1 to be resource, boolean given inC:\xampp\htdocs\engine\function\cache.php on line 93
This is the code i have on lines 91-93 in the cache.php
Any help would be really appreciated.
I'm using this znote: https://github.com/TwistedScorpio/OTHire for OTHire client.
This is the message i get when enterting localhost/index.php, localhost/highscores.php and a few more:
Warning: fopen(engine/cache/news.cache.php): failed to open stream: No such file or directory in C:\xampp\htdocs\engine\function\cache.php on line 91
Warning: fwrite() expects parameter 1 to be resource, boolean given inC:\xampp\htdocs\engine\function\cache.php on line 92
Warning: fclose() expects parameter 1 to be resource, boolean given inC:\xampp\htdocs\engine\function\cache.php on line 93
This is the code i have on lines 91-93 in the cache.php

Any help would be really appreciated.