Things are working smoothly on production. However, there is a need to change a few php.ini settings on my public_html folder.
Every time i create the php.ini file, this results in the following errors on my page. The php version is 7.0.4.
Is there anything i can do to resolve these ?
Notice: Undefined variable: _SERVER in /home/public_html/qa-include/qa-index.php on line 126
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/public_html/qa-include/qa-index.php:126) in /home/public_html/qa-include/app/users.php on line 146
Notice: Undefined variable: _SERVER in /home/public_html/qa-plugin/q2a-caching/qa-caching-main.php on line 144
Notice: Undefined variable: _SERVER in /home/public_html/qa-plugin/q2a-caching/qa-caching-main.php on line 144
Notice: Undefined variable: _SERVER in /home/public_html/qa-include/qa-base.php on line 1113
Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/qa-include/qa-index.php:126) in /home/public_html/qa-include/app/users.php on line 1067
Warning: Cannot modify header information - headers already sent by (output started at /home/public_html/qa-include/qa-index.php:126) in /home/public_html/qa-include/qa-page.php on line 384