View Single Post
Old December 11th, 2005, 01:11 AM   #3 (permalink)
tjanders
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 33
Are you saying I need to go through all the php files, find file references and change all the back slashes to forward? Yikes. Didn't have any trouble at all with back slashes when installing vBulletin on this Windows server, so I'm surprised to have this coding problem.

Here's the feedback currently surrounding the admin panel logon:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Domains\timstropicals.com\wwwroot\photopost\forums\photopost.php on line 25

Here's the feedback if I simply enter my URL with /photopost appended:

Warning: chdir(): No such file or directory (errno 2) in C:\Domains\timstropicals.com\wwwroot\photopost\header-inc.php on line 60

Warning: main(./global.php): failed to open stream: No such file or directory in C:\Domains\timstropicals.com\wwwroot\photopost\header-inc.php on line 61

Fatal error: main(): Failed opening required './global.php' (include_path='.;c:\php\includes') in C:\Domains\timstropicals.com\wwwroot\photopost\header-inc.php on line 61
PHP Warning: chdir(): No such file or directory (errno 2) in C:\Domains\timstropicals.com\wwwroot\photopost\header-inc.php on line 60 PHP Warning: main(./global.php): failed to open stream: No such file or directory in C:\Domains\timstropicals.com\wwwroot\photopost\header-inc.php on line 61 PHP Fatal error: main(): Failed opening required './global.php' (include_path='.;c:\php\includes') in C:\Domains\timstropicals.com\wwwroot\photopost\header-inc.php on line 61

All the slashes are the opposite direction of what I had to enter during the install, but all are consistent with normal programming on a Windows server (except the './global.php')

Subsequently, I also tried a complete reinstall and this time used "\\" for every back slash on installation screens. This time it gave me the option to access the admin control panel and sent me to a working logon in adm-index.php (no idea what username or password to try) but then it gives the same coding errors as above for accessing the forum if I complete the form with anything. The "Register" button does invoke my vbulletin registrations screen, though. Seems to me this is the user logon, not an admin panel logon despite what the url says.

Well, I've invested 6.5 hours on this today, so hopefully tomorrow will be more productive.
tjanders is offline   Reply With Quote