After nearly a year of working great the Video module now no longer allows any user except user#1 to post videos. All other users including those with full admin perms simply get the access denied page.

The node creation occurs within the context of organic groups but a previous issue relating to OG User Roles had been overcome. As there is ongoing dev work on the site it could be any combination of elements that are causing this issue.

I have a previous iteration of the site on a test server that is a few months old and in this version Video still works fine. I attempted to compare the databases of the working and non-working sites but couldn't find any differences in the fields directly relating to Video.

Has anyone had permissions problems like this or can anyone tell me which fields in the db might contain elements that effect permissions on nodes so I can make another comparison?

Thanks in advance.

Comments

hypertext200’s picture

#Utternonsense : I'm sure this may be a OG group permission problem, may be override the video module permissions by other module.

hypertext200’s picture

Status: Active » Fixed
psaleks’s picture

Version: 5.x-1.x-dev » 6.x-2.0-beta2

I have same problem on clear website with minimum installed modules. Only user #1 can upload videos.

hypertext200’s picture

Status: Fixed » Active

Working on

psaleks’s picture

error on line 402 video_uplode.module
if (count($_POST) && $file = file_save_upload($file_field , array('file_validate_extensions' => array('zip')))) { // a file has been uploaded

should be
if (count($_POST) && $file = file_save_upload($file_field , array('file_validate_extensions' => array('mov flv wmv')))) { // a file has been uploaded

hypertext200’s picture

Status: Active » Fixed

#410024#comment-1660960 Fixed! . I cannot see any issue with the user provisions and the creation video, since you acquire create video permission to the user at the permission(Administer › User management
) page.

Status: Fixed » Closed (fixed)

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