Thread: Using browscap
View Single Post
  #1 (permalink)  
Old 19-07-2007, 21:58
mattx mattx is offline
new member
 
Join Date: Jul 2007
Posts: 7
Unhappy Using browscap

Hi, I've just set up a new account (Linux shared hosting account)... I'm currently transferring my old website hosting (that I know works... at least, on my old host). However, I can't get my php system to find my browscap.ini...

For example, in my pages I get an error

Code:
Warning: get_browser() [function.get-browser]: 
browscap ini directive not set. in 
/home/mattx/includes/webcounter.inc on line 105
I have tried to set the location in .htaccess, using

Code:
php_value browscap "/home/mattx/includes/browscap.ini"
(Hmm... bad idea to post full paths?)

Anyway, other directives in .htaccess work properly, so I'm not sure there's a problem with visibility...

Does anyone have any obvious suggestions as to what I might be doing wrong?... Or, how to fix this?

Thanks.

>> Edit:

I notice this is also broken on the EUKHost's page http://webtools.eukhost.com/browser_details.php

Last edited by mattx; 19-07-2007 at 22:17.
Reply With Quote