>>I've taken DB.php and copied it into C:\Programme\php4\PEAR\ >>Fatal error: main(): Failed opening required 'DB.php' (include_path='.;c:\php4\pear')
It's looking for c:\php4\pear but your real path is c:\Programme\php4\PEAR\ so you need to find the file where the include_path is set and change it. I don't know the file offhand but it is likely named config.something, and likely in the midgard light root folder or the one above it. It might also be a path set for something else, mysql or php. Check php.ini which might be in your C:\Windows or C:\Windows\System folder. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
