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

You are not logged in.

Announcement

#1 2014-08-13 17:51:53

jsiesquen
Member
Registered: 2014-08-13
Posts: 1

Problems for display default user page

Hi,

Try show this URL http://www.domain.com/livechat/

but have this problems (before have that enable all errors into php configuration):

---------------------------------------

Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /var/www/localhost/htdocs/livechat/cache/compiledtemplates/b09a70a68bd480c629149d8c5b622c51.php on line 2

Notice: Use of undefined constant INPUT_GET - assumed 'INPUT_GET' in /var/www/localhost/htdocs/livechat/cache/compiledtemplates/b09a70a68bd480c629149d8c5b622c51.php on line 2


Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/livechat/cache/compiledtemplates/b09a70a68bd480c629149d8c5b622c51.php:2) in /var/www/localhost/htdocs/livechat/lib/core/lhcore/lhmodule.php on line 116

Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/livechat/cache/compiledtemplates/b09a70a68bd480c629149d8c5b622c51.php:2) in /var/www/localhost/htdocs/livechat/lib/core/lhcore/lhmodule.php on line 117

Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/livechat/cache/compiledtemplates/b09a70a68bd480c629149d8c5b622c51.php:2) in /var/www/localhost/htdocs/livechat/lib/core/lhcore/lhmodule.php on line 118

Look the lines of lhmodel.php file, found this:

                header('HTTP/1.1 503 Service Temporarily Unavailable');
                header('Status: 503 Service Temporarily Unavailable');
                header('Retry-After: 300');

Why happen?

Thansk for your answer...

Regards,

Offline

#2 2014-08-13 18:30:13

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Problems for display default user page

Hi,

Make sure you have this extension in your PHP
http://php.net/manual/en/filter.installation.php

Errors is produced because your server does not have any of these constants.
http://php.net/manual/en/filter.constants.php

Offline

Board footer