PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > macromedia.dreamweaver > Broken images DW-MX on Mac
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Broken images DW-MX on Mac

Réponse
 
LinkBack Outils de la discussion
Vieux 15/06/2008, 13h17   #1
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Broken images DW-MX on Mac

I'm reasonably familiar with DW-MX V 6.0 on Mac, but this one has me stumped.
Maybe I'm not as familiar as I thought?

My wife got a new machine and did a lot of file and folder rearranging but no
renaming. This has broken every image in all three of her sites. The code
points to the correct files. I've tried deleting and rebuiling the site maps
but this doesn't . Even deleting the images from the pages and
re-inserting doesn't bring them back. This morning I went into her prefs and
changed the INSERT window from 'text' to 'icons and text' and even the icon
images are broken. It seems that no matter where I should get an image, all I
get is the broken image icon.

Any ideas on what I need to do to fix this?

  Réponse avec citation
Vieux 15/06/2008, 13h30   #2
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

> My wife got a new machine and did a lot of file and folder rearranging but
> no
> renaming. This has broken every image in all three of her sites.


Did she do this in Finder or in DW?

If the former, then that's the cause. DW cannot track file moves any better
than file renames when you do them outside of DW. If this is the case, you
will have to remake every link.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Scamout" <webforumsuser@macromedia.com> wrote in message
news:g3317u$oq3$1@forums.macromedia.com...
> I'm reasonably familiar with DW-MX V 6.0 on Mac, but this one has me
> stumped.
> Maybe I'm not as familiar as I thought?
>
> My wife got a new machine and did a lot of file and folder rearranging but
> no
> renaming. This has broken every image in all three of her sites. The code
> points to the correct files. I've tried deleting and rebuiling the site
> maps
> but this doesn't . Even deleting the images from the pages and
> re-inserting doesn't bring them back. This morning I went into her prefs
> and
> changed the INSERT window from 'text' to 'icons and text' and even the
> icon
> images are broken. It seems that no matter where I should get an image,
> all I
> get is the broken image icon.
>
> Any ideas on what I need to do to fix this?
>


  Réponse avec citation
Vieux 15/06/2008, 14h41   #3
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

It was done from the finder.

I have deleted images and re-inserted from the new file locations but they
still come back broken. And, as I mentioned, the links to the images show the
file path correctly. The site folders were moved but nothing inside them was
moved or renamed. And remember that the icons on the insert window are
broken too - that goes deeper than just folder moves.

Could this be a machine name change or disk name change? I don't see either
in the file paths anywhere.

  Réponse avec citation
Vieux 15/06/2008, 15h15   #4
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

> It was done from the finder.

Very poor decision.

Try this:

1. In the site definition for this site, copy the contents of the path to
the local root folder, and paste it into a reply.
2. In this site, create a new blank HTML page, drag and drop an image from
within this site onto the page, and before saving the page, copy the code
for the image and paste it into a reply.
3. Now save the page, and repeat the copy/paste operation.

Let's see what those reveal.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Scamout" <webforumsuser@macromedia.com> wrote in message
news:g3366p$k0$1@forums.macromedia.com...
> It was done from the finder.
>
> I have deleted images and re-inserted from the new file locations but they
> still come back broken. And, as I mentioned, the links to the images show
> the
> file path correctly. The site folders were moved but nothing inside them
> was
> moved or renamed. And remember that the icons on the insert window are
> broken too - that goes deeper than just folder moves.
>
> Could this be a machine name change or disk name change? I don't see
> either
> in the file paths anywhere.
>


  Réponse avec citation
Vieux 15/06/2008, 18h01   #5
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

I think this is what you are asking for:

The current path:
file:///Macintosh HD/Users/newmachine/Desktop/BL/index.html

Source code on existing page:
<IMG SRC="image/steinhd1.gif" WIDTH=125 HEIGHT=108 BORDER=0 ALIGN=bottom>

  Réponse avec citation
Vieux 15/06/2008, 18h05   #6
Alan
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac



