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

PHP page upload problem

New Here ,
May 24, 2007 May 24, 2007
Hi,

I have just started using Dreamweaver (having been a hand coder of HTML for years!) and I am trying to develop a website using Dreamweaver in PHP with a MySQL database, I have (finally!) got it connected to the server and also a working data connection. I found the extension to allow you to use the User Authentication features for PHP pages and have set up a login page using the Dreamweaver tutorial.

When I Preview in Browser the login page works correctly but when I just look at it in the browser by typing in the URL I get a connection error.

The error I get is..

Fatal error: require_once() [function.require]: Failed opening required 'Connections/XXXX_Database.php' (include_path='.:/usr/share/php') in /www/XXXX/index.php on line 1

Any ideas?

Cheers, Dub
TOPICS
Server side applications
272
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 24, 2007 May 24, 2007
LATEST
Dubster5 wrote:
> Fatal error: require_once() [function.require]: Failed opening required
> 'Connections/XXXX_Database.php' (include_path='.:/usr/share/php') in
> /www/XXXX/index.php on line 1

Did you upload the Connections folder and its contents?

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (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