Friday, October 22, 2010

Err: get_browser() [function.get-browser]: browscap ini directive not set ...

Error:
    Warning:  get_browser() [function.get-browser]: browscap ini directive not set ... 
Reason: 
    Browser detail ini file not inlcuded.

Solution:

  1. Download latest ini file from http://browsers.garykeith.com/downloads.asp
  2. Give the path in php.ini file like,
        browscap = /etc/mono/php_browscap.ini




Ref: http://php.net/manual/en/function.get-browser.php


No comments:

Post a Comment