Help what does this  mean ERROR ITMS-9000: "OEBPS/package.opf(23)

  Hi All - I am getting this error message -
ERROR ITMS-9000: "OEBPS/package.opf(23): element "guide" not allowed here; expected the element end-tag or element "item"" at Book (MZItmspBookPackage)
- when I try to upload my epub to the Apple bookstore. I have already fixed one error but I dont know where to start on this one so any help would be appreciated. - Kind Regards David

Javascript isn't Java. You may find another forum that's specifically about Javascript will be of more help.
You should also check for support from whoever makes the software package you're using.
I realize this isn't much help, but I advise avoiding Javascript-centric web designs because they tend to lead to the exact sort of problem you're having. The next time you rework your site, shun Javascript, I say.

Similar Messages

  • TS3694 Hello, I have an error while trying to add move music into my itunes library. 'The itunes library file cannot be saved. You do not have enough previledges for this operaion? help - what does this mean?

    Hello, I have an error while trying to add move music into my itunes library. 'The itunes library file cannot be saved. You do not have enough previledges for this operaion? help - what does this mean?

    Hi luxmi01,
    Here is some information and troubleshooting on the permissions issues you are seeing:
    Trouble adding music to iTunes library or importing audio CD
    http://support.apple.com/kb/ts1387
    Cheers!
    - Ari

  • HELP- what does this mean- time machine error- backup disk image "/Volumes/time Capsule/ cheryl lynott's MacBook.sparsebundle" is already in use?

    The last date of my back up was 10/4- keeps saying The backup disk image "/backup disk image "/Volumes/time Capsule/ cheryl lynott's MacBook.sparsebundle" is already in use?

    HELP -- what does this mean -- .......
    Often, this error can be corrected by pulling the power on the Time Capsule, waiting a few minutes, and powering the Time Capsule back up.
    See # C12  for more tips
    http://pondini.org/TM/Troubleshooting.html

  • HT1338 I have plugged in a external drive and i get the following error message 'mount - t-ntfs-3g-o force/dev/rdisk3s1' help what does this mean?

    I have plugged in a external drive and i get the following error message 'mount - t-ntfs-3g-o force/dev/rdisk3s1' help what does this mean?

    You may be infected with malware.
    See: [[/questions/860893]]

  • Hello .. I lost my passcode on the iPhone .. and worked his recovery .. in case of recovery shows me error 3004 .. What does this mean error? Please help

    Hello .. I lost my passcode on the iPhone 5s 16 gb .. and worked his recovery .. in case of recovery shows me error 3004 .. What does this mean error? Please help

    See Resolve iOS update and restore errors - Apple Support for possible resolutions.

  • HT1222 I received message: cannot download, select tools, download only and download manually (something like that). Please help, what does this mean?

    I received message: cannot download, select tools, download only and download manually (something like that). Please help, what does this mean?

    Exactly what it says.
    Do as the message says.

  • Itunes wont launc. error code 13014. help. what does this mean? what do i do?

    i tunes wont launch, error message 13014. help!!!!!!what does it mean? what do I do?

    What is the wording of the message? I do not understand what memory you are refering to.
    Computer memory (RAM)
    Computer storage (HD)
    iPod memory
    iPod storage.

  • Help - What does this mean?

    I have created some new pages for my existing website and
    they test fine when using "Preview in Browser" but this message
    keeps showing up when I try to load any of these new pages from my
    browser (Safari). What does it mean?
    <<<Internal Server Error
    The server encountered an internal error or misconfiguration
    and was unable to complete your request.>>>
    Thanks for any help!

    Hi Danette,
    Please check this:
    http://blogs.msdn.com/b/vsnetsetup/archive/2014/07/17/installation-failing-with-a-newer-version-of-microsoft-visual-c-2010-redistributable-has-been-detected-on-this-machine.aspx
    If the solution is not working, it would be better to ask the writer of game.
    Best regards,
    Shu Hu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What does this mean: error occurred while restoring this iphone (-35)?

    What does it mean when you are attempting to restore a phone and you get this message: error occurred while restoring this iphone (-35)

    http://support.apple.com/kb/TS3694#error35

  • What does this mean: ERROR! Shared library ioser12 could not be found.

    Hi all,
    I am trying to establisch a JDBC connection to a MaxDB database (former SapDB).
    I have a win2k system with jdk 1.4.2_01 installed.
    I have the JDBC connection working in the sense that i am able to execute SQL scripts by ant tasks,
    so far i think that everything is properly configured.
    Nevertheless, when i try to use the connection in my own class (a JUnit testcase), i get this message:
    "ERROR! Shared library ioser12 could not be found."
    The program then continues, and i get sql error messages that the user is still connected. I think these are followups from the first one - one testcase may be broken by this error, but the connection is not closed.
    I searched the web to find what i could do against it. I found some forum discussions about this problem and hence i tried to set my path and classpath to locations where the isoser12.dll is located (runtime environment/bin), and finally copied it to the windows/system32 dir.
    Nothing made this error disappear. I am still stuck with this one since two days.
    Btw, the same testcases work well with other databases like oracle or db2.
    Hence, i am calling to you for some ideas about this error.
    Thank you in advance for help,
    Andreas Schroeder

    Hi Andreas,
    I am also interested in making maxdb(sapdb) work with S1 application server. I would appreciate if you could let me know if you are able to make it work with S1 V8 server.
    Thanks,
    Gorton Zhao
    Hi all,
    I am trying to establisch a JDBC connection to a MaxDB
    database (former SapDB).
    I have a win2k system with jdk 1.4.2_01 installed.
    I have the JDBC connection working in the sense that i
    am able to execute SQL scripts by ant tasks,
    so far i think that everything is properly configured.
    Nevertheless, when i try to use the connection in my
    own class (a JUnit testcase), i get this message:
    "ERROR! Shared library ioser12 could not be found."
    The program then continues, and i get sql error
    messages that the user is still connected. I think
    these are followups from the first one - one testcase
    may be broken by this error, but the connection is not
    closed.
    I searched the web to find what i could do against it.
    I found some forum discussions about this problem and
    hence i tried to set my path and classpath to
    locations where the isoser12.dll is located (runtime
    environment/bin), and finally copied it to the
    windows/system32 dir.
    Nothing made this error disappear. I am still stuck
    with this one since two days.
    Btw, the same testcases work well with other databases
    like oracle or db2.
    Hence, i am calling to you for some ideas about this
    error.
    Thank you in advance for help,
    Andreas Schroeder

  • What does this mean error code u44m1i210 elements 13

    I bought this over the internet and downloaded. I works but it says it has a update, so I started the update gets all the way through and end it gives me an error. I tried this 4 times. I printed the error code telling me to try again later. The last error code U44M1I210....This Elements 13

    Bob,
    I am getting eerror 34506 followed by Multiplexing error when I answer OK to the 34506 error.
    At what point in the process?
    I am loading old VHS tapes into IMovieHD, editing them, then sharing them to IDVD.
    Do you have chapter markers? If so:
    Make sure no chapter markers are within two seconds of the start or end of the timeline. Make sure no chapter markers are within a transition. Make sure no chapter markers are within two seconds of the end of a transition.
    Suggest you create a disc image and then burn the DVD. File/Save as Disc Image...
    http://docs.info.apple.com/article.html?artnum=164927
    This will isolate any encoding/burning issues you may encounter. Once the disc image is created, double-click the .img and burn the virtual disc that should appear on your desktop, using Toast to burn the DVD. Disk Utility to burn the .img file. Usually, you can select a burning speed in Disk Utility.
    There are variations to this process based on which OS X you are using...
    Open Disk Utility (in Utilities folder in Applications folder), click on the virtual disc (maybe the .img) in the left-hand window. Click the Burn icon. A new window should drop down and your SuperDrive tray will open after clicking the Burn icon. Insert a recordable DVD. (Verbatim DVD-R preferred by me.) Click the Close button. Wait. Select a burn speed. If you hold your mouse cursor over the pop-up it says: "Select a slower speed to work around burn failures," so select 4x or slower for best results. Then click the Burn button.
    -->If the virtual disk selection won't allow you to click the Burn icon, use the .img file instead. This may have changed in 10.3.9 and did change in Tiger.
    Also, you can use DVD Player to play the virtual disk to check your iDVD project before burning to DVD. Launch DVD Player. File/Open VIDEO_TS (Open DVD Media... in Player 4.6). Find the VIDEO_TS folder and open that. (The audio folder is for DVD-Audio disks.)
    http://docs.info.apple.com/article.html?artnum=93006

  • Need help what does this mean?

    Windows NT:is a MS Windows variant
    IE5 exception:com.aventail.util.Registry
    o: Authentication failed: connect (code=10051): java.net.SocketException: connect (code=10051)
         at ex.a(Unknown Source)
         at em.a(Unknown Source)
         at em.a(Unknown Source)
         at bx.run(Unknown Source)
    WARNING Main Authentication failed: connect (code=10051) Mon Aug 25 02:53:27.0731 MDT 2003
    WARNING Thread-10 java.lang.InterruptedException: sleep interrupted Mon Aug 25 02:54:46.0885 MDT 2003

    you are clearly being denied permission to create a socket because authentication failed. Any more information you could give would probably help.

  • What does this mean and how do I fix it? Error ITMS-9000 "Invalid Code Signing The executable ´viwer.app/ viewer´ must be signed with the certificate that is contained in the provisioning profile"

    What does this mean and how do I fix it? Error ITMS-9000 "Invalid Code Signing The executable ´viwer.app/ viewer´ must be signed with the certificate that is contained in the provisioning profile"

    If you had Firefox save your Yahoo password, first try deleting that here:
    orange Firefox button ''or'' classic Tools menu > Options > Security > "Saved Passwords"
    The "signed out" message seems to be related to how Yahoo authenticates you. Some users have reported that disabling automatic proxy detection solves the problem, and it also resolves an issue of getting logged out every few minutes, if you have ever experienced that.
    To make the change:
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "Network" mini-tab, click the "Settings" button, then choose "No Proxy" and OK your way back out.
    If your work connection requires you to use a proxy server, try the "Use system settings" option instead.
    Does that help?

  • Hi - I keep receiving the following error message on a song I purchased from itunes and am now trying to drag and drop to my iPad: "you must download items from icloud before you can copy then to iPad" what does this mean - please help! Thank you

    Hi - I keep receiving the following error message on a song I purchased from itunes and am now trying to drag and drop to my iPad: "you must download items from icloud before you can copy then to iPad" what does this mean - please help! Thank you

    Hi Poonam26c,
    If you do not have a local copy of a song which you have purchased (i.e. it is available via iTunes in the Cloud), you may need to redownload it before you can transfer it to your device. You may find the following article helpful:
    Apple Support: Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/HT2519
    Regards,
    - Brenden

  • HT1386 I keep getting an error messagwe when syncing: iphone cannot be synced. Aduplicate file name was specified. What does this mean? How do I fix it? Please help.

    I keep getting an error message when syncing:
    iphone cannot be synced. A duplicate file name was specified.
    What does this mean? How do I fix it? Please help.

    any idea how to fix this

Maybe you are looking for

  • Error while executing a JOB

    Post Author: rkolturu CA Forum: Data Integration I tried to execute a job which is compiled and error free but get the error below has any one of you any workaround for this problem 5308 4880 PAR-010102 12.12.2007 08:44:52 |SessionJOB_XYZ 5308 4880 P

  • How to use QAAWS with a prompt to show ALL values

    I have to build a dashboard which has two prompts in it One for Customer and the other one is Project Customer prompt should let user to select a customer from the list to display dashboard with the selected customer.Also it should allow user to sele

  • [SOLVED] xorg: fbdev errors

    Hi, after upgrading xf86-input-evdev-2.9.0-2 xf86-input-synaptics-1.8.0-2 xf86-video-fbdev-0.4.4-3 xorg-server-1.16.0-6, startx  (from tty1) does not work any more (yes, I read the news. No stderr redirecting is done). My .xinitrc looks like that in 

  • Searchable Photo Galleries?

    In iWeb is it possible to set up photo galleries, from iphoto or aperture, that are searchable by keyword? Thanks. Message was edited by: PatrickV

  • ITunes app

    MY ITunes app will not open after the latest upgrade. II'm waiting for another fix.