IWeb transfer not working!

Help! I am trying to transfer iWeb from my old mac (10.4 to 10.7). I did it exactly like the tutorials say - copied it into my library/application support/iweb folder. but when I open iWeb, it opens a new site. My old one is nowhere to be found. Please help! Thanks!

In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
To open your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
tell application "iWeb" to activate
You can download an already compiled version with this link: iWeb Switch Domain.
Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
OT

Similar Messages

  • IWeb is not working for sending podcasts to iTunes, so I need a new web building tool. What is the closest thing to iWeb that I can use, which also supports podcasts?

    iWeb is not working for sending podcasts to iTunes, so I need a new web building tool. What is the closest thing to iWeb that I can use, which also supports podcasts?

    There's no reason you can't go on using iWeb for this - with iWeb '08 you have to publish to a local folder (i.e. on your Mac) and then upload the contents of the folder (not the folder itself) to your hosting service: and you have to make sure you enter the new URL in the Publish information or the feed won't work properly; this done, an iWeb podcast should work fine.
    Of course there is still the problem that iWeb is not supported and sooner or later a system upgrade may break it. You could look at RapidWeaver: you can make podcasts with that, though the last time I looked into that - which was admittedly some time back - I didn't feel it was ideal for this. There are lots of other podcast creation programs or services around. WordPress is OK but it may be a bit of a steep learning curve: Libsyn is an online service that seems to work reliably. Blogger writes messy feeds but does usually work. Podcast Maker used to work well - I used it myself a few years back - but it rather looks as if it's gone moribund and it may not be reliable with Lion/Mountain Lion, so you would want to check into that.

  • IWeb is not working!!!!!

    My iWeb is not working right!!! All the widgets (exept for iPhoto and iMovie) do not work, every time a place the widget it just shows a selection square were the widget should be. The same thing happends when I chose to show the navigation on the top of the page, just a blank box. I have already called the apple support and tried many different things, like uninstalling iWeb and nothing changed then he took me thought endless steps for hours and nothing. I also went to an apple store and no one there new how to fix it ether. I need this fixed NOW!!!
    Please help!!!

    I would go to an apple store and talk to someone face to face but the closest one is over 800 miles away. I tried to talk to someone in an apple store wile I was on vacation but that did not have room for me. But I did get a chance to talk to a sales man and he didn't know jack.
    I have already uninstalled and reinstalled with the application disk and it did not do anything. I have also tried accessing the widgets on another account and I have the same problem. I could try the download though, that might just work.
    I have also had the problem of, when I make a 'blog' the box that should have the blog excerpts Is also blank and I can't even double click it, and when I do it just does what everything else does and shows a blue outline around the box and nothing else.
    I wish someone knew something about this problem!

  • Which parts of iWeb will not work on third-party servers?

    Hello,
    I'm migrating my site so some new parts
    I would like to know exactly which parts of iWeb will not work on third-party servers.

    Features Unavailable When Publishing to a Non-Mac Server:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    From iWeb 3's Help
    In addition, unless iWeb is modified by Apple or yourself the forward, back, pause and play buttons of the iWeb slideshows will not display once the MMe servers are taken off line: 
    However, if you follow the directions in this tutorial you can work around that: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    OT

  • Hyperlink to iWeb Page not working

    I have created an iWeb page. I have a hyperlink to the page on a document. The hyperlink takes me to a mobile me error page ie "We can't find the page you requested. Please make sure the URL is spelled and capitalized correctly, and try again."
    Yet if I copy and paste the exact same url I have entered in the hyperlink filed into the address bar on Safari it goes to the right page no problems.
    Any ideas please?

    Is that the page you're trying to link to in the PDF document?
    I was able to place a hyperlink in an rtfd text file and and Word 2008 document to your web page that works. The link in the Word document takes about 5 to 7 seconds to get to Safari and open the Page. The rtfd document, created with Bean
    Bean, a great, free word processor, opens the page in Safari almost immediately.
    In Work I used the Insert ➙ Hyperlink menu option and entered the URL of you page and the text to use as the link. For the Bean document I clicked and dragged the link title at the top of your web page onto the Bean page and saved as a rtfd formatted file. If the page is saved as a plain text document the hyperlink is lost.
    Click to view full size
    If I do a Print ➙ PDF ➙ Save as PDF from Bean I get a working link in the resulting PDF file. But with Word the link does not work.

  • Blueman-git OBEX file transfer not working

    blueman-git's OBEX file transfer is not working.  For the bluetooth stack I am using the Bluez5.
    When I start blueman-services, the following shows up:
    totakura@iris:~$ blueman-services
    Loading configuration plugins
    Using GConf config backend
    blueman-services version 1.99.alpha1 starting
    load_plugins (/usr/bin/blueman-services:85)
    ['Audio', 'Network', 'Transfer']
    set_page (/usr/bin/blueman-services:132)
    Set page Transfer
    Traceback (most recent call last):
    File "/usr/bin/blueman-services", line 159, in on_selection_changed
    self.set_page(id)
    File "/usr/bin/blueman-services", line 143, in set_page
    inst.on_load(self.container)
    File "/usr/lib/python2.7/site-packages/blueman/plugins/services/Transfer.py", line 43, in on_load
    self.setup_transfer()
    File "/usr/lib/python2.7/site-packages/blueman/plugins/services/Transfer.py", line 132, in setup_transfer
    status = a.TransferStatus("opp")
    File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
    File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
    File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
    dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "IsStarted" with signature "" on interface "org.openobex.Server" doesn't exist
    and the `Transfers' setting in the blueman window looks empty.
    I have installed the following obex-related packages:
    totakura@iris:~$ yaourt -Qs obex
    local/obex-data-server 0.4.6-10
    A D-Bus service providing high-level OBEX client and server side functionality
    community/obexfs 0.12-4
    FUSE based filesystem using ObexFTP (currently beta).
    community/obexftp 0.24-3
    A tool for transfer files to/from any OBEX enabled device
    community/openobex 1.7.1-1
    Implementation of the OBject EXchange (OBEX) protocol
    totakura@iris:~$ yaourt -Qs bluez
    local/blueman-bluez5-git 1.2.3.20140902.e42abed-1
    A GTK+ Bluetooth Manager (BlueZ 5)
    extra/bluez 5.22-2
    Daemons for the bluetooth protocol stack
    extra/bluez-libs 5.22-2
    Deprecated libraries for the bluetooth protocol stack
    extra/bluez-utils 5.22-2
    Development and debugging utilities for the bluetooth protocol stack
    local/pulseaudio-bluez4 5.0-1
    A featureful, general-purpose sound server
    community/python2-pybluez 0.20-2
    Python wrapper for the BlueZ Bluetooth stack
    Is anyone experiencing the same issue?  Any help is appreciated.

    I just had the same problem with blueman from repositories (1.99.alpha1-2), but it went away after installing blueman-git.
    Here are my packages:
    ➜ ~ pacaur -Qs bluez
    local/blueman-git 1.9.9.20140930.873022f-1
    A GTK+ Bluetooth Manager (BlueZ 5) - git
    local/bluez 5.23-1
    Daemons for the bluetooth protocol stack
    local/bluez-libs 5.23-1
    Deprecated libraries for the bluetooth protocol stack
    local/python2-pybluez 0.20-2
    Python wrapper for the BlueZ Bluetooth stack
    ➜ ~ pacaur -Qs obex
    local/obex-data-server 0.4.6-10
    A D-Bus service providing high-level OBEX client and server side
    functionality
    local/openobex 1.7.1-1
    Implementation of the OBject EXchange (OBEX) protocol

  • IWeb 09 not working with Internet Explorer

    Spent quite a bit of time creating a site in iWeb 08, which worked fine with Firefox and IE. Decided to upgrade to the '09 version because of few new features (widgets, etc.) Update install went well. No problems using Firefox and Safari but IE now will not work.
    Site (home page) can be accessed using IE but links to other pages are not live. A real pain. I did nothing new to site (e.g., did not add widgets, photos, files, etc.) except to add a comment to my blog. A friend told me about the problem. Unsure what version of IE he is using but I tried it using Parallels running XP with IE v.6 and had the same problem.
    Do I need to reinstall the '08 version? If so, will it just overwrite '09 or is there some other procedure required to install an earlier version? Any help would be greatly appreciated. Thanks.

    Didn't intend this to be as much a venting as a warning to others.
    The iLife 09 suite is very flawed. And it's not just iWeb.
    iPhoto does not deliver. Face recognition failed to correctly identify even one person in over 250 photos. Not a minor thing since it was trumpeted so loudly at it's announcement.
    iMovie corrupted the preview of a project I was working on in a prior version.
    Turned it gray and 'staticky'. Starting over now.
    I don't see quick fixes coming down the pipe because Apple has been absent from any news or comments for over a month.
    So if someone is contemplating an upgrade to iLife09 and happens upon my rant, maybe I've save someone from wasting their money.
    As far as knowing what I'm doing?
    I've been in IT for 20 years. Unix, Linux, Windows, backup/recovery, etc... I've led a very rich IT life. I bought a Mac because of the 'Just works' promise, not to add another OS to my debugging repertoire.
    I can get around the FTP problem manually (another problem with iWeb), but the ftp on 09 was a big reason I purchased it. And the problem with IE and Firefox not being able to even view any iWeb 09 sites now? That's going to be a bit more difficult to fix and is a show stopper.
    Apple has not responded to anyone's support questions (including mine), and it's been about a month.
    Not even a "Hey customers, we know about the problems and are getting right on it!".
    So, when something like this happens, I like to put the word out there on every medium possible. kind of warns people and hopefully get's back to Apple.
    And if Apple doesn't monitor these Support Discussions, they really should.
    At the very least, my comments may bring up issues others have yet to discover.
    And it makes me feel better...

  • Iweb page not working in Safari

    I have just created a website - yellowcobblestones.com using iweb it works perfectly in both firefox and IE but not safari.
    The main problem is the tabs located at the top of the page do not work
    Thanks

    The work OK for me in Safari V 5.1.1. Try emptying the cache and visit the site again.

  • Iweb archive not working online

    I've had church website up and running for a year. Every week I upload a new sermon between 25-30mgs. There are about 52 by now. This time when I went to the site online I noticed the Archive page was is working even though it's working in the program. When you click on the subject nothing happens. Also the "previous" button and other buttons at the bottom are not working either. When I opened the iweb file now the archive button is green. Any suggestions?

    Thank you for replying. I had a box with a rule around most of the content on the page. I tried selecting it and sending it into the background. This seemed to be the problem and the archive page is working online for the moment. But in iweb the "archive" icon is still green. What does this mean. If you want to look at the site the URL is www.ccc-hc.org.

  • Subscribing to podcast in iWeb does not work???

    I created and exported to iWeb a music podcast using Garage Band. The podcast correctly imported to my iWeb website, so you can visit the site and play the podcast their. This process also creates a "subscribe to podcast" button on the iWeb website, which is supposed to allow visitors to click it and the podcast will automatically be added to their iTunes podcasts library. Well, this partially works, that is, an entry IS made in the iTunes podcasts library, but the entry does not work. It appears to reference the full text page of the podcasts webpage instead of the actual music podcast, so when you try to play the podcast within iTunes you get an error message.
    Any ideas? There does not appear to be a way to correctly point the iTunes podcast entry to the actual music podcast on the website instea of the text main page.
    Thanks.

    Thanks for the offer to help. Here is the website:
    http://web.mac.com/mgimbel/iWeb/Site%204/Podcast/Podcast.html
    I'm not sure how to find the RSS file to send. ??
    In case you're not familiar with the how the process is SUPPOSED to work between Garage Band, iWeb and iTunes, it should be a simple, 3-step AUTOMATED process:
    1. in Garage Band, you choose "send podcast to iWeb". This exports the current project to an iWeb page as a podcast. (This works)
    2. in iWeb, you publish the newly created page containing the podcast. I use .Mac, so my pages are automatically published to my .Mac account. (This also works)
    3. On the webpage at the website containing the podcast, there is a button to "subscribe" to the podcast. When you click this, it is supposed to create a podcast entry in your iTunes library, under My Podcasts. (This is where the process stops working: the entry is created in iTunes, but it does not work - i.e., it does not appear to point correctly to the podcast itself, but instead to the webpage in general that contains the podcast, and iTunes can not identify the podcast from this.)
    Hopefully, that helps. Sorry if you were already familiar with the process.
    Looking forward to hearing your thoughts on this.

  • IWeb rollovers not working

    I've created a site in IWeb, when I publish to my local folder or the web, the rollovers in my navigation bar do not work. They used to work fine, until I added a few more pages to complete my site. My nav bar is a text box with my links inserted as text.
    Any suggestions?
    Thanks

    I see the rollover image that should come up . Since the rollover works locally the issue has to be with the uploading of the site files. How are you uploading the files?
    If you're using iWeb try using a 3rd party FTP client like the free Cyberduck to upload the site folder and its index.html file to the server.

  • Log and Transfer not working after reformatting computers

    I have taught with FCP for years.  This year, tech services reformatted my computers.  Since they were formatted, Log and Transfer does not work with my Sony Handycam.  A couple computers that have not been reformatted still Log and Transfer with no problems.  The only difference I can find is that the newly formatted computers are running OSX 10.6.8.  The computers that still Log and Transfer with no problems are running OSX 10.5.8. 
    I don't know if that is the problem, but would appreciate some direction here.

    To cut unwanted parts off MTS files losslessly, try final mate for mac. That is the tool to help cut or trim MTS and still export MTS without any quality loss. Look through this blog to know how to make it done.

  • Call Hander transfer not working properly when extension dialed

    In testing my call handers I have found that if you dial an extenstion during the greeting it only transfer to that extension when that extension has mailbox configured on the system.  If the extension in call manager does not have a voice mailbox configured in Unity Connection then the transfer does not work.
    When you dial our main number, the greeting tells the caller that if they know there parties extension they can dial it any time.  This only works for extensions that have mailboxes.
    Do I need to configure mailbox's for every phone even if they are not getting voice mail?  Phones such as breakroom or conference room?
    Seth

    If you're running CUC 7 you just need this:
    Allow Transfers to Numbers Not Associated with Users or Call Handlers—Check this check box to allow callers to transfer to extensions that are not assigned to other users or call handlers. Connection attempts a release transfer as long as the number entered by the caller is allowed by the Default System Transfer restriction table.
    HTH
    java
    If this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • IBooks transfer not working.

    I got some books and when I tried to transfer them to my new air they would not come. Well, they came but ten seconds later disappeared. What happened? They were all from JW.org. No cost. Really great. Even the bible. Should I backup with the cloud instead of computer?

    Hmm. Thanks for the tip - although won't work for me, since mine was already switched to off. I switched it on, then off again, and have restarted my iPad. That didn't work - in fact, it switched it back on once it was restarted, and when I highlighted a word, the only option I got was Speak.
    So I turned speech off again, force-quit iBooks, and it's still back to where I was - the dictionary not working.
    UGH.
    All this, and even after yesterday's app update from Apple, it still doesn't work.

  • Flash in Iweb 08 not working on all internet browsers!

    I have incorperated flash movies into a site or two, for some reason they work fine if your using firefox or safari, but they don't work right if your using Internet Explorer. (which is what alot of people still use)
    I was just wandering if anyone else has ran into this and if so what I could do to fix it.
    You can see what I'm talking about by going to www.i2hd.com. If you have time try viewing it in both browsers and you'll see.
    Any help would be greatly appreciated!

    Hi Jean,
    Actually, we have an issue with scalable HTML content and smartshapes where smartshapes do not work as buttons in scaled mode.
    Please try switching off the "Scalable HTML Content" option in the Publish dialog before publishing. Then it should work.
    Regards,
    Chinmay

Maybe you are looking for

  • Active Directory user passwords on mobile account with File Vault

    Hi all, I enabled file vault when I moved to my MacBook Pro. I joined the computer to the domain (after enabling file vault), and logged in with my domain account, creating a managed, mobile account so that I could use the computer when not connected

  • How to compile the Java classes generated in JAXB

    I am using Windows 2000 Operating System. I found a xjc batch file on the sun's java forum. I used that to generate classes from XML. After generating the classes I could not compile the classes each depends on other AND THEY REQUIRE BOTH CLASS FILES

  • Incredible

    This is an example how to comment a method of class com.sapportals.htmlb.FileUpload getFile() "public com.sapportals.htmlb.rendering.IFileParam getFile()" Documentation for interface IFileParam don't exist. How can i use this file in my iviews if i d

  • Marking Multiple Videos As TV Shows

    When I fired up iTunes 7, I saw that there was an option to change individual movies to TV Shows, but since I have whole seasons, it would be very tedious to do this for all my TV Shows. The option to change to TV Show is only available on the video

  • AE CS6 won't run after the Mavericks 10.9.3 update

    My AE CS6 won't run after the Mavericks 10.9.3 update the other day. I was prompted that the current version of my AE was 11.0, so I searched and found the seemingly most up-to-date here: Adobe - After Effects : For Macintosh : Adobe After Effects CS