Javascript Error in IE, works fine in FF

I have this page :
http://www.gamertags.com.br/jogos.html
The filters and spry data works fine in Firefox, but when using IE the page won´t load and the browser gives these errors :
Agente de Usuário: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0;  Embedded Web Browser from: http://bsalsa.com/; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; HPDTDF)
Carimbo de data/hora: Thu, 11 Nov 2010 12:35:40 UTC
Mensagem: Objeto esperado
Linha: 101
Caractere: 1
Código: 0
URI: http://www.gamertags.com.br/SpryAssets/SpryPagedView.js
Mensagem: Objeto esperado
Linha: 47
Caractere: 1
Código: 0
URI: http://www.gamertags.com.br/SpryAssets/SpryNestedXMLDataSet.js
Mensagem: Objeto esperado
Linha: 77
Caractere: 2
Código: 0
URI: http://www.gamertags.com.br/jogos.html
Mensagem: 'Spry.Debug' é nulo ou não é um objeto
Linha: 961
Caractere: 41
Código: 0
URI: http://www.gamertags.com.br/SpryAssets/SpryData.js
I,ve checked the forums for the most usual cause of this, but found nothing that could help me.
Any help would be great.
Thank you.

Hi,
I really appreciate the help. But that´s not it.
The Timer function in that example is not necessary in my page (but just for the sake of it, I´ve tested it)
In fact, I can remove the filters functions and the call the to the DataExtensions.js file and still the page won´t work in IE.
The problem lies in the PageView. I can make it work without it, but as I mentioned earlier I need to be able break the data into pages. My XML is quite large (almost 2MB).
Thanks again for the reply.

