Unable to FTP to Publish changes

Hi,
So, my original problem was that iWeb would not open properly.  I got that fixed, but now I cannot publish changes to my site.  I have tried the following:
1. Tested FTP connection (worked three times)
2. Tried to publish entire site
3. Tried to publish changes only
Whenever I try to publish, it looks like the site never uploads.  I started to publish it last night, and left it running overnight in case I wasn't waiting long enough, but it still never finished uploading.  Any thoughts?

If you are using iWeb 09 and the built in ftp, then perhaps don't.  Instead, select publish to a local folder and then download Cyberduck which is a dedicated ftp programme and is free and use this to upload your site instead.

Similar Messages

  • Can't Publish changes using FTP

    Ok, here is the whole story! At first I published my site using mobile me but then realized that my URL was way too long and not what I wanted since I am making a business site and wanted www.businessname.com. So, I bought a domain from godaddy and then hosted my site using that account. NOW, when I try to publish changes or even republish the entire site to make changes, nothing happens! It will say that my site is now published but then when I click visit site, a message comes up saying that the mobileme page I am looking for can not be found???? But I am not using mobile me to publish anymore!!! Any idea what I need to do? Thanks!

    Okay, so when you purchased your domain name from GoDaddy did you also buy a hosting account from them?
    If you didn't do this, then you are not publishing using ftp at all. You are still publishing to MobileMe, but you simply need to direct your domain name to web.me.com using CNAME forwarding.
    If you did purchase hosting from GoDaddy too, then perhaps rather than using the built in iWeb ftp, you should publish to a local folder and upload to your server space using Cyberduck or Transmit which you can download for free.

  • Unable to print xml publisher report in excel format in R12

    Hi All,
    We are unable to print xml publisher report in excel format in R12. We were able to see the excel output but it's printing junk characters while printing and it's printing without any issue with PDF format.
    Please let me know how to fix this issue.
    Thanks,
    Raja

    Hi Raja,
    I presume you have gone through the debugging process of testing your template locally first to get the expected result.....
    If yes, this note might probably be helpful "Changing Output Format to RTF or Excel in XML Publisher Request Does Not Display Output Correctly (Doc ID 404512.1)"
    Good Luck,
    Lamine Balde

  • Unable to find the published output for this request - problem

    Hi ,
    In the invoice Payables module i modified a report to be open in xml and not text as it was. The program name of this report iis Print Invoice Notice. I did same thing we normally do to register a xml report in ebs.
    The problem is that when i run the report from the invoice form and from the button wich call this raport i get this error:
    Unable to find the published output for this request.
    No output file exist for the request
    and if i see the log file i get this message :
    Arguments
    P_INVOICE_ID='10243'
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    +/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb+
    XENVIRONMENT is set to  /oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_ALBANIA.UTF8
    +' '+
    REP-3000: Internal error starting Oracle Toolkit.
    Report Builder: Release 6.0.8.27.0 - Production on Fri Mar 27 02:30:46 2009
    +(c) Copyright 1999 Oracle Corporation. All rights reserved.+
    The thing is that if i run this report from Other ->Request -> Run of the same module this raport runs correctly
    And if i change the output of my report (From concurrent manager) to text its open correctly even from there where i want to open it.
    Can anyone give me any sugestion why i get this error while i try to open this xml publisher report from a button in a form in application?
    PS: i am using ebs 11.5 version
    Thanks in advance,
    Best regards

    Hi,
    REP-3000: Internal error starting Oracle ToolkitThis errors was discussed many times before in this thread, so please search for REP-3000 and fix this error first ( [REP-3000|http://forums.oracle.com/forums/search.jspa?threadID=&q=REP-3000&objID=c84&dateRange=all&userID=&numResults=15] )
    Regards,
    Hussein

  • Why can't Apple make 'publish changes only' for non .mac users?

    The recent iWeb update to 1.1 and the now increasingly obvious differential between .mac and non .mac features has prompted me to post here today.
    I can understand comments, passwords and search facilities being a .mac only experience because it requires server side technology. I can also understand that .mac users get enhanced features like slideshows as well.
    But why is the fundamentally *basic* option to 'publish the changes only' not available to non .mac users?
    I know uploading to .mac uses a different protocol to uploading via FTP, but I don't think it is about that. Obviously the software engine in iWeb 1.1 can now track the pages that have changed, and flag those for uploading. So if the facility to do this is not available with non .mac uploading, is this some form of crippleware? Can any software engineers comment on this or am I talking off the top of my head? [And please mods, don't delete this post - I use the word 'crippleware' in its harshest form, clearly I can still use iWeb to make fantastic websites - I am asking a technical question here.]
    Michael
    A Trusty Quicksilver G4 Dual 1GHz

    OK, from reading this thread:
    http://discussions.apple.com/thread.jspa?threadID=486335&tstart=0
    There is a pattern: An error occurred while publishing file “/blah/blah", while file "/blah/blah" seems to be random from one person to the next, but they all share one thing and that is communication protocol.
    For iWeb to be able to publish changes to .Mac, it has to:
    1. identify if the file exists
    2. do the following:
    2a. if not exists, copy it to .Mac
    2b. if exist, do some sort comparison - CRC checksum -
    2b1. if checksums match, don't copy
    2b2. if checksums don't match copy it to .Mac
    At least I think that's what going on, I don't have .Mac so that is best I can think of. Perhaps, some Apple SW engineers can jump in here.
    Now, the bad part is iWeb has to (and I'm assuming iWeb uses WebDAV):
    1. go thru each file locally
    2. crawl its way into .Mac (WebDAV is a slow protocol) to find the the counter part.
    3. when it finds a file that matches a client side file, it has to (some how) do checksum on-the-fly across the net work (which is slow and congested)
    #3 is I think where it failed, there are many factors here: 1) networks congestion 2) latency 3) protocol overhead 4) checksum calculation time etc...
    iWeb eventually times out because any/all of the above.
    It's nice that WebDAV can author to the host yada, yada, but it's so SLOOOOOW.
    What I would do is for every publishing, I would build a files and their checksums keep it on the host (or local, must be hidden).
    For subsequence publishing, I would (use a fast protocol like FTP) download this pre-built files/checksums list. Locally, do a full publishing, making checksum comparison, the result is delta changes; upload only those. Build a new files/checksums list upload that too.
    What I mean to say is offload everything that is possible to local machine, bandwidth is PREMIUM!

  • IWeb won't publish changes to website without adding "/SiteName"

    I'm trying to publish changes to my website with a URL that is an established domain name.
    When I click "Publish Site", iWeb adds "/SiteName" to the URL and the changes are
    published to "URL/SiteName". But when I search for my site on Google (it pops up
    readily as the website has been accessed many many times), the OLD, UNCHANGED
    website with the old URL comes up. To get the revised website, users would have
    to specifically use the CHANGED URL, "URL/SiteName."
    Every time I try to remove "Site Name" from the blank for Site name, iWeb puts
    "SiteName" back in. How do I keep the Site name slot blank so that iWeb will
    publish my changes to the old familiar URL that can be found on Google?
    As a Server engineer commented to me, "There has been a folder called [SiteName] uploaded
    recently to the root [URL] of your account. This make me suspect that iWeb is set to publish in the
    wrong directory. Make sure it is publishing to the public_html directory."
    I put "public_html" into Directory/Path. Still no changes to my website at URL; changes have
    been published only to "URL/SiteName".
    Any help available?

    That is the way that iWeb works and it is normal practice to get the url with the Sitename in it.  As you have found, if you try to leave the sitename blank, iWeb will put it back in.
    The server engineer that you spoke to is correct that your site folder has been uploaded to your 'public_html" folder on your server.
    If you want your url without the sitename included, then you need to upload the contents only from your site folder and NOT the whole folder itself and then your url will be http://www.domain.com without the http://www.domain.com/sitename/page name.html.
    You can achieve this by publishing your site to a local folder from iWeb and then you need to download an ftp programme such as Cyberduck or Yummy ftp.  You then use either of these 2 to upload only the contents of your site folder to your 'public_html' folder on your server and if you just upload the contents and NOT the whole folder itself, then your url will be http://www.domain.com.
    Sometimes putting 'public_html' into the Directory/Path will not work and you'll need to strart from scratch, so you'll need an ftp programme so that you can link up to your server and you can see exactly what is in your public_html folder on your server and delete the site folder and start again, by then uploading just the contents of your site folder rather than the whole folder itself.
    Ultimately, what you need to do is upload the contents and the contents only of your site folder and NOT the whole folder itself to get your url back to http://www.domain.com without the sitename.

  • Publishing Changes

    I am trying to publish changes to my website. I have attempted to publish the changes or the entire site multiple times. After clearing my history on safari, the old site still shows active without the changes. I use FTP and have tried deleted all the web files before republishing. How do I get my site changes published???!!!!

    jwalseth wrote:
    After clearing my history on safari, the old site still shows active without the changes.
    Instead try: +"Empty Cache..."+ under the Safari menu.

  • HT1918 I am unable to locate where to change the phone number that is associated with my itunes account.

    I am unable to locate where to change the phone number that is associated with my itunes account.  I have a new number and the old number is no longer accessible by me.  I've logged into my iTunes acct and it seems I can only change my appleID itself, my billing address info, and password and things like that.  I cannot find where to remove a number and add a new one.  I've gone to my mobile devices (iphone, ipad) as well as my mac and I'm getting a bit frustrated with it.  I'm sure there's a simple solution and I'm just missing it.  Going to settings>messages>send&receive....there is the old number and no option to make a correction.  I've unchecked it but why can't I add the new number?  On my iphone the ONLY option that shows up is my current number but when I set up my new ipad I have the issue described here.  I want this number completely removed from my account there has to be a way to get it out of the system.  
    Also when going to settings>facetime>you can be reached at:  shows email addresses as well as the OLD phone number with no option to make the correction, remove the incorrect number, or add a new number.  I figured this was tied in to my appleID since thats when it showed up (right when I signed in on my ipad).  So I went to itunes on my mac and went to my account and there I find AppleID Summary, itunes in the cloud, purchase history, and settings.  I've gone through each of those and am still unable to figure out where to change it.  Somebody PLEASE tell me where to find this data so I can change it.  I've seen multiple inquiries about this all over the internet but everyone's solution is to do exactly what I've already done.  No resolution to the real issue. 

    Apple will have it, but if there is ever a question/problem, the store that you made the exchange at will have it on record. 
    But if you're worried about it call 800-APL-CARE and see if they have it.

  • Error while creating publisher change tables in CDC

    Hi,
    I am implementing Change Data Capture. I got getting following error while creating publisher change tables in Staging database. My database version is 10.2.0.2.0 .
    I appreciate your help.
    ERROR at line 1:
    ORA-29540: class oracle/CDC/PublishApi does not exist
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 611
    ORA-06512: at line 2
    Thanks,
    Venkat.

    This problem got fixed when I ran below script!!
    @$ORACLE_HOME/rdbms/admin/initcdc.sql;

  • I updated to os x 10.8.5 today and now I cannot publish changes to my web page through iweb.  iweb crashes every time I try to publish

    I updated to os x 10.8.5 today and now I cannot publish changes to my web page through iweb.  iweb crashes every time I try to publish

    First do the following:
    1 - delete the iWeb preference file, com.apple.iWeb.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iWeb folder (Snow Leopard and Earlier).
    NOTE:  In Lion and Mountain 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.
    Next, in Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain 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 in your Home/Library/Application Support/iWeb folder that 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

  • Unable to rename or save changes to Access Reports Access 2010

    Unable to rename or save changes to access reports in Access 2010
    This just started
    Tried changing report name, rename is allowed but does not save
    If change made to report does not save
    If trying to save as new report name error given saying name conflicts
    Queries and tables work fine
    Database file resides on server and this happens on all PCs, tried local copy to local machine and that has same problem, compact and repair completes but still same problem
    Any help welcomed

    Is the setup 1 Back end on the server, and 1 each Front end on each PC?
    peter n roth - http://PNR1.com, Maybe some useful stuff

  • I forgot the iWeb password to publish changes on my site

    Been a while since I've made changes to my site. When I was asked for the password to publish changes, none of the passwords I tried were successful. I can't find anywhere to retrieve the correct one or change to a new one.

    If you published it to MobileMe, nothing will work; MobileMe is closed and iCloud doesn't offer web hosting.
    If you published it somewhere else, use the password for that hosting service. If needed, contact them.
    (107455)

  • Using 10.6 iweb 3.04 . I make a small change on a page  , then choose publish changes , but seems to take hours and seems to want to publish the whole site , not just a small change?

    Using 10.6 iweb 3.04 . I make a small change on a page  , then choose publish changes , but seems to take hours and seems to want to publish the whole site , not just a small change?

    Doing the following wouldn't hurt either:
    delete the iWeb preference files, com.apple.iWeb.plist and com.apple.iWeb.plist.lockfile, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    Click to view full size
    launch iWeb and try again.

  • Can't publish changes - buttons disabled

    Dear all,
    I can not publish changes to my sitethrough iWeb. The buttons are disabled to publish and I have no ideawhat to do... I have to update my website! I have 2 mac computers athome, but just one of them is with all the site that I've donebefore. It's EMMANUELEBALDINI.ME
    I have Time Capsule also, but I don'tknow how to copy the whole site in it.. and also, how to update mywebsite.
    First it has appeared UNKNOWNPUBLISHING ERROR OCCURS. THE DISK MAY BE DAMAGED, FULL, OR YOU MAYNOT HAVE SUFFICIENT and I tried to cancel some dates to fix thisproblem and now it doesn't appear this message, but the buttons andthe option to publish the website don't appear.
    Some help?
    Please...
    Fernanda

    First we need some details:  where are you hosting the site? Have you visited the site to see if the changes have been made?  Try clearing your browser's cache (Command+Option+E for Safari) and relaod the site.
    Have you tried publishing your site to a folder on your hard drive?  If not do so.
    A first fix attempt can be the following:
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    launch iWeb and try again.
    OT

  • Can no longer publish changes

    I've obviously heard that Apple are no longer running MobileMe but I thought it was running until next year.
    Have been trying to publish changes to my website via MMe but keep getting message saying 'can't connect to MobileMe'. Admittedly, this has happened since I upgraded to ilife 11.
    Any answers anyone?

    Try this:
    go to the System/MobileMe preference pane and log out of MMe.
    login with a bogus username and password like "test" and "test". This clears the caches.
    login with your correct username and password.
    launch iWeb and try again.
    If still not working try the following:
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home()/Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    launch iWeb and try again.
    OT

Maybe you are looking for

  • Sale Order Closing

    Hi Gurus, How to short close the Sale Order Right answer will be rewarded Regards

  • Process view is empty for imported legacy app

    Hello, The process view is empty for an imported legacy app (ES1).  Platform is JBoss turnkey on Win 7.  Did the following: (a) Imported legacy LCA, (b) created application, (c) imported process into application, (d) check-in application and (e) open

  • Easy way to create a list of strings in an object?

    I'm trying to create a HashSet of Strings but I don't want to have to add each string to the HashSet. There is a constructor for HashSet that allows you to give it a Collection. But how can I create a Collection of String other than having to add eac

  • Rebate Credit memo

    Hello All.. I have problem related to Rebate Situation is as follows: A rebate agreement is created for a year with 2% of accruals at first stage and a partial payment is done. After some time we realised that accruals should have been at the rate of

  • Cannot create file with Non-latin characters- I/O

    I'm trying to create a file w/ Greek (or any other non-latin) characters ... for use in a RegEx demo. I can't seem to create the characters. I'm thinking I'm doing something wrong w/ IO. The code follows. Any insight would be appreciated. - Thanks im