Closed GoogleCodeExporter closed 9 years ago
Could you try plupload version 1.0.7?
Original comment by samuli.j...@gmail.com
on 14 Jan 2012 at 12:40
Hi, and thank you for your answer.
I uploaded the 1.0.7 and now I get a blank upload window :(
may I have to write something more in index.html?
Original comment by matteo.m...@gmail.com
on 15 Jan 2012 at 9:52
Attachments:
Can you post me url to your site, and a test account? This usually is due to
some error, but hard to say what it is.
I suggest you could take a look with network inspector (in Chrome) or Firebug
(in Firefox) etc to see if there are any resources that are not loaded, or
errors in the console.
Original comment by samuli.j...@gmail.com
on 17 Jan 2012 at 6:22
Hi,
http://www.matteomoretti.com/download/
log test
pwd test
Original comment by matteo.m...@gmail.com
on 19 Jan 2012 at 9:26
The test account needs write permission to be able to upload
Original comment by samuli.j...@gmail.com
on 19 Jan 2012 at 9:51
...you're right :)
check now.
matteo
Original comment by matteo.m...@gmail.com
on 19 Jan 2012 at 5:57
I'm getting resource not found error:
http://www.matteomoretti.com/download/backend/plugin/Plupload/client/plupload.mi
n.js
So something is broken in your installation
Original comment by samuli.j...@gmail.com
on 19 Jan 2012 at 6:19
Oh yes, your previous Plupload plugin was so old that the Plupload files were
named differently. The file should be now "plupload.full.js". See plupload
examples.
Also, the file naming issue has been fixed in 1.0.8.
Original comment by samuli.j...@gmail.com
on 19 Jan 2012 at 6:25
What a stupid.... :( yes now works perfectly, but I have new problem, never had
before:
I activated public links in configuration.php
$PLUGINS = array(
"Plupload" => array()
);
$SETTINGS = array(
"enable_zip_download" => TRUE,
"enable_public_links" => TRUE,
"enable_limited_http_methods" => TRUE,
"enable_retrieve_url" => TRUE
);
but I can't see in the menu, could you help me again?
(the password is still the same)
Original comment by matteo.m...@gmail.com
on 19 Jan 2012 at 11:55
If you look at the change log, public links has been replaced with Share plugin
Original comment by samuli.j...@gmail.com
on 20 Jan 2012 at 5:16
thank you.
now I installed the share plugin as wrote in the link
http://code.google.com/p/mollify/wiki/SharePlugin
but I get the attached error as soon as I click on any file
I tried with inspector, seems the error is in index.php but I can't figure it
out.
Do you have an idea?
thank you,
matteo
Original comment by matteo.m...@gmail.com
on 20 Jan 2012 at 8:31
Attachments:
Could you get the debug log, hard to say anything based on this error message
alone.
But just in case, you did run the updater to create the db? If you have sqlite,
that db script is missing, coming in next release.
Original comment by samuli.j...@gmail.com
on 21 Jan 2012 at 12:52
yes, after the updated it works perfectly!
thank you
matteo
Original comment by matteo.m...@gmail.com
on 23 Jan 2012 at 10:20
Original issue reported on code.google.com by
dkseliq...@gmail.com
on 13 Jan 2012 at 12:55