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

You are not logged in.

Announcement

#1 2016-04-21 14:56:06

Abuelodelanada
Member
Registered: 2016-04-21
Posts: 1

Apache2.4 + PHP-FPM

Hello,

I want to install LiveHelperChat in a server running Apache2.4 + PHP5-FPM (PHP 5.6.x), and I see that LiveHelperChat calls to init_set() function several times.

As I understand, with PHP-FPM we cannot change PHP variables in runtime...  Does LiveHelperChat has a way to handle this?

[== Undefined ==]
~/t/livehelperchat git:master ❯❯❯ git grep -i "ini_set("
lhc_web/cron.php:ini_set('error_reporting', E_ALL);
lhc_web/cron.php:ini_set('register_globals', 0);
lhc_web/cron.php:ini_set('display_errors', 1);
lhc_web/cron.php:ini_set("max_execution_time", "3600");
lhc_web/doc/shell/upgrade.php:***_set('error_reporting', E_ALL);
lhc_web/doc/shell/upgrade.php:***_set('display_errors', 1);
lhc_web/doc/shell/upgrade.php:***_set('session.gc_probability', 1);
lhc_web/doc/shell/upgrade.php:***_set('session.gc_divisor', 100);
lhc_web/doc/shell/upgrade.php:***_set('session.gc_maxlifetime', 200000);
lhc_web/doc/shell/upgrade.php:***_set('session.cookie_lifetime', 2000000);
lhc_web/doc/shell/upgrade.php:***_set('session.cookie_httponly',1);
lhc_web/doc/shell/upgrade.php:    ***_set('session.cookie_secure',1);
lhc_web/ezcomponents/ImageConversion/src/handlers/gd.php: * to true (possible via {*** ini_set()}).
lhc_web/index.php:***_set('error_reporting', 0);
lhc_web/index.php:***_set('display_errors', 0);
lhc_web/index.php:***_set('session.gc_maxlifetime', 200000);
lhc_web/index.php:***_set('session.cookie_lifetime', 2000000);
lhc_web/index.php:***_set('session.cookie_httponly',1);
lhc_web/lib/core/lhcore/class.phpmailer.php:      ini_set('sendmail_from', $this->Sender);
lhc_web/lib/core/lhcore/class.phpmailer.php:      ini_set('sendmail_from', $old_from);
lhc_web/lib/core/lhcore/lhmodule.php:            ***_set('error_reporting', E_ALL);
lhc_web/lib/core/lhcore/lhmodule.php:            ***_set('display_errors', 1);
lhc_web/lib/core/lhcore/lhsys.php:              ***_set('session.cookie_secure',1);
lhc_web/lib/core/lhform/PHPExcel/Calculation.php:                       ini_set('precision',$setPrecision);
lhc_web/lib/core/lhform/PHPExcel/Calculation.php:                       ini_set('precision',$this->_savedPrecision);
lhc_web/lib/core/lhform/PHPExcel/Reader/CSV.php:                ini_set('auto_detect_line_endings', true);
lhc_web/lib/core/lhform/PHPExcel/Reader/CSV.php:                ini_set('auto_detect_line_endings', $lineEnding);

Offline

#2 2016-04-21 14:59:59

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

Re: Apache2.4 + PHP-FPM

Hi Abuelodelanada,
thank you for your post in the Live Helper Chat Forum!

I cannot help you with that question.
Why my message here? Probably you will not receive other replies about your issue.

Here I can provide only basic support not deep technical question because I AM not the chat owner who know the code and how help you with your "custom" server.
Hope you will be able to find a reply yourself or someone of user can help you.

The chat owner is very busy and cannot always participate to the forum.
This is a great Open Source Project but support are limited.
Thank you and have a great time!


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

Board footer