These are the errors I saw when I visited your page:
Quote:
Warning: chdir(): No such file or directory (errno 2) in C:\Inetpub\wwwroot\GOA\index.php on line 21
Warning: main(./global.php): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\GOA\index.php on line 32
Fatal error: main(): Failed opening required './global.php' (include_path='.;c:\php4\pear') in C:\Inetpub\wwwroot\GOA\index.php on line 32
|
I think your problem is that you have the incorrect url in the chdir and in the absolute path. I am not sure what you typed out but its not going to be c:\etc it would be something like /website/mysite/yadda/global.php or whatever.
Windows uses the \ but in apache that gets switched to / (I think lol)