Problem uploading video Problem uploading video
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Problem uploading video

Started by Soong, August 09, 2004, 02:32:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Soong

Hi,

It all seems to work fine but then I get this:


The previous file could not be placed.

You have successfully placed all the files.



Which is weird. It uploads fine (or at least it says it does) but then it says that?

Joachim Müller

What size is the video you're trying to upload? Give more details (link, user account with upload privileges etc.).

GauGau

Soong

It's tiny, around 200k. My min settings are all above that.

I'm doing it with my Admin account. It actually uploads, I see it if I ftp to my host, but it just doesn't show on the site.

Do I need to create a seperate video gallery or should it just go into my current one?

Casper

If you ftp it, then just batch add it as you would a pic.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Soong

Sorry, I didn't mean I had uploaded it via FTP.

I meant I uploaded it through the site, it gave that message and couldn't be seen on the site. Although it had been uploaded to my webspace (visable when I looked using FTP) it was not appearing on the site.

Joachim Müller

Quote from: GauGau on August 09, 2004, 09:29:16 AM
Give more details (link, user account with upload privileges etc.).
Please do as I suggested.

GauGau

Soong

Hi,

Not too sure exactly what you need so I'm pasting what I think is relevant from the debug info:


USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => Admin
    [user_password] => ********
    [user_lastvisit] => 2004-08-08 22:18:10
    [user_regdate] => 2004-06-08 12:27:47
    [user_group_list] =>
    [user_email] =>
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [user_favpics] =>
    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 0
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)


USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => Admin
    [user_password] => ********
    [user_lastvisit] => 2004-08-08 22:18:10
    [user_regdate] => 2004-06-08 12:27:47
    [user_group_list] =>
    [user_email] =>
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [user_favpics] =>
    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 0
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array

Casper

We CANNOT help you if you refuse to give us the tools to help you.
Gaugau has asked twice for a link, plus user account with upload permissions.
The debug info is, in itself, of no use.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Soong

Sorry, I mis-read what he meant.

Unfortunately I can't link you to it because it's on an intranet.

I tried FTPing a video up and batch adding it but that won't work either. Although for photos it works fine, even if the photo is bigger than the video.

omniscientdeveloper

If you've made any modifications to the code, I suggest that you reinstall Coppermine. Test it....then apply your modifications one-by-one. (testing again after each one)

If not, then I suggest that you reinstall anyway. Get the latest version from the stable branch of CVS.


-omni


Soong

Yeah I thought about doing that but am a tad concerned about losing stuff.

How should I go about it?

Save everything in the album folder to my PC, delete, reinstall and then copy the album folder back onto the new install?

omniscientdeveloper

You'll also have to copy the database. (Open phpMyAdmin and export the database into a text file.)

NOTE: You'll also have to run update.php after you upload all the new files.


-omni