Cannot open 'extra/browscap.ini'

groefie

Verified User
Joined
Apr 1, 2005
Messages
34
Hi,

we get this error when starting up Apache :

PHP Warning: Cannot open 'extra/browscap.ini' for reading in Un

Apache starts up and seems to function fine otherwise
What can we do about this ? :rolleyes:

Thanks in advance!
 
Check your php.ini for a line like this:

[browscap]
browscap = extra/browscap.ini

If you don't use it, comment that line by using a ';':

[browscap]
;browscap = extra/browscap.ini

Edit: typo
 
Back
Top