Similar Messages

  • AHT finds logic board error, but computer working fine

    I ran the Apple Hardware Test to see the profile for my RAM, but 7 seconds into the test it stopped and reported a logic board error.
    1. But my computer is working fine. If anyone has experience with this, I'll gladly take your advice. Do I ignore this error at my own risk? Or should I get it looked at now in case it's an early warning of something that can get worse? For the real Apple tech experts, here's the error code: 2I2C/1/1: 0x00000092.
    Eleven months ago, I had to get a new power supply installed. It was covered under the extended warranty for power issues with iMac G5s. As I've indicated, it's been working fine since then.
    2. Once AHT finds an error, it won't continue testing the remaining components. Does anyone know of a way to "force" the AHT to skip the logic board test and go on to test the other hardware items?
    Thanks all.

    Michael, pray tell, where does one find the published list of codes you refer to? I searched the whole internet (or so it seemed like it) looking for a resource like that. Are you an AASP?
    Even my experienced Apple technician and his AASP contacts didn't realize that my error code relates to the European Union. (And, BTW, I'm in Canada and I purchased my iMac from a store in Canada.) You have solved a mystery!
    The strange thing is that when I phoned Apple Tech Support and asked to speak to a product specialist, even they told me that the code means "logic board needs replacement." When I asked to speak to a higher dept., I was connected to Customer Relations (very nice, professional fellow answered). When I explained that this G5 iMac has been problematic for me (failure after 7 mos. of ownership, power supply failure after 3 yrs, etc.) he offered me $100.00 off a new iMac ($125.00 in Canada), which I accepted.
    I did use TechTool Pro to check the computer. It found no problems. Four months later and it's still going strong. I don't know whether to be upset with Apple for not bothering to look up the code, or whether I should look at this as a blessing in disguise (how else would I have received $125.00 off a new iMac? And now, my father gets a G5 that I can confidently say is in good working order). And it's strange that my local tech's AASP friends weren't any wiser. Aren't AASPs privy to this error code info? A mystery indeed...

  • Firefox 3.6 crashes or hangs when setting an iframe src to a pdf via javascript. 3.5 works fine

    Firefox hangs or crashes when setting iframe src to a pdf via javascript. Works fine in all previous versions of Firefox. This is using the most recent version of Adobe Reader 9.
    == This happened ==
    Every time Firefox opened
    == I upgraded to Firefox 3.6

    More info:
    Seems to be the same issue as this
    [http://support.mozilla.com/en-US/forum/1/585926#threadId622326]
    and this
    [http://support.mozilla.com/en-US/forum/1/585926?forumId=1&comments_threshold=0&comments_parentId=585926&comments_offset=20&comments_per_page=20&thread_style=commentStyle_plain#threadId659555]

  • I have just installed the latest update ...IOS 7.0.4. Prior to this, my email worked fine. Now my AOL does not work; it gives an ID/password error. Everything works fine on my Windows computer. Any thoughts?

    I have just installed the latest update - IOS 7.0.4. Prior to this, my AOL email worked fine. Now it gives an ID/password error message. However, everything is fine on my Windows computer. Any thoughts?

    Hello there, Tim.
    The following Knowledge Base article provides some good troubleshooting steps for working on resolving your issue:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • SWC errors, while SWF works fine, why?

    Edit: I have tried using pure theora libs (no ffmpeg) and the same result - I have created a simple app showing theora info. When launched as standalone,works (shows theora version). As  SWC, error "can't allocate encoder context". Anyone any idea why it's failing with allocations in SWC? This is really frustrating, seems I can't get anything video related to work. Is SWC able to support anything more than some simple C stuff?
    Hi, I'm trying to make ffmpeg work through my custom SWC library which would encode multiple frames to MPEG1. I was "almost" finished now -  managed to put together a test app which upon exporting to SWF displays nice progress log(I'm test encoding 25 frames in MPEG1, so it shows encoding frame 1... X bytes, encoding frame 2...X bytes etc.), all is great up to this point.
    The problem is, when I emit this to swc. When calling my magic encode test function in the SWC - first, I've got stack overflow error in "dsputil_static_init". This was already weird, but I figured out that I didn't need the static init for mpeg1 encoding after exploring ffmpeg a bit, so I tried to disable this call in ffmpeg source. Then recompiled ffmpeg, my lib, tested and SWF still appears to be working fine without it. But again, when exporting to SWC - it didn't stack overflow, but this time my library errors out with "can't find codec".
    I have 3 variants of the code actually - SWF, SWC and one executable which produces a real .mpg file so I can have better proof than "encoding frame X". And it still produces a good mpeg when executd from cygwin's command line. The only problem is the SWC.
    My basic confusion is - why if SWF/executable  with the same libs etc. working fine, and then the SWC is failing on me? I'd really need to fix this somehow, but I don't understand the reasons, I thought once it's working in SWF it will work as SWC.

    Ok, this is what I did
    1) I've got the globalplayer 11.5 from Adobe's archive, copied it to the corresponding folder(right next to 11.1 which was already included in my Flex).
    2) mxmlc -static-link-runtime-shared-libraries -compiler.omit-trace-statements=false -library-path=decoding_encoding.swc -debug=false Document.as -o swcdemo.swf -target-player=11.5 -swf-version=18 
    Where decoding_encoding.swc is my former c library, Document.as only calls one function(the encoding one). This got me the swf.
    3) I run this swf in debug player, in IE (11.6), and error is popping up.
    In flashlog.txt I found this:
    Encode virtual file             <-- this is entry point of my C function (all is fine so far, proof that it has been called)
    Could not open codec            <-- FAIL again, this fails also in theora at a similar function (register codec context..huh?)
    [object Exit]
              at global/com.ffmpeg::F__exit()
              at global/com.ffmpeg::F_exit()
              at global/com.ffmpeg::F_ffmpeg_encode_mpeg1()
              at global/com.ffmpeg::encode_mpeg1()
              at Document()
    4)  I then go to my presumably failing C library, and change this in main:
    //  AS3_GoAsync();    <-- I commented this
        ffmpeg_encode_mpeg1(AV_CODEC_ID_MPEG1VIDEO);   <-- I uncommented this
    I launch the swf just to see if it also fails, but it goes like:
    Encode virtual file
    [mpeg1video @ 0x601410] Warning: not compiled with thread support, using thread emulation
    Entering loop
    etc..  
    All works! So I really don't understand, how can it work in the emitted SWF while in emitted SWC it already doesn't work? Is there a different way the swc is built, is it the way it manages memory at runtime, being restricted somehow by the main SWF, or is it just some stupid switch or setting. I'd need to see a little deeper into how the SWC is build I guess to fully understand this issue. Do you have any isnight into this ilookha, or someone else?  Or perhaps any other idea.
    I'm now trying to see if I can try to trace out the exact point of the issue in theora lib, basically I included AS3.h in their source code and now placing inline AS3 "trace" commands into the register codec function.
    I have traced in theora's lib inside th_encode_alloc function where it fails, and located the first obvious reason:
      enc=_ogg_malloc(sizeof(*enc));
      if(enc==NULL) {
                inline_as3("trace('enc is NULL!');\n");  <-- my trace
    I'm getting "enc is NULL". Which results into codec not found, because the whole function returns NULL. So it seems _ogg_malloc is failing to allocate memory. I bet the same reason goes for ffmpeg.  _ogg_malloc is:
    #define _ogg_malloc  malloc
    Just a normal malloc. Why wouldn't this work?

  • Help! Getting iTunes Error 11503 and Error (-50) was working fine this morning and now nothing

    My iTunes has been working fine until this afternoon and now when I go to download music I am getting error code 11503 or (-50) Help, please!

    Here's a possible fix for Error 11503 and for error 50.
    It worked for me and hopefully it will work for you.
    I believe this error is caused by the incomplete downloading of either an update to an app, or perhaps a big music file. In my case it was caused by closing the lid on my laptop when I was downloading app updates on a very slow internet connection in a hotel.
    Anyway, here is what I did that fixed it completely.
    Close iTunes.
    Go to this folder : /iTunes/Mobile Applications/Downloads
    You'll find tmp files there. Drag them out of this folder to a temporary folder on your desktop. The Downloads folder should now be empty.
    Restart iTunes.
    All should be fine.
    If it's not, then I can't help further, but that's what worked for me.

  • YVM302 error, everything else working fine

    Hi there, my fairly new HUMAX YouView box started playing up last night, we had no Freeview tv channels for about an hour with error message YVM302 being displayed.  I rebooted twice, and it suddenly sprung back into life again.   Tonight, I have rebooted, retuned, all to no avail, we have no Freeview channels at all.   Everything else is working fine, and the aerial cable works fine when plugged directly into the TV, so why is the YouView box telling me there is no signal from the aerial?
    Any help gratefully received!
    Chris

    Hi Rod,  the re-boot worked for me the previous night so thinking about it I'm not sure it was the update yesterday as the box started displaying the weak/no signal message the night before.   I left it switched off at the mains overnight last night, started it up again just now and it still hasn't found any channels.  Re-tuning speeds through and comes up with zero channels found.
    Guess it will be a calll to BT this morning.  At least the TV still works through the aerial, and we can still watch On Demand and BT Vision through the box, but really that isn't the point is it!
    Glad your box is working fine again though.
    Chris

  • SQL Prefix Error in XI, Works fine in 8.5!

    Post Author: cmw
    CA Forum: Data Connectivity and SQL
    This is valid SQL and works just fine in Crystal Reports 8.5.  However, in XI, I get the following error:
    Error in compiling SQL Expression:
    Database Connection Error: '42000:&#91;Microsoft&#93;&#91;ODBC SQL Server Driver&#93;&#91;SQL Server&#93;The column prefix 'REPORT_TABLE'
    does not match with a table name or alias name used in the query. &#91;Database Vendor Code: 107&#93;'.
    Here is the code:
    ISNULL( (
        SELECT TOP 1
            &#91;t1&#93;.&#91;field&#93;
        FROM
            &#91;database&#93;.&#91;owner&#93;.&#91;table1&#93; &#91;t1&#93;
            INNER JOIN &#91;database&#93;.&#91;owner&#93;.&#91;table2&#93; &#91;t2&#93;
                ON &#91;t1&#93;.&#91;field&#93; = &#91;t2&#93;.&#91;field&#93;
        WHERE
            &#91;t1&#93;.&#91;some_field&#93; = "REPORT_TABLE"."SOME_FIELD"
    Obviously, I have changed the table names for the purposes of this example.  Any help in this matter would be greatly appreciated, as I have dozens of reports to migrate from 8.5 to XI and most of them contain some soft of SQL sub-query.

    Hi,
    I really appreciate the help. But that´s not it.
    The Timer function in that example is not necessary in my page (but just for the sake of it, I´ve tested it)
    In fact, I can remove the filters functions and the call the to the DataExtensions.js file and still the page won´t work in IE.
    The problem lies in the PageView. I can make it work without it, but as I mentioned earlier I need to be able break the data into pages. My XML is quite large (almost 2MB).
    Thanks again for the reply.

  • Size error using OC4J Works fine in Tomcat 6.0.

    Good afternoon,
    I am making an application under Oracle Application Server Containers for J2EE 10g (10.1.2.3.0) and I have a strange error.
    Initially I am developing the application in an environment with Apache Tomcat 6.0 and the application works perfectly. But yet when I generated the EAR for the application and get in the OC4J. An exception occurs when I have a form on a JSP and sent post size exceeds approximately 30kb.
    When I saw the exception generated thought it could be problem of database, but after checking in Tomcat and OC4J does not, I'm lost and I do not know what to watch.
    Thank you very much everyone.
    This is the exception:
    500 Internal Server Error
    java.sql.SQLException: Data size bigger than max size for this type: 245841
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.OraclePreparedStatement.setRAW(OraclePreparedStatement.java:5610)
         at oracle.jdbc.driver.OraclePreparedStatement.setBinaryStreamInternal(OraclePreparedStatement.java:7198)
         at oracle.jdbc.driver.OracleCallableStatement.setBinaryStream(OracleCallableStatement.java:4633)
         at org.apache.commons.dbcp.DelegatingPreparedStatement.setBinaryStream(DelegatingPreparedStatement.java:157)
         at org.apache.commons.dbcp.DelegatingPreparedStatement.setBinaryStream(DelegatingPreparedStatement.java:157)
         at es.urjc.cui.dao.AccesoDatosContenido.addContenidoID(AccesoDatosContenido.java:115)
         at admin.comun._cargarEnlace._jspService(_cargarEnlace.java:110)
         [SRC:/admin/comun/cargarEnlace.jsp:59]
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:356)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)

    Guys, no replies... Please, do provide the answer.

  • Error testing locally; works fine on remote server

    I was about to post that I'd hit an error when trying to
    create a
    conditional region in DW 8 with ASP, CF & PHP: Training
    from the Source.
    Rather than paste the non-PHP code, I uploaded the page to my
    remote server.
    When I browsed to the link, the error wasn't there.
    I inserted the code for the conditional region just before
    the opening
    <form> tag, as the book instructed (Lesson 6).
    <?
    if ($_GET['error'] == "notnumeric")
    echo "<p>*** Error! One or more fields was left blank
    or contained a
    non-numeric character.</p>";
    ?>
    When I preview locally, the page appears correctly, but with
    the following
    message before the form:
    Notice: Undefined index: error in C:\Program Files\Apache
    Group\Apache2\htdocs\newland\Lesson06\Start\newland-php\tourprice.php
    on
    line 27
    Line 27 is where the "if" statement starts.
    On my remote server, everything works as it should:
    http://www.feathertheweb.com/newland/Lesson06/Start/newland-php/tourprice.php
    Any help is appreciated.
    Thanks,
    Heather

    So, I changed the code you had provided and that worked. Now,
    I've tested
    the form and when I click "submit," I get this:
    Notice: Undefined index: nmChildren in C:\Program
    Files\Apache
    Group\Apache2\htdocs\newland\Lesson06\Start\newland-php\tourprice_processor.php
    on line 2
    Warning: Cannot modify header information - headers already
    sent by (output
    started at C:\Program Files\Apache
    Group\Apache2\htdocs\newland\Lesson06\Start\newland-php\tourprice_processor.php:2)
    in C:\Program Files\Apache
    Group\Apache2\htdocs\newland\Lesson06\Start\newland-php\tourprice_processor.php
    on line 4
    I'm guessing it's related to the change I made in
    tourprice.php. I tried to
    figure out what needed to be changed in
    tourprice_processor.php based on
    that change, but I'm still pretty new at this and really
    wasn't sure.
    Below is the code from tourprice_processor.php:
    <?php
    if (is_numeric($_POST['numAdults']) == false or
    is_numeric($_POST['nmChildren']) == false)
    header("Location: tourprice.php?error=notnumeric");
    exit;
    ?>
    <?php
    $numAdult = $_POST['numAdults'];
    $numChild = $_POST['numChildren'];
    $basePrice = $_POST['tourName'];
    $tourPrice = ($numAdult * $basePrice) + ($numChild *
    $basePrice);
    ?>
    <!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>
    <title>Newland Tours: Tour Price
    Calculator</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <link href="css/newland.css" rel="stylesheet"
    type="text/css" /></head>
    <body>
    <a href="#top"><img src="images/spacer.gif"
    alt="Skip to main page content"
    width="1" height="1" border="0" align="left" /></a>
    <table width="750" border="0" cellpadding="3"
    cellspacing="0">
    <tr>
    <td><img src="images/banner_left.gif" width="451"
    height="68" alt="Newland
    Tours Banner, Left." /></td>
    <td width="280"><img src="images/banner_right.jpg"
    width="276" height="68"
    alt="Newland Tour Banner, Right." /></td>
    </tr>
    <tr>
    <td><img src="images/navbar.gif" name="navbar"
    width="450" height="20"
    border="0" usemap="#navbarMap" alt="Navigation Bar."
    /></td>
    <td><img name="copyright_bar"
    src="images/copyright_bar.gif" width="272"
    height="20" border="0" alt="Copyright 2006 Newland Tours."
    /></td>
    </tr>
    <tr>
    <td colspan="2">
    <h1><br />
    <a name="top" id="top"></a>Tour Price
    Calculator</h1>
    <p>The estimated cost of your tour is
    <strong><?php echo
    '$'.number_format($tourPrice, 2);
    ?></strong>.</p>
    <p>Prices include hotel, accommodation, and travel
    expenses during the
    tour. They
    do not include airfare to the starting
    destination.</p>
    <p><a href="tourprice.php">Calculate</a>
    another tour.</p>
    <p><a href="contact.php">Contact</a> one
    of our qualified agents.</p>
    </td>
    </tr>
    </table>
    <br />
    <map name="navbarMap" id="navbarMap">
    <area shape="rect" coords="1,0,62,20" href="index.php"
    alt="Home" />
    <area shape="rect" coords="71,0,117,20" href="about.php"
    alt="About" />
    <area shape="rect" coords="129,0,196,20" href="tours.php"
    alt="Find Tours"
    />
    <area shape="rect" coords="209,0,311,20"
    href="profiles.php" alt="Country
    Profiles" />
    <area shape="rect" coords="327,0,434,20"
    href="contact.php" alt="Contact An
    Agent" />
    </map>
    </body>
    </html>
    Heather
    "David Powers" <[email protected]> wrote in message
    news:[email protected]...
    > Heather wrote:
    >> I inserted the code for the conditional region just
    before the opening
    >> <form> tag, as the book instructed (Lesson 6).
    >>
    >> <?
    >> if ($_GET['error'] == "notnumeric")
    >>
    >> When I preview locally, the page appears correctly,
    but with the
    >> following message before the form:
    >>
    >> Notice: Undefined index: error in C:\Program
    Files\Apache
    >
    > It's badly written code. It should be
    >
    > if (isset($_GET['error']) && $_GET['error'] ==
    "notnumeric")
    >
    >> On my remote server, everything works as it should:
    >
    > That's because your remote server has been configured to
    suppress PHP
    > notices.
    >
    > PHP notices alert you to non-fatal mistakes in coding. A
    lot of people
    > just ignore them, but it's a sloppy habit to get into,
    because it can lay
    > your scripts open to attack. Before testing the value of
    a variable, you
    > should always use isset() to check that the variable has
    been defined in
    > the first place.
    >
    >
    http://www.php.net/manual/en/function.isset.php
    >
    > --
    > David Powers
    > Author, "Foundation PHP for Dreamweaver 8" (friends of
    ED)
    > Author, "Foundation PHP 5 for Flash" (friends of ED)
    >
    http://foundationphp.com/

  • Acrobat 9.5 - I'm getting a 148:3 error.  Everything worked fine yesterday, nothing has changed Win7

    Today I tried to use Acrobat 9.5 and I am receiving this message:  "Licensing for this product has stopped working."
    "You cannot use this product at this time.  You must repair the problem by uninstalling and then reinstalling this product of contacting your IT administrator or Adobe customer support for help".
    Nothing has changed since I used this product yesterday.  I've never had a problem with this product until now. 
    How can I download a new copy using the same license and without paying for a new copy.  Why did this happen?

    Hey thomcolby,
    You might need to refer the KB file and try troubleshooting this licensing error on your system:
    Error "Licensing has stopped working" | Windows
    Regards,
    Anubha

  • HT201210 Ios6 will not download I get an error message it worked fine on my iPad I have the iphone4

    I cannot update my iPhone 4 ios6 I get an error message frustrated any help appreciated

    dont do it!!! wait until apple has this all worked out!  took forever for me to get my phone to restore.  had to uninstall all antivirus software from pc andd turn off firewall.  apparently something blocks itunes to where it cant restore your phone

  • Error in IE, works fine in FF

    The site is www.nickdmusic.com
    First of all I consider myself already slapped on the wrist
    for using fireworks for creating this menu but it was a loooooong
    time ago...
    On the resources page, in IE when you mouse over the first
    heading (Wedding Consultants/coordinators) a list comes down,
    however, you cannot get to the second item in the list to click on
    it. Same for all the menu items in IE on this page. This does,
    however, work just fine in FF. Any ideas?

    I see NO drop downs in in IE6 or FF
    Nor do I see "first heading (Wedding
    Consultants/coordinators)
    "SisAndi" <[email protected]> wrote in
    message
    news:ep88e0$k2i$[email protected]..
    > The site is www.nickdmusic.com
    >
    > First of all I consider myself already slapped on the
    wrist for using
    > fireworks for creating this menu but it was a loooooong
    time ago...
    >
    > On the resources page, in IE when you mouse over the
    first heading
    > (Wedding
    > Consultants/coordinators) a list comes down, however,
    you cannot get to
    > the
    > second item in the list to click on it. Same for all the
    menu items in IE
    > on
    > this page. This does, however, work just fine in FF. Any
    ideas?
    >

  • PLS HLP! epub 3 German language upload error - UK version works fine?

    I have the identical epub3 one in UK and one in German, the UK uploads fine to itunes checker, but the German one fails -  any ideas as to why this happens?
    Thanks!

    Hi Can you tell me how you fixed this?
    I'm encountering a similar error.
    Thanks
    Don

  • Error #2046  -  Site Worked fine for months.. then one day CAPUT!?

    Can someone tell me what happened? I spent lots of time making a nice site using the Flash Catalyst Beta.... then one day it stopped working now I just get this error...
    w.w.w_.innodnc._c.0.m
    what can I do to fix it? How did it break without any changes whatsoever? Is it just a new version of flash causing problems?
    HELP! I need this site up ASAP!

    Hi,
    What version of Fc are you using?  Is your date and time on your computer correct?
    Take a look at this thread and bugs listed in the Flash Builder forums.
    http://forums.adobe.com/thread/620441
    http://bugs.adobe.com/jira/browse/SDK-15282
    http://bugs.adobe.com/jira/browse/SDK-28016
    Best,
    Tanya

