Closed (fixed)
Project:
iPaper
Version:
6.x-2.x-dev
Component:
ipaper viewer
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
4 Feb 2010 at 09:04 UTC
Updated:
28 Feb 2012 at 00:24 UTC
Hi there,
last month i was able to upload files in create new iPaper. successfully done the settings in scribd API key and API secret and successfuly create new node. ive created about 30 new iPaper node.
somehow now i found that i cannot upload any files anymore. it says "You must upload an attachment to create an iPaper."
is anything goes wrong?
Comments
Comment #1
rares commentedyou should make sure that you have the upload module enabled and that you upload at least one file for each ipaper node.
Comment #3
demonrage commentedhello,
i think i have to reopen this issue again, i tried versions 6.x-1.1, 6.x-1.x-dev, 6.x-2.x-dev. all give me the same error: You must upload an attachment to create an iPaper.
i have checked the module (upload) is enabled.
i have tried both methods for uploading (CURL - fopen)
i'm sure that the file size of my pdf is below the global allowance for attachment.
i have my api key and secret written right.
my file system is set to public.
even when i upload the file manually through scribd website and input doc_id, it still give me the same msg.
so what have i missed, i only need this module to work :(
Comment #4
alexx90 commentedI have the same problem as
demonrageI did that to
if some one know how to solve the problem please help
Comment #5
saiya commentedgo to your page.tpl.php, try to delete any script related with javascript.
last time, i have that error when i insert drop down menu using javascript.
Comment #6
alexx90 commentedhow do i know script related with javascript.
Comment #7
saiya commentedat my site, i detect this script is cause the problem.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>i just disable that script.
or you can try justs delete 1 by 1 any code that have something like
<script type="text/javascript" >but make sure the deleted script is not effect and cause another problem to your site.
Comment #8
alexx90 commentedok thank you very much
I will try and give back a reply , I wish that going to help
Comment #9
alexx90 commentedwell I did what you ask me to do but that not help
in page.tpl.php I found only one line with javascript
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>I deleted it, but I steel have the same problem
Comment #10
saiya commentedoh really?, hmm sory its not solve your problem. maybe something else that make the problem. or you can check other page that have extension tpl.php..