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

rares’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Fixed

you should make sure that you have the upload module enabled and that you upload at least one file for each ipaper node.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

demonrage’s picture

Version: 6.x-1.1 » 6.x-2.x-dev

hello,

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 :(

alexx90’s picture

I have the same problem as demonrage

I did that to

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.

if some one know how to solve the problem please help

saiya’s picture

go 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.

alexx90’s picture

how do i know script related with javascript.

saiya’s picture

at 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.

alexx90’s picture

ok thank you very much
I will try and give back a reply , I wish that going to help

alexx90’s picture

well 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

saiya’s picture

oh 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..