Maybe you are looking for

  • Can't see my photos on the screen of my laotop.

    The Photos are in the library but they will not appear on the screen. I only get a dotted frame. If I check the info it will give me all the details about the picture.How can I get these pictures to be visible. Thanks for the help

  • How to get the search field with API UCM  for a specific UCM Profil

    We have UCM 10g For the checkIn we have for exemple the URL : http://xp-ucm1.oth.prs/idc/idcplg?IdcService=CHECKIN_NEW_FORM&dpTriggerValue=1&dpDisplayLabel=Codification%201&IsSoap=1 To obtain all the field for the checkIn is very simple with this ser

  • Question about missing file

    Hello - I'm having an issue with Visual Studio, undoubtedly related to my own ignorance.  Here goes:  Installed VS2012, have dev site on Sharepoint Online, created new Sharepoint project in VS2012, which rolls out all the required files.  The default

  • PrintButton Event in Report Viewer - Can it be returned

    Hello When you View a report in the Crystal Report Viewer and click the Viewer's Print Button, can you capture the event so that you can track that the report has been printed? Thank you

  • Query to find 1:N relation from a table

    Hi, I have a table where Material# & Item# are stored. Now Material# & Item# are related in 1:N. e.g. (data) MM# ITM# ..... <other attributes> M1 I1 ..... <data for other attributes> M1 I1 ..... <data for other attributes> M1 I2 ..... <data for other