Skip to main content
Participant
May 4, 2006
Question

fatal error

  • May 4, 2006
  • 1 reply
  • 187 views
I get this fatal error
Warning: main(../Connections/connForum.php): failed to open stream: No such file or directory in /home/nturcif/public_html/index.php on line 1

Fatal error: main(): Failed opening required '../Connections/connForum.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nturcif/public_html/index.php on line 1

I have follow the instruction of the tutorial on this site and I never had any problem, butonce i have put the page on the net the error display and I do not understand why - can someone help me please...

thank you Nicoletta
This topic has been closed for replies.

1 reply

Inspiring
May 4, 2006
nturci wrote:
> I get this fatal error
> Warning: main(../Connections/connForum.php): failed to open stream: No such
> file or directory in /home/nturcif/public_html/index.php on line 1
>
> Fatal error: main(): Failed opening required '../Connections/connForum.php'
> (include_path='.:/usr/lib/php:/usr/local/lib/php') in
> /home/nturcif/public_html/index.php on line 1
>
> I have follow the instruction of the tutorial on this site and I never had any
> problem, butonce i have put the page on the net the error display and I do not
> understand why - can someone help me please...

The error message is telling you that ../Connections/connForum.php
doesn't exist. It probably exists on your local computer, which is why
it worked while testing. You also have to upload it to your website.

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/