I get this error when i run get_browser() function in php: Warning: get_browser(): browscap ini directive not set…
I enabled that in php.ini and put file in etc/extra/browscap.ini as i wrote in php.ini, but still doesn’t work. Why? I restarted httpd few times.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Shouldnt it be browscap = “/etc/extra/browscap.ini” ?
Help please, i need this function.
[browscap] <br>; http://www.php.net/manual/en/misc.configuration.php#ini.browscap <br>browscap = /etc/extra/browscap.ini <br> <br> <br>I uncommented that line and added my path.
Are you sure you configured browscap properly in php.ini? What lines did you change/add?
After entering command in terminal, output is /etc/php.ini <br> <br>phpinfo() at browscap says “no value”… Why?
Try creating a file with <pre><?php phpinfo()</pre> in it and browsing to it, do you see your browscap configuration set properly? <br> <br>If not, try checking for other php.ini files (I’m not really familiar with CentOS so I don’t know where everything is exactly): <br><pre>sudo find / -name php.ini -type f 2>/dev/null</pre>
It’s located in /etc/php.ini
Which php.ini file did you edit? Where is it located?