Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
I upgraded to latest version (2.46). After I clear cache, I changed setting to enabled cache as below:
'templatecache' => true,
'templatecompile' => true,
'modulecompile' => true
The result is chat window for guest do not working, and it generated php log error:
PHP Parse error: syntax error, unexpected ')' in .../cache/compiledtemplates/fe24f0776e55dfcefe5d6f16c7c93b29.php on line 11
I revert 02 config:
'templatecompile' => false,
'modulecompile' => false
The result is chat window for guest is working again
So please help me enable cache
Thank you
Offline
https://livehelperchat.com/article/view/40
Clean cache link can be seen in system configuration page. Also then you are changing templates make sure you have disabled live helper cache.
'templatecache' => false,
'templatecompile' => false,
'modulecompile' => false,
Maybe you have deleted some "," or something so is not working.
I never know there are issues with cache. Try to compare your config file with the default
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
https://livehelperchat.com/article/view/40
Clean cache link can be seen in system configuration page. Also then you are changing templates make sure you have disabled live helper cache.
'templatecache' => false,
'templatecompile' => false,
'modulecompile' => false,Maybe you have deleted some "," or something so is not working.
I never know there are issues with cache. Try to compare your config file with the default
I do as this article, LivehelperChat working, but after I restore config to TRUE as below then Livehelperchat not working normally:
'templatecache' => true,
'templatecompile' => true,
'modulecompile' => true,
If I do not change 02 config lines, LivehelperChat is working normally:
'templatecache' => true,
'templatecompile' => false,
'modulecompile' => false,
Offline
Is your install a local or Web install.
I think is local install. No support to local install available for free.
Maybe on the Web all works fine. If not please try to update again and be sure to not miss file!
Thanks
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Is your install a local or Web install.
I think is local install. No support to local install available for free.Maybe on the Web all works fine. If not please try to update again and be sure to not miss file!
Thanks
Yes, local install. I will check again.
Thank you
Offline
As i know this one was fixed already
Offline
Now my live support is running if I set config:
'templatecache' => true,
'templatecompile' => false,
'modulecompile' => false,
Maybe next update version will resolve this problem.
Thank you,
Offline
it's all in github. Just replace files and before enabling cache just click clear cache from back office
Offline
Pages: 1