browscap ini directive not set
Posted: Sun Feb 14, 2021 2:45 pm
Our apache error log is getting spammed with this warning.
Line 75:
I tried uploading the file manually and enabling it in php.ini according to the instructions here:
https://stackoverflow.com/questions/203 ... ve-not-set
But the warning keeps appearing.
Only by commenting out this line in viciphone.php stops the warning.
- Code: Select all
[Sat Feb 13 15:04:45.513412 2021] [php7:warn] [pid 2201] [client xxxxxxx:58407] PHP Warning: get_browser (): browscap ini directive not set in /srv/www/htdocs/viciphone/viciphone.php on line 75
Line 75:
- Code: Select all
$log_string .= get_browser(null,true);
I tried uploading the file manually and enabling it in php.ini according to the instructions here:
https://stackoverflow.com/questions/203 ... ve-not-set
But the warning keeps appearing.
Only by commenting out this line in viciphone.php stops the warning.