Help with uploading images -Impossible to move to albums.... Help with uploading images -Impossible to move to albums....
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Help with uploading images -Impossible to move to albums....

Started by adoma, December 08, 2003, 03:24:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adoma

Hi All,
I keep getting the following error when I try to load any image:

Impossible to move ishan.jpg  to albums/userpics/ !

File: /home/content/a/d/o/adoma/html/coppermine/db_input.php - Line: 259

I set all the folder/file attributes to 777 and the image size is 10k.

Any help you can provide is greatly appreciated.

Thanks in advance.
Aravind

hyperion

Activate debug mode in the Config page. It will give a more detailed error.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

adoma

It is activated but it doesnot say much as to whats wrong:

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

 
 
USER DATA:
Array
(
   
  • => 1
  • [user_id] => 1
        [1] => 1
        [user_group] => 1
        [2] => YES
        [user_active] => YES
        [3] => adoma
        [user_name] => adoma
        [4] => password
        [5] => 2003-12-09 22:01:59
        [user_lastvisit] => 2003-12-09 22:01:59
        [6] => 2003-12-09 22:01:59
        [user_regdate] => 2003-12-09 22:01:59
        [7] =>
        [user_lang] =>
        [8] =>
        [user_email] =>
        [9] =>
        [user_website] =>
        [10] =>
        [user_location] =>
        [11] =>
        [user_interests] =>
        [12] =>
        [user_occupation] =>
        [13] =>
        [user_actkey] =>
        [14] => 1
        [group_id] => 1
        [15] => Administrators
        [group_name] => Administrators
        [16] => 0
        [group_quota] => 0
        [17] => 1
        [has_admin_access] => 1
        [18] => 1
        [can_rate_pictures] => 1
        [19] => 1
        [can_send_ecards] => 1
        [20] => 1
        [can_post_comments] => 1
        [21] => 1
        [can_upload_pictures] => 1
        [22] => 1
        [can_create_albums] => 1
        [23] => 0
        [pub_upl_need_approval] => 0
        [24] => 0
        [priv_upl_need_approval] => 0
    )

     
     
    Queries:
    Array
    (
       
  • => SELECT * FROM cpg11d_users, cpg11d_usergroups WHERE user_group = group_id AND user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = '5f4dcc3b5aa765d61d8327deb882cf99'
  • [1] => DELETE FROM cpg11d_banned WHERE expiry < 1071033206
        [2] => SELECT * FROM cpg11d_banned WHERE ip_addr='67.22.188.50' OR ip_addr='67.22.188.50' OR user_id=1
        [3] => SELECT category FROM cpg11d_albums WHERE aid='1'
    )

     
    GET :
    Array
    (
    )

     
    POST :
    Array
    (
        [event] => picture
        [album] => 1
        [MAX_FILE_SIZE] => 1048576
        [title] =>
        [caption] =>
        [keywords] =>
        [user1] =>
        [user2] =>
        [user3] =>
        [user4] =>
    )

hyperion

&quot;Then, Fletch,&quot; that bright creature said to him, and the voice was very kind, &quot;let&#039;s begin with level flight . . . .&quot;

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)