IWeb won't create another page for me

I have created 4 pages on iWEB. I logged in as asked to publish my 5th page and it ignores my login and keeps repeating the same message/ page to login. Also I was able to link to my iWeb pages from bookmarks for the first 4 pages i created. Now, I can't link anymore. I have been using mobileme for 2 years. What do I do now?

Welcome to the discussions. Try this: Quit iWeb. Then  menu > System Preferences... > MobileMe icon > Account tab > click on Sign Out... Then enter a garbage name and password and try to sign in. This apparently clears the MobileMe preferences. Then enter your real username and password. Once signed in, quit System Preferences and open iWeb.
If still no luck and no-one else chips in here with a suggestion, MobileMe live chat support is now 24/7 — see this announcement.

Similar Messages

  • .pages file created in Pages for Mac won't open in Pages for iPad

    Just created a pages document on my Mac, saved it to my google drive and when attempting to "open in" from my google drive the file won't open in pages for iPhone or iPad (mini).
    All versions of Pages are on latest release.
    Messge reads:
    Document can't be imported.
    The file format is invalid.
    I download both the mac app and ios app a week ago.
    Thank you for any info!

    I've been testing file structures via google drive this morning and have yet to find a solution.
    Compressed files will not open in Pages on the ipad and an upload to Google Drive of a .pages document re downloaded to my desktop will no longer open in Pages on the Mac.
    Somewhere in the google ecosystem during upload or download / "open in" (on the ipad) the file is being restructured so that it cannot be recognized.
    An hour call with the team at Google hasn't supplied an answer yet and they have opened a case file to investigate.
    I'll update when I hear back.
    Thanks!

  • How to cancle the previous apple ID and creat another one for the same ipad mini

    Please advise how to cancle the previous apple ID and creat another one for the same ipad mini.
    Thank you.

    You can log out of an account (you can't 'cancel' an account) by tapping on it in Settings > iTunes & App Store - any content that you downloaded with that account will remain tied to that account. You can then create a new account via the Create New Apple ID button on that screen. If you don't want to give credit card details then follow the instructions on this page when creating the new account : http://support.apple.com/kb/HT2534

  • How to get pages list for a group space or create a page for a group space

    hi All,
    I am using wc11.1.1.3, I want to use java api to implementing the following functions in site template:
    1. Get pages list for a given group space
    2. Create a page for a given group space
    I researched the following codes from web site:
    PageDef newPage = mPageService.createPage(
    PERSONAL_USER_PAGE, pageNameFormat, pageTitle,
    "MyPageTemplate1.jspx",
    "/mytemplates/",
    null, null, null);
    What should be used instead of PERSONAL_USER_PAGE if a group space page is intended to be created? which parameter is for defining group space name that the page should be created for?
    By the way, PageService seems has method for getting list of pages, but how to use it to get page list which is in a specified gs?
    Best regards

    did you manage to get the page list using Page Service API?

  • I want to create home page for my application with short URL

    I want to create home page for my application with short URL
    as when I want user to use my application user must go to URL like this
    http://127.0.0.1:7101/My-Project/faces/app/empModule/allEmployees/viewMyEmployees.jspxI want the user to use short URL , How can I use shorter URL not all this one.
    I want shorter URL for my application not to write full path .
    thanks in advance.
    Edited by: user611775 on Oct 31, 2010 10:21 PM

    Well,
    it's up to you. The first part (Mcit-Project-ViewController-context-root) is the context root which you define in the view controller project. 'faces' is the name the servlet filter reacts on. You can't omit it but shorten it in web.xml. The rest is your directory structure. I'm not sure how to shorten this other as to move the jspx files back into the web root folder.
    By the way an ADF faces app never uses the .jspx at the end of the url. If you specify '.jspx', you only render the page but don't start the work flow.
    Timo

  • HELP! How do I create a page for clients and talent to login and info...

    I need to create a page for interested clients to register to my site and then browse talent for promotions...I also need talent to be able to register and store their photographs and information so that potential clients (and I) can browse through their info... This obviously needs to be two different things...How do I do this???

    This old thread may help:

  • How to get the page layouts programmatically and create a page for that pagelayout

    how get the page layouts programmatically and create a page for that pagelayout and add webpart
    please help me with da code.Thanks
    adityadugyala

    Hi if your page layouts alreday created then create new page programaticaaly  and apply your page ayouts to that page by coding you can do something like following
    PublishingWeb publishingWeb =
    PublishingWeb.GetPublishingWeb(web);
    PageLayout[] layouts = publishingWeb.GetAvailablePageLayouts();
    PageLayout layout = layouts[0];
    string pageName =
    "MyPublishingPage5.aspx";
    PublishingPage newPage = publishingWeb.GetPublishingPages().Add(newFolder.Folder.ServerRelativeUrl +
    "/"+ pageName, layout); 
    newPageUrl = web.Url +"/" + newPage.Url;
    newPage.Description = "This my sample publishing page";
    newPage.Title = "My Publishing Page";
    newPage.Update();
    Please follow link
    http://blogs.msdn.com/b/sowmyancs/archive/2008/03/15/create-publishing-pages-in-portal-sites-programmatically.aspx
    Please mark answer , if you think answer is helpful or correct.

  • I already have pages for ipad. I'd like to purchase another pages for my macbook, but appstore "says" "installed". How can i do?

    I already have pages for ipad. I'd like to purchase another pages for my macbook, but appstore "says" "installed". How can i do?
    thks for answer

    Are you accessing the app store for Mac, sounds like the App store in iTunes.
    Access from apple menu in top left corner

  • Auto create profile page for users that register? Please help!

    Hi everyone,
    I am building a site along with other people and I am the main web designer. I need to know how to have my site automatically create a users profile page when the said user registers on the site. Something very similar to YouTube or MySpace. Example: If a user where to create an account with the username bob678 the site/code would a page called examplesite.com/userid/bob678 (like I said before very similar to YouTube). I cant seem to find the answer to this anywhere but I know it is possible. Any and all help is very appreciated!
    PS. I already know how to allow people to register, I just need it to create a page for them.

    Ok here it is. How to create the profile page automatic after registering. I'm assuming you have created a "register.php" page and a "login.php" page. Both pages have a relationship with your database tables using PHPMySQL as well. When you created the login.php page a session variable was created. You can find it on the login page only when viewing the page in code view. The session variable will be named "MM_Username"  this is case sensitive. Remember this variable.
    Step 1-
            Create a new blank.php page. and save it as myprofile.php
    Step 2-
            In the bindings menu under applications on the side click the + and choose "Recordset Query". Then stay in the Simple Mode and choose the database connection. Then choose the table containg the columns that you created for your register.php page. Keep the all radio button too. Then choose the database column you designated to be used for storing the username and proceed to:
                                                                                         Filter: "username"              =
                                                                                                   "Session Variable"    "MM_Username"
                                                                                                   "Sort"                       "None"
    Step 3-
           In the Server Behaviors menu click +, User Authentication- Restrict Access to Page. Set "If access denied, go to: login.php". Then click + again, User Authentication- Log Out User.
    Step 4- Insert a table on the page body. Then In the Bindings menu open the + sign of your created recordset. This will display all the columns in your database table. Place the cursur inside the page body table. Then highlight the "username" column from the Bindings menu and click the insert button. This will display the username. Repeat with all columns you wish to be displayed. Save this page.
    (Remeber to edit your login.php page by setting "If login succeeds, go to: myprofile.php)
    Step 5-  "Synchronize Sitewide".
    Step 6- Now test the function you just created by starting from the top:
    Register as a new user. Once you have submitted your user information go to your login page and login with your new username and password. And if login succeeds, you will go to: myprofile.php. Once the myprofile.php page loads, your username and all the columns you inserted will be displayed. Try registering a second user and see the automatic profile page create.
    The secrete in this process is the recordset query being:
                                                      Filter: "username column" = "SESSION VARIABLE" "MM_Username"
    Setting up th recordset to be filtered by username tells the page to only display the records of the username that is logged in. If you were to keep the recordset query filter to "None" then every user records will be displayed on the page creating like a directory/phone book page.
    To sum things up make sure to save the page as a .php first thing. Then create the recordset query. Then restrict access to the page. Then add the log out to the page. This must be done in that order before anything else.

  • How to create another session for a help page ?

    Hello
    I am trying to create help system for an application, which would be similar to apex's own help system. The main thing is that the help page/application/procedure would run independently of the calling application, and therefore it needs to create another session, I suppose ? How do you implement that ? I have also tried to find description of the package wwv_flow_help, but haven't found anywhere. Is it useful here ?
    Thanks for any comments

    If the link is from a page in your application then that's exactly what you want to do using javasScript to open a new window but keeping the same session ID in the request. In this way, when the new request is received by the Application Express engine, it will have the session cookie that goes with the specified session ID.
    Scott
    P.S. You can help us by telling us your first name and putting it into your handle and/or profile.

  • Creating another page

    I read this thread http://discussions.apple.com/thread.jspa?messageID=6754098 which quite doesn't help me out. I'm using iweb and I want to create a portfolio page that has thumbnails and text that hyperlinks to another page within my domain name. For example, if my website is mywebsite.com , at the top of my homepage I would like a portfolio link, if clicked on will take me to a page within mywebsite.com that has thumbnails and/or text. Each of the thumbnails/text on the portfolio page would link to it's own page within mywebsite.com.
    I followed the directions on the previous thread using Lightroom 2 but the links take me to my web.mac.com gallery page. I would like for the links to stay within the websites's name. Hope that makes sense. Here's a good example: http://www.natebenson.com . If you notice, on top of his page is a portfolio link which takes you to his portfolio page which has 3 links on the right side. If you click on those links, it takes you to another page within his site with gallery images? How can I achieve this? Thanks so much for any help.
    Will

    This site has a link to the portfolio page in the main menu. The links to the other pages are a sub menu.
    After you have created the sub pages, create the sub menu in a text box and make each link to the appropriate page in the "Link" inspector. Copy and paste it to each sub page.
    For more on navigation see....
    http://iwebfaq.org/site/iWebNavigationmenu.html

  • Learning about creat private page for private user

    hi... I want create the private page.
    for example I have 3 tables in access. they have private information about 3 users. for example sell information. I want when user log in, he/she go to him/her private page that 2others user can't see this page. in the other hand when user logged in, can
    see just him/her info.
    thank you.

    Hi, Ali.
    There is a great Microsoft web site with free training and tutorials on creating ASP.NET web applications.
    http://www.asp.net
    Here are also a couple of tutorials to get you started. You have to learn a few topics to create a web application.
    Microsoft has recommended that beginners/non-professionals start using WebMatrix as a web editor. You could look at samples based on that with Razor or instead use Visual Studio as an editor. Here are some free training videos from PluralSight to get you
    started:
    http://www.asp.net/web-pages/pluralsight
    Alternately, here is a tutorial on ASP.NET membership:
    http://www.asp.net/web-forms/tutorials/moving-to-aspnet-20/membership
    And another tutorial on data source controls, which includes the AccessDataSource control:
    http://www.asp.net/web-forms/tutorials/moving-to-aspnet-20/data-source-controls
    I am suggesting these training materials and tutorials because the steps involved to create a full web site with authentication and authorization would be many and would require more questions/answers.
    Besides - this forum is for training and certification. Check out the awesome ASP.NET forums here:
    http://forums.asp.net/
    Good luck!
    Best wishes, Davin Mickelson

  • IWeb won't publish changed pages, just entire site

    Hi folks, I have iWeb 09 and use ME as my webhost. I'm having an issues when I create additional pages iweb now publishes the entire site and not just changes. In the past published pages were blue and changed pages were red, now all pages stay red even after a successful site update.
    of course this is rather annoying and time consuming as i have several gigs on my site, when only changing 1 page it takes hours to publish.
    Any ideas?
    Thanks
    Jon

    David:
    I just discovered one reason the iWeb keeps displaying icons red when publishing to a folder.
    How are you publishing the site? To a folder and then uploading via an FTP client? If that's the case then are you deleting that folder after you upload? Again if that's the case then that's the problem. When publishing to a folder iWeb looks for for a plist file something like this: assets.file/--localhost-Users-toad-WSM%20Input-Helper%20Site-.plist. If that file is missing from the folder iWeb thinks this is a first time publication and publishes all the pages. You need to create a permanent folder to publish the site to and not delete between edits and republications. This is what it should look like:
    Click to view full size
    Bottom line: don't delete the site and files after publishing to a folder.
    OT

  • Cannot create 'download' page for inline PDF viewing with IE

    Description of Problem:
    Typically, when you want to transfer a file to the client via code (cuz the
    file is in a db, for example), you create a page that will change the
    response headers and then spit out the file for them to download.
    This works, however something with the response headers make it so IE does
    not display a PDF if the 'Display PDF in browser' is turned on in the
    Acrobat Reader. The page loads, but is blank.
    code:
    response.setContentType("application/pdf"); //this works well
    response.setHeader("Content-disposition","inline; filename=" +"report.pdf" );
    response.setContentType("application/pdf;charset=GB2312"); // can't work
    response.setHeader("Content-disposition","inline; filename=" +"report.pdf" );
    when response header containt national char
    must set "useResponseCTForHeaders = true" in sun-web.xml and must use setContentType charset =XXX
    Actual Results:
    A blank page is shown
    Expected Results:
    The PDF is shown in the browser using the acrobat reader plugin.
    How often does this happen?
    Every time

    hi kglad
    thanks for the help im almost there but still not getting it
    so currently my code is set up for an action over a button
    using
    on (release) {
    getURL("www.mysite.com/my.mp3","_blank");
    so do I keep the on(release and then add in the on (release)
    then add in which part of the filereference class??
    import flash.net.FileReference;
    var listener:Object = new Object();
    listener.onSelect = function(file:FileReference):Void {
    trace("onSelect: " + file.name);
    listener.onCancel = function(file:FileReference):Void {
    trace("onCancel");
    listener.onOpen = function(file:FileReference):Void {
    trace("onOpen: " + file.name);
    listener.onProgress = function(file:FileReference,
    bytesLoaded:Number, bytesTotal:Number):Void {
    trace("onProgress with bytesLoaded: " + bytesLoaded + "
    bytesTotal: " + bytesTotal);
    listener.onComplete = function(file:FileReference):Void {
    trace("onComplete: " + file.name);
    listener.onIOError = function(file:FileReference):Void {
    trace("onIOError: " + file.name);
    thanks a lot for your help!
    var fileRef:FileReference = new FileReference();
    fileRef.addListener(listener);
    var url:String = "
    http://www.macromedia.com/platform/whitepapers/platform_overview.pdf";
    if(!fileRef.download(url, "FlashPlatform.pdf")) {
    trace("dialog box failed to open.");
    }

  • TimeMachine won't create hard links for replacement drive if not connected

    With TimeMachine, I backup two external drives (let's call them drive A and B). Recently, drive B broke and I restored the data on a replacement drive and gave the volume the same name as the broken one had. I made TimeMachine aware of the fact that this new drive corresponds to the old one by using the "tmutil -a associatedisk" command as described here: http://pondini.org/TM/B6.html
    When TimeMachine started the next backup, it did not perform all full backup of the new drive, though still way more than it should. So far so god.
    The problem is: if TimeMachine performs a backup while the new drive (the replacement of drive B) is not connected, it does not create the hard links for it. Drive A is not connected either, though hard links for it show up in the Backups.backupdb folder for this backup.
    If the replacement drive is connected the next time, TimeMachine will perform a full backup of it ... most likely because the previous backup does not contain any hard links.
    Is there a way how to fix this?

    paninaro95 wrote:
    (To run the command again is actually not necessary in my opinion as the man page for tmutil states that TimeMachine works with the UUID of the filesystem
    Correct.
    Et voilà 1: The first time, TimeMachine backed up only about 0.5 GB ... which is a fairly reasonable value that is likely due to the changes on the internal disk, not to my external replacement disk where about 170 GB are eligible to be backed up.
    Yay!   
    FYI, there are ways to tell what was backed-up.  The log messages show how much was copied from each drive.  The widget in #A1 of Time Machine - Troubleshooting displays the backup messages from your logs.
    In addition, see #A2 there for a couple of apps that will show the details -- which files were backed-up.
    Et voilà 2: When TimeMachine performed the next backup while the external drive was not connected, the hard links for the external data were created in that backup.
    Double yay! 
    To my understanding, I don't understand why renaming the drive makes a difference if TimeMachine uses the UUID of the filesystem.
    So I guess there must be a bug somewhere as "tmutil associatedisk" should fix the connection -- no matter what the drive name is.
    There must be some other connection, some vestige of the name left over somewhere. 
    I filed a bug report to Apple! :-)
    Great!

Maybe you are looking for