Warning: Failed opening 'D:Inetpubwwwrootubbthreadsubbthreads/languages/english/generic.php' for inclusion (include_path='c:\php4\pear') in D:\Inetpub\wwwroot\ubbthreads\ubbthreads\ubbt.inc.php on line 98
SQL ERROR: Unable to do_query: SHOW TABLES

I tried \, \, and \ in the main.inc.php and I get the same error. But when I go back and look at main.inc.php it is back to its original form, with just the single \.

That "include_path='c:\php4\pear')" really confuses me. If I run phpinfo it shows as that there. Is that where it should be? There is no c:\php4\pear on this computer anywhere. Mine is installed at D:\Php\php-4.1.2-Win32 and it appears that the include_path in the php.ini file is remarked out.

I have the following:
php.ini located at D:\WINNT
php.ini located at D:\Php\php-4.1.2-Win32\pear\tests

the first has the following include_path statements:

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"

Where does phpinfo.php look to find the include_path?

And thanks for the input so far.