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