Jump to content

Warning: Could not change cache path (/home/comicson/public_html/cache


Guest johndjs

Recommended Posts

Guest johndjs

Cubecart V5.1.4

New software upgrades on our server cPanel means another new error:

Warning: Could not change cache path (/home/comicson/public_html/cache/) in /home/comicson/public_html/classes/cache/file.class.php on line 195

My hosts are as confused as I am.

Any help would be appreciated....

Link to comment
Share on other sites

From file.class.php....

if (is_dir($path) && file_exists($path) && is_writable($path)) {

 $this->_cache_path = $path;

} else {

trigger_error('Could not change cache path ('.$path.')', E_USER_WARNING);

return false;

}

So check that your cache folder (/home/comicson/public_html/cache/) exists and is writeable.

Link to comment
Share on other sites

If you don't know how to check if the cache folder is 'writable', please ask your hosting provider. If you do know how to check, (I think) the CHMOD code for that folder is 777 unless you are running suPHP, in which case (I think) the code is 755.

And if you don't know if you are running suPHP, ask your hosting provider.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...