You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
Hey,
After setting up a vhost under xampp(windows 7 home), i got the following error:
Error saving cache...
So, I decided to look up what's throwing such an error.
I found that line in class.cache.php:
function set($file, $content) {
$file = preg_replace("/[^A-Za-z0-9_-]/", '', $file);
So I assumed it's not able to open or write the file.
I tried to change the permissions to chmod 777.
Still getting this error, any solutions ?
The text was updated successfully, but these errors were encountered: