Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi, this error started occuring after the directory was moved, does anyone know the fix?
Warning: key_exists() expects parameter 2 to be array, integer given in /home/dbmhosti/public_html/livechat/lib/core/lhtpl/tpl.php on line 200
Warning: Cannot use a scalar value as an array in /home/dbmhosti/public_html/livechat/lib/core/lhtpl/tpl.php on line 506
Catchable fatal error: Argument 2 passed to erLhcoreClassCacheStorage::store() must be of the type array, integer given, called in /home/dbmhosti/public_html/livechat/lib/core/lhtpl/tpl.php on line 521 and defined in /home/dbmhosti/public_html/livechat/lib/core/lhtpl/tpl.php on line 19
Offline
Hi,
sorry I AM not the programmer.
When you move an install from a folder to a different folder all web application usually will have issues.
Is complicated, database need to be edited.
Sorry I cannot help you.
You want may create a new install
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
Yeah I figured,
Thanks anyway
Offline
Hi im a beginer in php and i facing a problem with the connection of mysql database. I have successfuly imported the database now when i m trying to login in the project, its invoked this coding part every time.
$this->set_session($username, $password);
if(isset($remember))
{ $this->set_cookie($username, $password, '+'); }
} else {
return "Username or Password not recognised ";
}
Could you please help me to fix this problem .. thanks
Offline
Pages: 1