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

Newbie trying mysql connection.

New Here ,
Jul 25, 2011 Jul 25, 2011

I have no idea what I am doing, and trying to find help with an error message is rough. I am using dreamweaver 8 and trying to make a connection to mysql. When I http://www.kytravelers.com/Connections/MyConn.php I get the following error messages...where can I start to find out what I am doing wrong.

Warning: main(..MyConn.php) [function.main]: failed to open stream: No such file or directory in /nfs/c02/h05/mnt/17755/domains/kytravelers.com/html/Connections/MyConn.php on line 2

Fatal error: main() [function.require]: Failed opening required '..MyConn.php' (include_path='.:/usr/local/php-4.4.9-2/share/pear') in /nfs/c02/h05/mnt/17755/domains/kytravelers.com/html/Connections/MyConn.php on line 2

Thanks,

Scott

TOPICS
Server side applications
383
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
Guest
Jul 25, 2011 Jul 25, 2011

The error is telling you it cannot find the file

Connections/MyConn .php

If this folder/file has been loaded to the server, then it is a path problem, meaning you are not pointing to the correct location.

Gary

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
Guest
Jul 28, 2011 Jul 28, 2011
LATEST

Im not that familiar with DW 8, I use DW CS4. But when I set up a Database connection there's a "Test" Button so I can check my page will be able to access the db - did you try this?

I've been where you are - totally baffled - and it can be very frustrating but the folks on this forum are really great at hanging in with you until the problem gets solved.

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