G groefie Verified User Joined Apr 1, 2005 Messages 32 Apr 1, 2005 #1 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 ? Thanks in advance!
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 ? Thanks in advance!
Redevelopment Verified User Joined Dec 8, 2004 Messages 53 Location The Netherlands Apr 1, 2005 #2 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
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
G groefie Verified User Joined Apr 1, 2005 Messages 32 Apr 1, 2005 #3 Thanks, that solved the problem!