> The current path:
> file:///Macintosh HD/Users/newmachine/Desktop/BL/index.html


The icons in the dw menus are also missing?
If you log onto this machine as a different User, do the icons show?

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



  Réponse avec citation
Vieux 15/06/2008, 18h09   #7
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

I think this is what you are asking for...

path:
file:///Macintosh HD/Users/newmachine/Desktop/BL/index.html


Image source code on problematic file:
<IMG SRC="image/steinhd1.gif" WIDTH=125 HEIGHT=108 BORDER=0 ALIGN=bottom>

Image source code on new page before save:
<img src="/image/steinhd1.gif" width="32" height="32">

file:///Macintosh HD/Users/newmachine/Desktop/BL/index.html

  Réponse avec citation
Vieux 15/06/2008, 18h11   #8
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

Can't seem to get the "attach code" to work right. The image source before the save and after are as above. Image is broken on the new page also.
  Réponse avec citation
Vieux 15/06/2008, 18h28   #9
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

Here is some additional info that might .

Not only are the icons in the 'insert" window broken, so are the icons
elsewhere.
For instance: From the Window menu/bindings, I'm seeing three options - Each
option has a broken icon to the left of the option. I'm not seeing this on my
machine.

It's almost like DW has decided it just isn't going to display images any more
- even the ones from the application.

Maybe a reinstall?

  Réponse avec citation
Vieux 15/06/2008, 18h57   #10
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

I created a second account on the machine and ran DW from there. Same thing - the application icons are broken.
  Réponse avec citation
Vieux 15/06/2008, 19h03   #11
Alan
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac



> Same thing - the application icons are broken.


reinstall.

You may need to remove some folders manually to get this solved, do a google
for a technote

http://www.google.com/search?hl=en&i...be.com+uninsta
ll+dreamweaver+mx+macintosh+

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



  Réponse avec citation
Vieux 15/06/2008, 19h53   #12
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

Thank you Alan. It'll have to wait until tonight. I must go be a good daddy on Father's Day.

Will let you know how it goes and close the thread i- I hope!
  Réponse avec citation
Vieux 17/06/2008, 03h46   #13
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

I was unable to find an uninstaller. The reference you provided and other
searches on Google and elsewhere produced only CS3 uninstall stuff.

I deleted DW and deleted everything with dreamweaver or Macromedia in the
name. Reinstalled and got the same result.

Deleted everything again and copied everything from my working copy to her
machine. Still the same result.

Meanwhile, she's got three e-Commerce sites going out of date.

I have no choice but tell her to revert to HomePage.

  Réponse avec citation
Vieux 17/06/2008, 04h07   #14
Alan
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

I couldn't find a specific set of instructions for manually removing stuff
for dw MX / osx

did find this- it gives some folder paths.
http://kb.adobe.com/selfservice/view...nalId=tn_16420

in general, do a Find for Macromedia and then Dreamweaver, and move the
stuff if it's related to dw, or ask here.

some path got messed up when the drive was renamed or the system os was
updated.

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



  Réponse avec citation
Vieux 17/06/2008, 11h28   #15
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

Alan;

Yep - did all that. When I was done I ran Find again for 'Dreamwever,'
'Dream,' 'weaver,' and 'macromedia.' Then reinstalled. Then did it all again
using my copy.

We're not sure whether it was the moving of file or the renaming of the
drive/user due to replacement of the drive, but it had to be one of those two.
Either way, I think this one is unsolvable.

  Réponse avec citation
Vieux 17/06/2008, 19h38   #16
yupieyi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

check the code, if the file path exists or not.
  Réponse avec citation
Vieux 17/06/2008, 21h57   #17
Scamout
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

The path does exist. Even putting new images on new pages wouldn't work.

We've trashed the entire application. It wasn't worth more effort - three days was enough.
  Réponse avec citation
Vieux 20/06/2008, 02h34   #18
DizzDizzy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Broken images DW-MX on Mac

Thank you for the suggestion i will try it
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 04h15.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 2,37573 seconds with 26 queries