Cache error, looking for cache in wrong directory #1853
-
I'm getting the following error: Why is it looking in "lhc_web//cache" ... with the double slash? Where is the setting for this, I can't find it in settings.ini.php. I can't login, as it's giving me the site maintenance message ("We’ll be back soon!" etc.) It was working fine until recently. I did update the site's php from 7.2 to 7.4. Any help would be appreciated, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hi, you can try to look at this discussion: https://forum.livehelperchat.com/viewtopic.php?id=3871 |
Beta Was this translation helpful? Give feedback.
-
Try to follow https://doc.livehelperchat.com/docs/development/move-chat this manual like you were moving chat from one location to another. Also if what enable debug output. https://doc.livehelperchat.com/docs/debug |
Beta Was this translation helpful? Give feedback.
-
Turns out it was actually a database permissions problem. When I created the new db, as suggested, I thought I gave the admin all the permissions, but did not. Adding those solved the problem, it wasn't the 'cache' folder permissions. |
Beta Was this translation helpful? Give feedback.
Turns out it was actually a database permissions problem. When I created the new db, as suggested, I thought I gave the admin all the permissions, but did not. Adding those solved the problem, it wasn't the 'cache' folder permissions.