Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Unknown Video Error  (Read 4546 times)

0 Members and 1 Guest are viewing this topic.

willkorb

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Unknown Video Error
« on: January 14, 2008, 04:34:58 am »

I have read through every topic, read and EXACTLY followed the documentation, and yet I still have this ongoing error. Every time I upload a picture, it works great, and there are no problems. However, when I upload a video of any size, in WMV format, it says:
                           
No file was uploaded !

If you have really selected a file to upload, check that the server allows file uploads...

File: /home/simforum/public_html/gallery/db_input.php - Line: 311

Config is set to allow all formats.

Test account
Username: test
Password: testtest

Debug info:
USER:
------------------
Array
(
    [ID] => 27c3c85faffcb2379d1750799ba72458
    [am] => 1
    [lang] => english
    [theme] => classic
    [liv] => Array
        (
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 5
    [user_name] => test
    [groups] => Array
        (
           
  • => 2

        )

    [disk_max] => 10000
    [disk_min] => 10000
    [can_rate_pictures] => 1
    [can_send_ecards] => 0
    [ufc_max] => 0
    [ufc_min] => 0
    [custom_user_upload] => 0
    [num_file_upload] => 1
    [num_URI_upload] => 0
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 0
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Registered
    [upload_form_config] => 0
    [group_quota] => 10000
    [can_see_all_albums] => 0
    [group_id] => 2
)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg14x_filetypes; (0s)
  • [1] => select * from cpg14x_plugins order by priority asc; (0s)
        [2] => delete from `simforum_SimForum`.cpg14x_sessions where time<1200278010 and remember=0; (0s)
        [3] => delete from `simforum_SimForum`.cpg14x_sessions where time<1199072010; (0s)
        [4] => select user_id from `simforum_SimForum`.cpg14x_sessions where session_id=md5("a71daec5963a9be005833c8ab243fcf00bbee8071182862fdc8eb9e4f7260be4"); (0s)
        [5] => select user_id as id, user_password as password from `simforum_SimForum`.cpg14x_users where user_id=5 (0s)
        [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `simforum_SimForum`.cpg14x_users AS u INNER JOIN `simforum_SimForum`.cpg14x_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='5' (0s)
        [7] => SELECT user_group_list FROM `simforum_SimForum`.cpg14x_users AS u WHERE user_id='5' and user_group_list <> ''; (0s)
        [8] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg14x_usergroups WHERE group_id in (2) (0s)
        [9] => SELECT group_name FROM  cpg14x_usergroups WHERE group_id= 2 (0s)
        [10] => update `simforum_SimForum`.cpg14x_sessions set time='1200281610' where session_id=md5('a71daec5963a9be005833c8ab243fcf00bbee8071182862fdc8eb9e4f7260be4'); (0s)
        [11] => SELECT user_favpics FROM cpg14x_favpics WHERE user_id = 5 (0s)
        [12] => DELETE FROM cpg14x_banned WHERE expiry < '2008-01-14 03:33:30' (0s)
        [13] => SELECT * FROM cpg14x_banned WHERE (ip_addr='75.15.214.62' OR ip_addr='75.15.214.62' OR user_id=5) AND brute_force=0 (0s)
        [14] => SELECT aid FROM cpg14x_albums WHERE visibility != '0' AND visibility !='10005' AND visibility NOT IN (2) (0s)
        [15] => SELECT category FROM cpg14x_albums WHERE aid='0' and (uploads = 'YES' OR category = '10005') (0s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
    )

    ==========================
    POST :
    ------------------
    Array
    (
       
[album] =>
    [MAX_FILE_SIZE] => 102400
    [title] => t
    [caption] => t
    [keywords] => t
    [event] => picture
)

==========================
Page generated in 0.037 seconds - 16 queries in 0 seconds - Album set : ; Meta set: ;

Please help!
« Last Edit: January 30, 2008, 11:55:28 pm by Nibbler »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Unknown Video Error
« Reply #1 on: January 14, 2008, 07:44:20 am »

I have read through every topic, read and EXACTLY followed the documentation
Really? I wonder why you haven't done as suggested there. Quote from the docs:
Quote
Do not post debug_output unless requested.

Test account
Username: test
Password: testtest
Test user accounts are so much more helpfull if we have a gallery URL, so why don't you post one for a start ::)
Logged

willkorb

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Unknown Video Error
« Reply #2 on: January 14, 2008, 06:20:34 pm »

Logged

Nibbler

  • Guest
Re: Unknown Video Error
« Reply #3 on: January 14, 2008, 06:42:06 pm »

Check the upload file size limitations on phpinfo.php
Logged

willkorb

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Unknown Video Error
« Reply #4 on: January 14, 2008, 08:03:48 pm »

It says 2M. I tried uploading a video under 1mb just to test, still didn't work :-\
Logged

willkorb

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Unknown Video Error
« Reply #5 on: January 29, 2008, 11:56:21 pm »

This is ridiculous, the support quality here is quite pittiful.
Logged

Nibbler

  • Guest
Re: Unknown Video Error
« Reply #6 on: January 30, 2008, 12:18:31 am »

Talk to your host.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Unknown Video Error
« Reply #7 on: January 30, 2008, 10:00:58 am »

This is ridiculous, the support quality here is quite pittiful.
The "quality" of your support request is what I would call "pittiful". This is free support. You're running into server-sided restrictions imposed by your webhost. What do you expect us to recommend if the problem doesn't lie in "our" app, but in your webserver setup. What magic are we suppossed to work? Insulting supporters will not make it more likely that people will be willing to look into your issues. ::)
Logged

willkorb

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Unknown Video Error
« Reply #8 on: January 30, 2008, 11:49:57 pm »

Insulting supporters will not make it more likely that people will be willing to look into your issues. ::)
Well, it just did, I got the answer I wanted. So I guess I'm finished, though it was delayed.

Thanks
Logged

willkorb

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Unknown Video Error
« Reply #9 on: January 30, 2008, 11:51:51 pm »

And as far as the whole webhost to Coppermine thing goes, I'm just getting started, I'm not a genious.
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 19 queries.