Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2016-07-25 21:50:23

Metrotyranno
Member
Registered: 2015-03-30
Posts: 23

PHP error

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

#2 2016-07-26 07:19:43

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: PHP error

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


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2016-07-26 07:21:25

Metrotyranno
Member
Registered: 2015-03-30
Posts: 23

Re: PHP error

Yeah I figured,

Thanks anyway  smile

Offline

#4 2016-08-01 06:07:10

mail2stotzer
Member
Registered: 2016-08-01
Posts: 1

Re: PHP error

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 sad";
        }


Could you please help me to fix this problem .. thanks

Offline

Board footer