Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
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
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
Pages: 1