Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: permission error when uploading videos  (Read 6014 times)

0 Members and 1 Guest are viewing this topic.

hiwired

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
permission error when uploading videos
« on: October 16, 2012, 06:07:02 am »

Hi im getting this error whenever i upload any type of video to the site. here is what the error says

Code: [Select]
Error - Your gallery name here















body {behavior: url(themes/curve/csshover3.htc );}

.dropmenu li {width: 1px;} .dropmenu li a.firstlevel span.firstlevel {white-space: nowrap;} .main_menu {overflow: auto;}








/*  */





















   

   

       

           

               

                   

               

           

           

                Your gallery name here

                Your gallery description here

           

           

       

   

   

       

           

                   




               

                    Home

                   

               











               

                    Login

               









                   







               

                    Album list

                   



                       

                            Last uploads

                       





                       

                            Last comments

                       





                       

                            Most viewed

                       





                       

                            Top rated

                       





                       

                            My Favorites

                       





                       



                   

               





               

                    Search

               





               

                   

           

           

           

       

   

   

       

                               
                        Error
                        You don't have permission to perform this operation.


                       
                   


             

       

   

   

       

           

           
Powered by Coppermine Photo Gallery

       

   




..............................................................................
this is a new gallery new database running on server 2008 64bit gallery 1.5.18
« Last Edit: October 18, 2012, 08:54:13 pm by Jeff Bailey »
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: permission error when uploading videos
« Reply #1 on: October 18, 2012, 04:18:22 pm »

http://documentation.coppermine-gallery.net/en/upload_troubleshooting.htm#upload_trouble

Additionally, please upgrade to the latest stable release (currently cpg1.5.20).
Logged

hiwired

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Re: permission error when uploading videos
« Reply #2 on: October 19, 2012, 01:51:40 pm »

http://documentation.coppermine-gallery.net/en/upload_troubleshooting.htm#upload_trouble

Additionally, please upgrade to the latest stable release (currently cpg1.5.20).


tryed everything here. here is debug


Code: [Select]
Error - Your gallery name here















body {behavior: url(themes/curve/csshover3.htc );}

.dropmenu li {width: 1px;} .dropmenu li a.firstlevel span.firstlevel {white-space: nowrap;} .main_menu {overflow: auto;}








/*  */

















   

   

       

           

               

                   

               

           

           

                Your gallery name here

                Your gallery description here

           

           

       

   

   

       

           

                   




               

                    Home

                   

               











               

                    Login

               









                   







               

                    Album list

                   



                       

                            Last uploads

                       





                       

                            Last comments

                       





                       

                            Most viewed

                       





                       

                            Top rated

                       





                       

                            My Favorites

                       





                       



                   

               





               

                    Search

               





               

                   

           

           

           

       

   

   

       

                               
                        Error
                        You don't have permission to perform this operation.

                       
                       
                        File: C:\inetpub\wwwroot\photo\upload.php - Line: 30


                       
                   
   



       

   





       

               

                   

                       

                            Debug Info 

                       

                   

               

       

   

       

           

       

   

   

       

            Debug Output: show / hide

           

                Select All

                USER: 
------------------
Array
(
    [ID] => deea0d0714df8e334ac5e86a835018a1
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 0
    [user_name] => Guest
    [groups] => Array
        (
            [0] => 3
        )

    [group_quota] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 0
    [can_post_comments] => 0
    [can_upload_pictures] => 0
    [can_create_albums] => 0
    [pub_upl_need_approval] => 1
    [priv_upl_need_approval] => 1
    [access_level] => 3
    [disk_max] => 0
    [disk_min] => 0
    [has_admin_access] => 0
    [group_name] => Anonymous
    [can_create_public_albums] => 0
    [can_see_all_albums] => 0
    [group_id] => 3
    [allowed_albums] => Array
        (
        )

)

==========================
Queries:
------------------
Array
(
    [0] => SELECT name, value FROM cpg15x_config [include\init.inc.php:179] (2 ms)
    [1] => SELECT * FROM cpg15x_plugins ORDER BY priority [include\plugin_api.inc.php:52] (0 ms)
    [2] => SELECT user_id, time FROM `world`.cpg15x_sessions WHERE session_id = '49c87b3b0b8ad4ffb0ba48f4312e5d20' [bridge\coppermine.inc.php:263] (0 ms)
    [3] => SELECT session_id FROM `world`.cpg15x_sessions WHERE session_id = '31c4e2efd346af5044ed70a8ebd9e994' [bridge\coppermine.inc.php:363] (0 ms)
    [4] => INSERT INTO `world`.cpg15x_sessions (session_id, time) VALUES ('31c4e2efd346af5044ed70a8ebd9e994', 1350647387) [bridge\coppermine.inc.php:347] (49 ms)
    [5] => 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(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, MAX(access_level) AS access_level, MIN(pub_upl_need_approval) AS pub_upl_need_approval, MIN( priv_upl_need_approval) AS  priv_upl_need_approval FROM cpg15x_usergroups WHERE group_id in (3) [bridge\udb_base.inc.php:323] (0 ms)
    [6] => SELECT group_name FROM cpg15x_usergroups WHERE group_id= 3 [bridge\udb_base.inc.php:327] (0 ms)
    [7] => SELECT COUNT(*) FROM cpg15x_categorymap WHERE group_id in (3) [bridge\udb_base.inc.php:340] (0 ms)
    [8] => SELECT aid FROM cpg15x_albums WHERE moderator_group IN (3) [include\init.inc.php:269] (0 ms)
    [9] => SELECT lang_id FROM cpg15x_languages WHERE enabled='YES' [include\init.inc.php:327] (1 ms)
    [10] => DELETE FROM cpg15x_banned WHERE expiry < '2012-10-19 07:49:47' [include\init.inc.php:441] (0 ms)
    [11] => SELECT null FROM cpg15x_banned WHERE ('192.168.1.1' LIKE ip_addr ) AND brute_force=0 LIMIT 1 [include\init.inc.php:457] (0 ms)
    [12] => SELECT aid FROM cpg15x_albums WHERE (1  AND visibility != 0 AND visibility != 10000 AND visibility NOT IN (3)) [include\functions.inc.php:976] (0 ms)
)
&#0010;==========================&#0010;GET :&#0010;------------------&#0010;Array
(
)
&#0010;==========================&#0010;POST :&#0010;------------------&#0010;Array
(
)
&#0010;==========================&#0010;COOKIE :&#0010;------------------&#0010;Array
(
    [cpg15x_data] => YToyOntzOjI6IklEIjtzOjMyOiJkZWVhMGQwNzE0ZGY4ZTMzNGFjNWU4NmE4MzUwMThhMSI7czoyOiJhbSI7aToxO30=
    [319aab4c172bb911511eb8e62d928fd4] => be46dc6886ac819a6bc944378788f7e1
    [b30d1d24a4775ae10b17f3aecc398af5] => f1dc647706c0d2a05b5dbcc6a548dd82
)
&#0010;==========================&#0010;               

           

       

   

   



             

       

   

   

       

           

           
Powered by Coppermine Photo Gallery
« Last Edit: October 20, 2012, 01:19:40 am by Jeff Bailey »
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.