Problem with Creating Web Photo Album

I have Dreamweaver CS 4 and I tried to make a web photo album using a trial version of Fireworks CS4.   Once Fireworks starts I get an error message saying there is a problem with Fireworks and it shuts down.   The photo album folders and html pages are created, but the pictures aren't there.  I've done on another computer and it works great.  Could there be a problem with the trial version of Fireworks?  I can open Fireworks on its own and works fine.
Thanks for any help

How are you uploading your site to the server?  Are you using iWeb's ftp capability?  For some unknown reason it can fail at uploading changes to the site and leave vital pages out causing problems like you're experiencing. Have you tried using the File ➙ Publish Entire Site menu option to get all of the new files uploaded? 
If this continuse you might have to use a 3rd party FTP client like  Cyberduck, YummyFTP or Transmit to upload the new files manually.  All of those apps provide a Finder like window of your server so you can easily drag and drop the required files onto the server. 
To determine exactly what files are missing and where they go bring up the Activity window (Command+Option+A) for the page in Safari.  It will list all of the files it expects to find and indicate those which are missing.
If a file is missing a Not Found will be listed at the right.
Note:  The bottom of your Contact page runs off the content portion of the page and can't be seen. Either lengthen the length of the page with the Inspector/Page/Layout pane or add an empty text box and drag it downward pushing the footer area below the last of the content.
OT

