wifang / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

mp4 filename problem #350

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I'm uploading MP4 files
once up, the results is eg
myfile.mp
(the last char 4 is missing)

I tried with zip and seems ok (any strage file extension split)

I'm using 1.8.4.4

matteo

Original issue reported on code.google.com by dkseliq...@gmail.com on 13 Jan 2012 at 12:55

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Hi,
http://www.matteomoretti.com/download/

log    test
pwd  test

Original comment by matteo.m...@gmail.com on 19 Jan 2012 at 9:26

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
...you're right :)
check now.

matteo

Original comment by matteo.m...@gmail.com on 19 Jan 2012 at 5:57

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
yes, after the updated it works perfectly!
thank you
matteo

Original comment by matteo.m...@gmail.com on 23 Jan 2012 at 10:20