Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Team getting the below error while installing. Please look into it.
installation path: http://www.sachi-infotech.com/chat/index.php/install/install/
Fatal error: Call to a member function getSetting() on a non-object in E:\inetpub\vhosts\sachi-infotech.com\httpdocs\chat\lib\core\lhcore\lhurl.php on line46
Regards,Raj
Offline
Hi,
I think this issue is related to windows and how livehelper detects it's own path. I will try to look at this issue but not sure when . On linux environment all should work smoothly.
As a quick fix you can define live helper site path in
lib/core/lhcore/lhsys.php
and change
$instance->SiteDir = $siteDir;
to the following$instance->SiteDir = "E:\inetpub\vhosts\sachi-infotech.com\httpdocs\chat\";
Or better would be just use Linux enviroment
2012/12/27 Raj Gopal K <desig...***.com>
Offline
Thanks for that. But it didn;t help. Same error still getting.
Regards,Raj
Offline
Pages: 1