"Impossible to move" problem... "Impossible to move" problem...
 

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

Main Menu

"Impossible to move" problem...

Started by eduhernan, July 11, 2006, 08:24:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

eduhernan

Hello, I have a known problem on CPG, but I've searched the forum but I haven't found anything that helps me to solve the problem.
I've activated the debug mode, etc. but there's no results. Some days ago I uploaded a photo without problems, and I haven't done anything...

My gallery: http://www.club850berlina.org/fotos/
Demo user: olegario
Demo pass: password

Here is my debug report,

USER:
------------------
Array
(
    [ID] => 99f2adf46e91d15d5b03e97a10b546ed
    [am] => 1
    [lang] => spanish
    [liv] => Array
        (
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 341
    [user_name] => olegario
    [groups] => Array
        (
            [0] => 2
        )

    [disk_max] => 1024
    [disk_min] => 1024
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [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] => 1
    [priv_upl_need_approval] => 1
    [group_name] => Registered
    [upload_form_config] => 0
    [group_quota] => 1024
    [can_see_all_albums] => 0
    [group_id] => 2
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg143_filetypes; (0.001s)
    [1] => select * from cpg143_plugins order by priority asc; (0.001s)
    [2] => SELECT * FROM cpg143_bridge (0s)
    [3] => SELECT u.user_id AS user_id, u.user_password AS password, u.user_level FROM `club850b_phpbb1`.phpbb_users AS u, `club850b_phpbb1`.phpbb_sessions AS s WHERE u.user_id=s.session_user_id AND s.session_id = '0593f1715f426864efe7dcbc399569a2' AND u.user_id > 0 (0.001s)
    [4] => SELECT u.user_id AS id, u.username AS username, u.user_password AS password, ug.group_id AS group_id FROM `club850b_phpbb1`.phpbb_users AS u, `club850b_phpbb1`.phpbb_user_group AS ug WHERE u.user_id=ug.user_id AND u.user_id='341' (0.001s)
    [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(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 cpg143_usergroups WHERE group_id in (2) (0.001s)
    [6] => SELECT group_name FROM  cpg143_usergroups WHERE group_id= 2 (0s)
    [7] => SELECT user_favpics FROM cpg143_favpics WHERE user_id = 341 (0.001s)
    [8] => DELETE FROM cpg143_banned WHERE expiry < '2006-07-11 17:02:41' (0.001s)
    [9] => SELECT * FROM cpg143_banned WHERE (ip_addr='88.11.118.78' OR ip_addr='88.11.118.78' OR user_id=341) AND brute_force=0 (0s)
    [10] => SELECT aid FROM cpg143_albums WHERE visibility != '0' AND visibility !='10341' AND visibility NOT IN (2) (0s)
    [11] => SELECT category FROM cpg143_albums WHERE aid='49' and (uploads = 'YES' OR category = '10341') (0s)
)

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

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

==========================
Page generated in 0.294 seconds - 12 queries in 0.007 seconds - Album set : ; Meta set: ;

Nibbler

Account does not work. Update your gallery.

eduhernan

Oh sorry!! Now account works. I'll update the gallery.
Thank you for your reply!

Sami

‍I don't answer to PM with support question
Please post your issue to related board

eduhernan

Hi, Problem solved! Before I've setted correct permissions to folders, but it does not works. Now I've upgraded to last version and all goes right.
Thank you!