Similar Messages

  • Create Web Photo Album Problem

    Please help!!!!!! I have the Adobe Web Premium Suite CS3 so I
    have all the programs loaded on my computer.
    I have been working on this for 2 days and cannot get this
    command to work. I have 15 folders of pics that need to be put up
    and I want family to be able to click on the thumbnail and open up
    to a larger pic. There are over 100 pics in there. I loaded all the
    pics in their own folders; I have tried jpg, tiff, jpeg, psd and
    gif pics; (I separated them by file name so there are none mixed in
    the folders) I put the pic folders inside my web page folder, then
    I tried it on my desktop and I tried to use My Pictures folder.
    This is how I am doing this:
    I have the index.html page open on Dreamweaver CS3
    I hit Command > Create Web Photo Album >
    fill out "Photo album title:
    fill out "Subheading info:
    fill out "Other info:
    In the "Source images folder:" when I Browse I go to the
    folder and
    I click on it and when that opens there are no pics in there.
    Nothing shows up at all.
    I finish up the rest and an error message shows up "An error
    occurred".
    Anyone know what I am doing wrong????
    Thank you.... Linda

    Hello Do you happen to know if you get the same problem with windows 7
    Thanks

  • Problems creating web photo album

    Hi,  I've been creating web photo albums in CS3 using Fireworks over the last five years.  The last album I created was in February 2012
    http://www.classictennismatches.net/images/index11.htm
    However, I have been trying to create a new album since Saturday and it wont work, the thumbnails nor pictures are just not been retrieved from the parent folder on my computer and I just get the page created with thumbnails not manifesting or collected in the images folder.  I always have Fireworks opened before creating the album.
    Does anyone have any ideas why I am not able to create proper photo albums all of a sudden?  Any help will be appreciated.

    You have provided no information about what you are doing
    http://forums.adobe.com/thread/691654?tstart=0

  • Wanted to Edit "Create Web Photo Album" template

    I'm using MX2004.
    I've recently done a major, major overhaul on a website I
    manage. We use the "Create Web Photo Album" (not an extension - the
    one that came with DW) extensively, but with the new design, the
    basic photo album template isn't going to cut it. I could probably
    sit with it myself and drop created photo albums into a template
    page and make it work, but I'm not the only one doing photo albums
    and some of the other people aren't the most... technically
    competent.
    What I'd like to do is somehow edit the template that
    Dreamweaver uses to create the photo album so that it looks like
    how we're wanting without any post-album-created-action.
    Is this possible? Is there an extension that'll work for this
    as well? (Looks like the Exchange is currently down, so that isn't
    helping me in my search.)

    Get the free extension "Create Web Photo Album 2" from Adobe.
    It has many
    pre made templates plus instructions on how to create your
    own.
    Michael Hager
    www.cmhager.com
    "Dexter74656" <[email protected]> wrote in
    message
    news:eor42n$oe3$[email protected]..
    > I'm using MX2004.
    >
    > I've recently done a major, major overhaul on a website
    I manage. We use
    > the
    > "Create Web Photo Album" (not an extension - the one
    that came with DW)
    > extensively, but with the new design, the basic photo
    album template isn't
    > going to cut it. I could probably sit with it myself and
    drop created
    > photo
    > albums into a template page and make it work, but I'm
    not the only one
    > doing
    > photo albums and some of the other people aren't the
    most... technically
    > competent.
    >
    > What I'd like to do is somehow edit the template that
    Dreamweaver uses to
    > create the photo album so that it looks like how we're
    wanting without any
    > post-album-created-action.
    >
    > Is this possible? Is there an extension that'll work for
    this as well?
    > (Looks
    > like the Exchange is currently down, so that isn't
    helping me in my
    > search.)
    >

  • Create Web Photo Album

    I'm trying the 30-day version of Fireworks CS3 for two
    reasons: First I want to more easily create my web photo albums,
    and second, I want a graphical navbar with some elements having a
    popup menu.
    The issue I'm running into when I use the &quot;Create
    Web Photo Album&quot; command from within DW CS3 is that the
    resulting images get renamed to have a suffix of
    &quot;_jpg&quot; added. I HATE that! (This means that an
    image called &quot;name.jpg&quot; gets changed to
    &quot;name_jpg.jpg&quot;. Redundant, to say the least.
    How can this be controlled? If I use FW directly to optimize
    an image, this renaming doesn't happen, so I'm guessing this is
    something that DW controls. And I'd like to override that.
    Any help would be appreciated.
    Thanks!
    Eldor - Montreal

    NO! It's not that easy! Have you actually tried the advice
    you just gave? That'll break the whole routine!
    (Folks, whatever you do, before attempting ANY modifications
    to this file, MAKE A BACKUP!!!)
    You need to make changes in several places and everything
    must remain in sync - don't forget that this routine also writes
    the html table code to display both the thumbnails and full-size
    images and the href and img src references must point to the
    correct files! If you remove the references to .jpg the resulting
    html tables will NOT work! And the files will probably be wrongly
    named as well.
    Proceed with caution!
    I'll see what I can do about documenting what I did - I'm new
    to javascript but have many years of higher level programming
    experience. The first thing I did while going through the code was
    to put in comments explaining what certain parts of the code did,
    as I figured them out. And then with great care, I made my changes.
    By the way, Notepad certainly works for this, but it's a lot
    easier to use Dreamweaver itself or (what I did) the Adobe
    Extendscript Toolkit 2 that was included with my CS3 package. It
    makes it easier to visualize the blocks of code and how everything
    relates. And the find/replace dialog is superb.
    Eldor
    quote:
    Originally posted by:
    YonderAnt
    quote:
    Originally posted by:
    TibaTeebs
    can you share a) how/where you changed the code for JPEG in
    the JS? and b) what new functions did you add (such as addidng a
    title)
    Open .js with notepad, in notepad press CRTL-F, type ".jpg"
    in the search box, press the "find" button twice, change the ".jpg"
    word to "" (nothing), do that to the third, fourth, and fifth ones
    (there're only 5 ".jpg" words found in the .js file, don't change
    the first one).
    Then search "_", change all of that "_" to "" (don't change
    the ones that contain a letter between "_")
    done.
    (Excuse my English language)

  • What identically replaces CS 5 "Create Web Photo Album"?

    I have one web site that is using the Dreamweaver CS4 "Create Web Photo Album", however now that I have upgraded to DW CS5, "Create Web Photo Album" is no longer available.  I know you can use Bridge but I need an identical layout of the photo album that was in CS4 to match the others.  Any ideas here?

    I can't speak for Adobe since I'm just a plain old end user of their products just like yourself.
    I do know that Adobe never remove features without having a good, hard look at what they're proposing to remove and getting feedback from users about how it's used and by how many people.
    However, in Adobe's eyes, legacy features such as web albums (there since Macromedia days I believe) are clearly more suited to Bridge rather than Dreamweaver.
    When they transfer features to different apps, it is rarely a seamless change so you won't get identical results at the pixel level.
    When you're upgrading, everyone focusses on the new features. It's also wise to check what has been changed or discontinued before upgrading. Sometimes you'll find yourself in the unfortunate minority which relies on a given feature that apparently (according to Adobe) few people use but those that do think it's an important feature.
    Having said that, Web Photo Album in Bridge is excellent from what I can see. Perhaps try it out and see what you think.

  • Create web photo album missing in Dreamweaver CS6

    Why is create web photo album missing from the command menu in my Dreamweaver CS6?

    That feature disappeared in Dreamweaver CS5.

  • Creating Links in DW with PS3 web Photo Album

    How do you create code links in DW on a PS3 web Photo Album I
    created an imported into DW to includ in my web page? You can veiw
    the photo album in my web site surfingpictureseast.com in the
    football section titled "Test of Photoshop Web Photo Album." Any
    codeing assistance will be greatly appreciated.
    Mahalo
    SPE

    football section ???
    "SportPicsEast" <[email protected]> wrote in
    message
    news:gcqpch$o3n$[email protected]..
    > How do you create code links in DW on a PS3 web Photo
    Album I created an
    > imported into DW to includ in my web page? You can veiw
    the photo album in
    > my
    > web site surfingpictureseast.com in the football section
    titled "Test of
    > Photoshop Web Photo Album." Any codeing assistance will
    be greatly
    > appreciated.
    > Mahalo
    > SPE
    >

  • Cannot Create Web Photo Album

    I have Dreamweaver 8 and Fireworks CS3. I am unable to create
    a Web photo album in DreamWeaver because I get an error saying that
    Fireworks 4 or greater is required to create a photo album. I have
    the full version of Fireworks CS3.

    I have upgraded to DW Studio 8 from MX2004 and have a similar
    problem...it's inconsistent though. Sometimes I am able to create
    the web photo album with no problems. But tonight it balked and
    balked and balked! I wound up opening up DW 2004 and FW 2004 and
    created the photo album that way and somehow it linked back to the
    DW 8 site. Is there a way to prevent this conflict??
    Help!

  • Creating web photo album

    Hi there,
    I was wondering if anyone can help me with a script that
    simply doesn't seem to want to run properly for me on some images.
    When I run the command from Dreamweaver to create a web photo album
    all starts well for the first couple of images and then comes up
    with the error "could not run the script. This command requires an
    active document". Has anyone had this problem, some images it is
    fine with but others I just can't get it to work on. Has anyone has
    this issue before? Is it related to file sizes? All of my images
    have been saved in exactly the same way so there should be no
    issues with some and not others.
    Any advice would be much appreciated.

    You do need to have saved the page before you start. Although
    you sound like
    you may have other issues.
    Peter
    "bentley675" <[email protected]> wrote in
    message
    news:e5afks$o64$[email protected]..
    | Hi there,
    |
    | I was wondering if anyone can help me with a script that
    simply doesn't
    seem
    | to want to run properly for me on some images. When I run
    the command from
    | Dreamweaver to create a web photo album all starts well for
    the first
    couple of
    | images and then comes up with the error "could not run the
    script. This
    command
    | requires an active document". Has anyone had this problem,
    some images it
    is
    | fine with but others I just can't get it to work on. Has
    anyone has this
    issue
    | before? Is it related to file sizes? All of my images have
    been saved in
    | exactly the same way so there should be no issues with some
    and not
    others.
    |
    | Any advice would be much appreciated.
    |
    |

  • Problem with corrupted iPhone photo albums

    I have a problem with my iPhone "Photos" app.
    When I open it is see hundreds of "ghost" albums in the Albums tab.
    I have tried to turn off syncing photos in iTunes and then turn it back on again, and so deleting all albums and photos and then re-applying- but no luck.  I also tried to sync with an empty folder on my Mac instead of the iPhoto library, but this still does not delete the albums.
    Anyone know how to nuke the photos on an iPhone and start from scratch WITHOUT having to restore the iPhone to its factory state?

    Here is what I see when I go to delete some of the rogue albums:
    I could keep doing this but there are probably 300-400 of them!!!!!

  • Created Web Photo Album but Main Photos do not show on centre page in Firefox

    Site is
    I have used web photo album in this web site. In IE this is showing OK and all images are centralised, however in Firefox the main photo pages are showing to the left can anyone help me please?
    http://www.sancere.com/Album/pages/Picture-018_jpg.htm

    The page is showing OK in IE because it's in quirks mode - due to the fact that you are not using a doctype.  Firefox is showing the page as it really is :-)
    I've recoded the page for you - see if this works better.
    Notice the doctype at the top of the document. You should use this on every page of your site. Which version of DW are you using if it didn't create the doc type ??
    I've moved the body style into the style rules to the head of the document.  I've added an ID for the table #gallerytable and applied that to your table.
    If you look at the #gallerytable styles, you'll see I've given the table a width and set the margin to auto, which will center the page in both browsers.  I've also removed the centering you had in the <td> elements.. no need for that because it's covered in the #gallerytable styling
    <!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=utf-8" />
    <head>
    <title>Portfolio of Events / Picture-018.jpg</title>
    <link href="../../oneColFixCtrHdr.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    body {
         background-color:#000;   /* this makes the body colour black */
    #gallerytable {
         width: 800px; margin: 0 auto;   /*sets the style so that the table is centered in the window */
         text-align:center;  /* everything in the table will be centered */
    a:link {
         color: #FFF;
    a:visited {
         color: #FFF;
    a:hover {
         color: #FFF;
    a:active {
         color: #FFF;
    -->
    </style>
    </head>
    <body>
    <table id="gallerytable">
    <tr>
    <td ><h2>Portfolio of Events/Picture-018.jpg</h2>
    <a href="Italy-2008-127_jpg.htm">Previous</a> | <a href="../album.htm">Home</a> | <a href="088_jpg.htm">Next</a><br><br>
    </td>
    </tr>
    <tr>
    <td >
    <br>
    <a href="../images/Picture-018_jpg.jpg"><img src="http://www.sancere.com/Album/images/Picture-018_jpg.jpg" border=0></a><br>
    </td>
    </tr>
    </table>
    </body>
    </html>
    Hope this helps  :-)

  • Problems with creating web service system

    Hello,
    I seem to have made some changes that made my unable to create web service systems for EP or Visual Composer.
    The change I made is in NetWeaver Administration > Configuration > Application Resources > WebServicesFactory, I added the Configuration Property "UseCacheByDefault" with Boolean value = true.
    After this, if I create a web service system in Enterprise Portal, the Connection Tests fail. In Visual Composer when I define a web service system, the error I am getting is: "Connector Factory not found for value WebServicesFactory".
    I have tried to delete the UseCacheByDefault property I added as well as restart the server but I am still getting the error.
    However when I test my web service using the Web Services Navigator, I am not getting any problems. So my guess is the problem lies with the connection factory.
    Can anyone help me with this issue?
    Thanks.

    Hello,
    Since creating WS system in the portal resulted with failed connection test, the issue has nothing to do with VC.
    I'm just guessing, but try to configure proxy in the J2EE engine.
    If that doesn't help I suggest you raise this question in the portal forum.
    Best regards,
    Shay

  • Problems with iCloud shared photo album

    I am subscribed to a shared photo album via iCloud. I had to restore my phone, and afterwards, my shared album was blank, no photos there.
    It appears fine on my iPad; I can see all photos previously added.
    I made sure that I have iCloud Photo Sharing on. I also had the owner of the album to delete and re-add me.

    If the photos were synced to the iPod you have to unsync them or use a third-party program like TouchCopy or PhoneView to delete them.

  • Creating a Web Photo Album on Dreamworks CC

    I used to often use the create web photo album command in DW 3 regularly to build image pages with thumbnail links but this function has dissappeared from the new Dreamworks Creative Cloud.  I've read that this function has migrated to the new Bridge application, but am unable to get an output tab.  I downloaded the adobe output module and added it to the Bridge extensions workspace folder and that disabled Bridge from even opening.  Nothing I do seems capable of bringing the the output tab from its hiding place and I'm deeply frustrated by the labryinthe created by the lack of that simple create web photo album command.  Are there other solutions that adobe expects the new version of dreamweaver to offer in the place of this handy tool?  

    DW isn't a photo gallery creation tool.  There are much better options available for that.
    jQuery Fancybox,
    jQuery Cycle,
    Lightroom,
    etc...
    Nancy O.

Maybe you are looking for

  • Exported iMovie doesn't run

    The problem occurs when I compose an iMovie (Version 6.0.3) on my computer(G4,OS X 10.4.11) hard disk and then move it to an external hard disk (My Book, 1 TB). Although the clips on the movie track and the clip board on the EHD appear exactly as the

  • IPod Freezes on Startup; Won't Charge; Computer Won't Recognize

    I just got a used iPod in the mail yesterday... When I try to charge it using a USB drive or a wall charger, it appears as if nothing happens. When I have it plugged into my USB drive, my computer doesn't recognize anything... I've tried using the "r

  • FIREFOX KEEPS ON CRASHING!!!!!!!!!!

    IT KEEPS ON CRASHING!!!!!!!! ive resetted firefox, unclicked that hardware acceleration stuff, done everything available online, but it still keeps on crashing. im planning to switch google chrome, if it doesnt fix.

  • Expand and collapase column values of Pivot table in obiee 11g?

    Hi experts, I have Requirement. *----------------------(+value1)---(+value2)----(-value3)---------(+value 4) --------------------------------------------- x---y---z **col1*-----col2---------------------------------------------------- ----abc-------sy

  • IPS Event Viewer

    Hi, I can't seem to be able to view informational events in IPS Event Viewer real time dashboard, they don't appear. Under the monitoring tab on the sensor i can see them no problem. If i change the signature alert to either low medium or high i get