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

Totally Frustrated

Guest
May 15, 2007 May 15, 2007
Help! I check out a page, update it, and put it back, and the whole site goes down. When you look at URL it shows the local source coming from MyDocuments where my localsite is housed - when it should be pointing to the Remote server? Is it just a matter of "get/put" or "Check in/Check out" or is it in my Site settings somewhere? The other person working on this site is getting pissed cuz when I update it - it get's blasted from my local files. HELP!!!
TOPICS
Server side applications
413
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 16, 2007 May 16, 2007
Do you have a local site defined in DW?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Annie_stl" <webforumsuser@macromedia.com> wrote in message
news:f2dr2r$5h7$1@forums.macromedia.com...
> Help! I check out a page, update it, and put it back, and the whole site
> goes
> down. When you look at URL it shows the local source coming from
> MyDocuments
> where my localsite is housed - when it should be pointing to the Remote
> server?
> Is it just a matter of "get/put" or "Check in/Check out" or is it in my
> Site
> settings somewhere? The other person working on this site is getting
> pissed
> cuz when I update it - it get's blasted from my local files. HELP!!!
>


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
May 16, 2007 May 16, 2007
Yes - I have a local site defined in the site - it's a trainingsite folder in MyDocuments.
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 16, 2007 May 16, 2007
OK - now, with that site selected in DW, please create a new page, and drop
an image from within that site onto the page. Before saving the page,
please copy and paste the code for that image into a reply here. Now save
the page, and repeat the copy and paste after saving the page. Let's see
what that code looks like.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Annie_stl" <webforumsuser@macromedia.com> wrote in message
news:f2f1ts$kvk$1@forums.macromedia.com...
> Yes - I have a local site defined in the site - it's a trainingsite folder
> in MyDocuments.


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
May 16, 2007 May 16, 2007
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<p>Test Page</p>
<p>Help! Checking source code.</p>
<p> </p>
<p><img src="file:///C|/WINNT/Profiles/ab4531/My Documents/TrainingSite/images/eye image.jpg" width="168" height="49" /> </p>
</body>
</html>
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
May 16, 2007 May 16, 2007
I saved it - it saved to my local. I don't see any difference in code - Did you want me to 'put' it up to the server and copy the code?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
<p>Test Page</p>
<p>Help! Checking source code.</p>
<p> </p>
<p><img src="images/eye image.jpg" width="168" height="49" /> </p>
</body>
</html>
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
May 16, 2007 May 16, 2007
I'm afraid that when I 'put' it - it will change the whole site to point back to MyDocuments local server again and lose all the data on the host remote site. I don't want to crash it a third time!
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 16, 2007 May 16, 2007
LATEST
Nothing is changed after you save the file. If the link is correct in the
saved file, it will be correct when you PUT it. And it would take lots more
than an incorrect link to crash something.

As you have shown in your test, the links are being properly managed in DW.
If your links are still broken, please just remake them and save the file,
then verify that the link has been properly rewritten after you save it by
examining the code.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Annie_stl" <webforumsuser@macromedia.com> wrote in message
news:f2f480$nrv$1@forums.macromedia.com...
> I'm afraid that when I 'put' it - it will change the whole site to point
> back to MyDocuments local server again and lose all the data on the host
> remote site. I don't want to crash it a third time!
>


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