HTMLResources works when tested local but won't work when the folio is uploaded

hi there,
creating a DPS app with on the cover, inside a popup, a button that calls a pdf in the HTMLResources.zip
Button's function
HTMLResources/cover/filename.pdf
filename.pdf sits in the folder 'cover' inside the HTMLResources folder before zipping.
This works when I test it local, and it has worked online some days ago in a previous release of the folio.
But since this morning I always get this error:
"The requested url was not found an this server." (-1100)
I've checked everything twice and the online Folio Producer tells the HTMLResources.zip is uploaded
Any ideas what could be wrong ? How to solve this ?
Thanx in advance,
Herman Belgy

-> [[Troubleshooting extensions and themes]]
Check and tell if its working.
Not related to your problem but your plugins needs to be updated.
-> Your Flash plugin is quite older. You need to update it.
* Adobe Flash Player 11.0.1.152 (3.59 MB)
* http://get.adobe.com/flashplayer/
-> Your Java plugin is quite older. You need to update it.
* Java Version 6 Update 29
* http://java.com/en/download/index.jsp
* [[Using the Java plugin with Firefox]]
-> Update All your Firefox Plugins
* https://www-dev.allizom.org/en-US/plugincheck/
* http://www.mozilla.com/en-US/plugincheck/
'''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

Similar Messages

  • When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    When I click on an active link from another application, it opens the firefox application, but won't open open the page - it just opens Firefox or takes me to Firefox. No new tab or window is opened and the link is not displayed.

    Firefox sent an email to me to confirm that I had asked the above question. The email had a link to click. When I clicked it from Firefox, nothing happened. Then I opened IE, signed into Comcast, opened the email, clicked the link, and it brought me here.

  • I can see the pictures in Events in iPhoto, but I can't open them.  When I right click on an Event it just says Edit, but won't open all the pictures in Events.  It used to open, but something is wrong.  I would appreciate any assistance.  Thank you.

    I can see the pictures in Events in iPhoto, but I can't open them.  When I right click on an Event it just says Edit, but won't open all the pictures in Events.  It used to open, but something is wrong.  I would appreciate any assistance.  Thank you.

    Hi Terence,
    I got your note and was able to complete the first part, but when I came to Finder, Go To Folder and I typed in both     /var/db/receipts/    and /private/var/db/receipts all I get is NOT FOUND message.  I tried several times, but no luck.
    Please advise.
    Thank you.
    Catherine Morgan

  • I created a book and tried to place order but failed.  I followed the procedures, when the book completed uploading, the message "An error occured uploading your order" pop up.  There was no error message all along when I created the book.

    I created a book and tried to place order but failed.  I followed the procedures, when the book completed uploading, the message "An error occured uploading  your order" appeard.  There was no error message all along when I created the book. I tried several time but failed.

    preview the order and try again - http://support.apple.com/kb/HT1040
    If it still does not work boot into Safe Mode, preview again and try
    With the number of reports in the last few days it may be server overload - if so trying during a time of lower activity might help
    LN

  • My hotspot won't connect my computer to the internet since I upgraded my phone to ios7. The PC sees the hotspot but won't connect. The op sys on the PC is windows 7 ultimate. Can anyone help?

    My hotspot won't connect my PC to the internet since I upgraded the op sys on the 4s iphone. The PC sees that hotspot but won't connect. The op sys on the PC is windows 7 ultimate. Can anyone tell me what to do please?

    Glad to hear it is all straightened out. You are right about the upgrade cost. That is one reason why Adobe switched to monthly licensing—no more upgrade cost <g, r, & d>. Of course we do have nearly monthly product upgrades. It is almost like playing whack a mole.

  • Hi, I have the DPS Single Edition is but the Folio Producer public when the folio I alone was deprived. Why? How do I publish for the public? Thank You

    Hi, I have the DPS Single Edition is but the Folio Producer public when the folio I alone was deprived. Why? How do I publish for the public? Thank You

    You should look at our Single Edition publishing guide. You don't use Folio Producer with Single Edition. http://help.adobe.com/en_US/ppcompdoc/Step_by_step_guide_to_dps_se.pdf
    Note that support for Single Edition in Creative Cloud ends on May 1st. Make sure you get your app completed and approved by Apple before then.
    Neil

  • I am trying to upload my PDF file from my IBooks but its only giving me the option to upload from my pictures/gallery. How do I get it to where I can upload PDF files from my iBook or how do I transfer my PDF files to my pics?

    I am trying to upload my PDF file from my iBooks but its only giving me the option to upload from my pictures/gallery. How do I get it so I can upload from my iBooks or move my PDF files to my gallery so I can upload it?

    I'm having the same issue. I saved a PDF from an email into iBooks. I'm on apple applying for a job but the only option the upload button has is from the Photos file. How ironic right? Luckily I'm in Logistics and not an IT specialist applying for this job! Lol. Does anyone know the fix?

  • FaceTime on my iPhone 4 works locally but won't connect for another state

    My iPhone 4 will connect FaceTime locally but not with someone in another state

    Pass this on to the recipient.
    http://support.apple.com/kb/ts3367

  • HELP NEEDED! My wife's 5c won't recognise on my laptop anymore. I plug it in and the laptop makes a sound but won't show up the phone. I only recently discovered this problem when I upgraded. It will recognise my 5c and even the iPad but not her 5c

    I discovered this problem when I upgraded my iPhone 4 to a 5c.
    My laptop will recognise my 5c and even the wife's iPad but won't recognuse her 5c, when I plug it in it makes a sound but just doesn't show up in iTunes.
    It DID work on my laptop as recently as November when I backed up her phone and updated her software but like I say ever since I upgraded it just won't recognise her 5c but does mine.
    I just can't think what is wrong? I haven't messed around with anything on the laptop or messed around with the wife's settings on her 5c
    HELP!!!!

    I would test with another computer and another cable
    if it the device would not be detected by any computer I
    would say that it's connector was broken

  • Recordset tests OK but won't save...

    Using DW CS4 I have a MySQL db and have created a couple of connections that work just fine to create and read documents on the db. I now want to select only documents where one of the fields is Null.
    I used Server behaviors and selected Add Recordset and Advanced. Created the SQL code below, clicked "Test" and it worked fine.
    SELECT *
    FROM feedback
    WHERE feedback.suggestions2 IS NOT NULL
    When I clicked "OK" to save the recordset it failed with an error message "TypeError:this.node has no properties".
    I created a new recordset with SQL below
    SELECT *
    FROM feedback
    This tested OK, but failed the same way when I clicked "OK" to save.
    I'd really appreciate suggestions on how to start troubleshooting this.
    Thanks,
    Tony

    Hi,
    It's a MySQL db containing text in about 15 fields per document, or row. I tried creating a recordset without the WHERE statement and it failed the same way. I have found a work-around which is to copy a recordset from another web page on the site and then rename and modify it to include the WHERE statement. This works OK but it shouldn't be necessary.
    The input form can be seen here www.hollisterairshow.com/feedback I'm using DW to set up a Master Detail Page Set, the Master page is here www.hollisterairshow.com/feedback-suggestions-master.php , the Detail page can be accessed by clicking on the feedback number in the left hand column.
    Regards,
    Tony

  • TS1398 my ipad is connected to my wifi network but won,t connect to the internet, i have tried resetting network settings but it still won't work.

    my i pad is connected to my wifi network bt won't connect to the internet I have tried resetting network connections. it will connect to the internet from my phone hot spot

    Try restarting your WiFi router by removing power to it for 30 seconds.

  • My airport extreme shows a green light, but won't connect to the internet.

    I have an airport extreme, and it stopped working one day, so I reseted it and it's not connecting to the internet now.  It's showing a green light, however, it won't connect to the internet. I live in an apartment complex, so I don't have a cable modem. The router is directly connected to the wall via ethernet. I had the ports checked by connecting the ethernet cord directly to the computer, and the internet is working fine. I tried resetting the router, but it still doesn't connect.

    Your problem is typical Yosemite network.. just reboot the Time Capsule.. no luck reboot the network.. do a restart in correct order.. modem.. wait 2min.. TC .. wait 2min.. clients.
    No luck then do a full reset of the TC and setup in a way that Yosemite can cope with.
    Start from a factory reset. No files are lost on the hard disk doing this.
    Factory reset universal
    Power off the TC.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the TC to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    N.B. None of your files on the hard disk of the TC are deleted.. this simply clears out the router settings of the TC.
    Setup the TC again.
    Then redo the setup from the computer with Yosemite.
    1. Use very short names.. NOT APPLE RECOMMENDED names. No spaces and pure alphanumerics.
    eg TCgen5 for basestation and TCwifi wireless name.
    If the issue is wireless use TC24ghz and TC5ghz with fixed channels as this also seems to help stop the nonsense. But this can be tried in the second round. ie plan on a first and second round of changes to fix this.. hopefully.. I will point out other steps that can be round2.
    2. Use all passwords that also comply with 1. but can be a bit longer. ie 8-20 characters mixed case and numbers.. no non-alphanumerics.
    3. If the TC is main router you can skip this point. This is only an issue when the TC is bridged.
    Ensure the TC always takes the same IP address.. you will need to do this on the main router using dhcp reservation.. or a bit more complex setup using static IP in the TC. But this is important.. having IP drift all over the place when Yosemite cannot remember its own name for 5 min after a reboot makes for poor networking.
    4. Check your share name on the computer is not changing.. make sure it also complies with the above.. short no spaces and pure alphanumeric.. but this change will mess up your TM backup.. so be prepared to do a new full backup. Sorry.. keep this one for second round if you want to avoid a new backup.
    5. Mount the TC disk in the computer manually.
    In Finder, Go, Connect to server from the top menu,
    Type in SMB://192.168.0.254 (or whatever the TC ip is which you have now made static. As a router by default it is 10.0.1.1 and I encourage people to stick with that unless you know what you are doing).
    You can use name.. SMB://TCgen5.local where you replace TCgen5 with your TC name.. local is the default domain of the TC and doesn't change.
    However names are not so easy as IP address.. nor as reliable. At least not in Yosemite they aren't. The domain can also be an issue if you are not plugged or wireless directly to the TC.
    6. Make sure IPv6 is set to link-local only in the computer. For example wireless open the network preferences, wireless and advanced / TCP/IP.. and fix the IPv6. to link-local only. Do the same for ethernet if you use it.
    There is a lot more jiggery pokery you can try but the above is a good start.. if you find it still unreliable.. don't be surprised.
    You might need to do some more work on the computer itself. eg Reset the PRAM.. has helped some people. Clean install of the OS is also helpful if you upgrade installed.
    Tell us how you go.
    Someone posted a solution.. See this thread.
    Macbook can't find Time Capsule anymore
    Start from the bottom and work up.. I have a list of good network practice changes but I have avoided Yosemites bug heaven.
    Yosemite has serious DNS bug in the networking application.. here is the lets say more arcane method of fixing it by doing a network transplant from mavericks.
    http://arstechnica.com/apple/2015/01/why-dns-in-os-x-10-10-is-broken-and-what-yo u-can-do-to-fix-it/
    Same thing applies to the Airport Extreme or the Express if used as router.. just replace TC in the instructions with AE.

  • My iMac starts, but won't get past the loading screen?

    My iMac starts up, but won't even get past the white screen with the Apple logo.
    It kept giving me black screens, and would not start in safety mode. After command + option + p + r, the black screens stopped coming, but it still won't get past the loading screen, if I let it load long enough the Apple logo is replaced by a "denied" symbol but that is the only thing that happens. By hitting command + d, I was told nothing is wrong. When pressing command + r and going to disk utility, it found an issue while verifying and repairing. At first it stated "invalid journal" but now it only says to reinstall everything and that the problem couldn't be solved. I cannot mount the harddrive, and Time Machine just searches for copies without getting anywhere. When I try installing OS X (Mavericks) again, the harddrive doesn't even show up. What do I do?

    The HD sounds like it has crashed, take it into your local Apple Store or Apple Authorized Service Provider (AASP), if you bought AppleCare this will be covered. If you don't have an Apple Store in your area and don't know of any AASPs then please click https://locate.apple.com/country to begin finding one.

  • Mac starts up but won't get past the blue screen and the rainbow wheel

    I had this problem before a couple of years ago. The hard drive had to be replaced. Now I'm just trying to start it up so I can back up data. I reinstalled OS 10.4 last week, it started OK a couple of times. Now it won't go to the log-in screen again.
    I know I can reinstall OS 10 again but isn't there a command key I can hold down while it's starting up that will let me log in?
    Also it makes that long BEEP sound when I start it up. What does that mean?
    Finally, I do not have an emergency troubleshooting guide. I don't think I ever had one. Can I download a .pdf of that somewhere?

    Hi spiffyhere, and a warm welcome to the forums!
    I know I can reinstall OS 10 again but isn't there a command key I can hold down while it's starting up that will let me log in?
    Possibly...
    Mac OS X: What is Safe Boot, Safe Mode...
    http://support.apple.com/kb/HT1564
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.
    Option key on bootup will show which devices you can boot from.
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214
    Also it makes that long BEEP sound when I start it up. What does that mean?
    Bad sign, and likely the source of the problem...
    How many beeps?
    Beep_Codes">https://mediawiki.middlebury.edu/wiki/LIS/AppleComputer_BeepCodes
    The Beeps may be a Hardware problem, see if this helps...
    http://support.apple.com/kb/HT1547

  • Need help with locating iPad with find my iPad app.. it was turned on this morning but won't show me the location.. why is this??

    Need help to find location of iPad using find my iPad app.. Sound was activated this morning but it won't give me the location.. How can I find it??

    Hello there Kylie,
    It sounds like your iPad is not showing in Find my iPad when you check it. Take a look at this info from the following article named:
    iCloud: Troubleshooting Find My iPhone, iPad, iPod touch, or Mac
    http://support.apple.com/kb/ts4006
    Device does not appear in Find My iPhone
    This can occur if:
    The date on your device (iPhone, iPad, or iPod Touch) is incorrect. Choose Settings > General > Date & Time to check and set the date.
    Your device is not up-to-date. It needs to be running iOS 5 or later.
    Your iCloud account is not configured on your device. Choose Settings > iCloud and enter your iCloud account information.
    You have multiple iCloud accounts entered on your iPhone, iPad, or iPod touch. Only one account can have Find My iPhone turned on at a given time. Log in to Find My iPhone with your other iCloud accounts until your device is listed.
    There's a scheduled maintenance or another issue affecting Find My iPhone. Check the System Status site to see if this is the case.
    Your device has lost network connectivity. If you have access to your device, and it appears to have an active Internet connection, enable and then disable Airplane mode. If you continue to have issues, turn the device off and back on.
    Find My Mac can only locate your Mac if it is connected to the Internet via a known Wi-Fi network. If your Mac is connected to the Internet only by an Ethernet cable, Find My Mac will not be able to locate your Mac.
    Device appears in Find My iPhone, but is offlineThis can occur if:
    Your device is powered off, such as when the battery has run out. Note that the remaining battery for the device, if it's connected to the Internet, displays in the upper-right corner of the information pane of the selected device. You can still play a sound on, send a message to, issue a lock request, or initiate an erase of your iPhone, iPad, or iPod touch. The command will be received after the device is turned on and regains its Internet connection.
    Your iPhone’s cellular service has been terminated by your wireless service provider. If you contacted your service provider to report your device lost or stolen before locating your phone, and they deactivated your SIM card or account, this would be expected. If this is the case, you may no longer be able to locate, display a message on, or erase your iPhone. For more information, read about what to do if your device is lost or stolen.
    Your iPad, iPod Touch, or Mac is asleep and not connected to a known Wi-Fi network. You will still be able to request an erase, send a message to display and lock your device, or request that a sound be played. The command will be processed when your device is awakened and connected to the Internet.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

Maybe you are looking for

  • Down Payment Clearing pushbutton in MIRO (SAP ECC6 EP4)

    Dear Experts, As i am trying to do the same process in my organisation to post the DP in PO at header or item level and after that following the ME2DP process for posting DP and then i do MIGO. After GR as i do MIRO process and select the PO there is

  • Inbound IDocs will only process immediately

    Hello.  I have been having an issue with our inbound INVOIC02 IDocs coming from our EDI server.  We are processing a high number of invoices and I wanted to change the processing from immediate to collective.  The immediate processing is causing a st

  • PDFMaker missing files issue with PDF Forms from Office 2007

    Hi, I have Adobe PDF 8.0 Pro installed  (full installation) and I upgraded office from 2003 to 2007 AND Windows from 2000 to XP Pro. I used to be able to create PDF Forms from an Excel document when using Office 2003. Now, when I choose to create a n

  • Vertical Scrollbar for a slide

    I'm new to captivate. Can anybody help me to get a vertical scrollbar for the slides?

  • Changing resolution programmatically

    Hello all, Does anybody know how to change resolution programmatically using java. Even in C or C++ so that i can use JNI. I can get the resolution by java.awt.Toolkit.getDefaultToolkit().getScreenSize(); but i am not able to set the resolution. Plea