Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

fatal error

New Here ,
May 04, 2006 May 04, 2006
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
TOPICS
Server side applications
188
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 04, 2006 May 04, 2006
LATEST
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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines