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

an unspecified error occurred

Participant ,
Dec 15, 2006 Dec 15, 2006

Copy link to clipboard

Copied

Hi all,
I have the above problem with dreamweaver MX 2004.

This was working fine before, when i tried connecting to the database.

Now I cannot connect to anything.

I have replayed the original files on my computer with the ones from the server, could that have messed it up? shall i restart my PC?

TOPICS
Server side applications

Views

630
Translate

Report

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 ,
Dec 15, 2006 Dec 15, 2006

Copy link to clipboard

Copied

Sure . restart your PC. Can't hurt. :)

Seriously .. before anyone can help you ..
What server model?
What database?
What does your connection string look like?


--
Nancy Gill
Adobe Community Expert
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner''s
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

"The_FedEx_Guy" <webforumsuser@macromedia.com> wrote in message
news:elv67u$cao$1@forums.macromedia.com...
> Hi all,
> I have the above problem with dreamweaver MX 2004.
>
> This was working fine before, when i tried connecting to the database.
>
> Now I cannot connect to anything.
>
> I have replayed the original files on my computer with the ones from the
> server, could that have messed it up? shall i restart my PC?
>
>
>


Votes

Translate

Report

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
Participant ,
Dec 15, 2006 Dec 15, 2006

Copy link to clipboard

Copied

Hi
I'm using PHP with a MySQL dbase

<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_db = "localhost";
$database_db = "onlinemove";
$username_db = "username";
$password_db = "password";
$db = mysql_pconnect($hostname_db, $username_db, $password_db) or trigger_error(mysql_error(),E_USER_ERROR);
?>

I have installed Dreamweaver 8 now and still having the same problem. And I have restarted.
I cannot connect to any database.

Votes

Translate

Report

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 ,
Dec 15, 2006 Dec 15, 2006

Copy link to clipboard

Copied

The_FedEx_Guy wrote:
> I cannot connect to any database.

Is MySQL running? Is your web server running? Can you connect outside of
Dreamweaver?

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

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
Participant ,
Dec 15, 2006 Dec 15, 2006

Copy link to clipboard

Copied

I can see the database list if I create a completely new site but not the one im working on

Votes

Translate

Report

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
Participant ,
Dec 15, 2006 Dec 15, 2006

Copy link to clipboard

Copied

LATEST
I can connect outside of Dreamweaver.

I replaced the files, with the backup of the old site, and then imported the edited files i was working with.

It is now working.

But abit of advice to everyone...only FTP back the files on to your PC that you want to work on not the whole thing!

Votes

Translate

Report

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