I need to get this gallery up and running and I'm having issues with users uploading their files. I'm getting The previous file could not be placed.
You have successfully placed all the files. I've tried changing both permissions in groups and in the album properties and i'm not sure what to do here.
SER:
------------------
Array
(
[ID] => d4a2b1dc8a1aece0bfcee07b9361f542
[am] => 1
[liv] => Array
(
- => 1
)
)
==========================
USER DATA:
------------------
Array
(
[user_id] => 1
[user_group] => 1
[user_active] => YES
[user_name] => bustola
[user_password] => ********
[user_lastvisit] => 2005-11-06 22:19:06
[user_regdate] => 2005-10-28 13:24:36
[user_group_list] =>
[user_email] => doortec@2doortech.com
[user_website] =>
[user_location] =>
[user_interests] =>
[user_occupation] =>
[user_actkey] =>
[disk_max] => 0
[disk_min] => 0
[can_rate_pictures] => 1
[can_send_ecards] => 1
[ufc_max] => 3
[ufc_min] => 3
[custom_user_upload] => 0
[num_file_upload] => 5
[num_URI_upload] => 3
[can_post_comments] => 1
[can_upload_pictures] => 1
[can_create_albums] => 1
[has_admin_access] => 1
[pub_upl_need_approval] => 0
[priv_upl_need_approval] => 0
[group_name] => Administrators
[upload_form_config] => 3
[group_quota] => 0
[can_see_all_albums] => 1
[group_id] => 1
[groups] => Array
(
[1] => 1
)
)
==========================
Queries:
------------------
Array
(
- => SELECT extension, mime, content FROM cpg_filetypes;
[1] => SELECT * FROM cpg_users WHERE user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = 'b34c44dc2d581ce52793da1618153e78'
[2] => 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 cpg_usergroups WHERE group_id in (1)
[3] => SELECT group_name FROM cpg_usergroups WHERE group_id= 1
[4] => DELETE FROM cpg_banned WHERE expiry < '2005-11-06 22:32:57'
[5] => SELECT * FROM cpg_banned WHERE ip_addr='68.52.31.141' OR ip_addr='68.52.31.141' OR user_id=1
[6] => SELECT aid, title FROM cpg_albums WHERE category < 10000 ORDER BY title
[7] => SELECT aid, title FROM cpg_albums WHERE category='10001' ORDER BY title
[8] => SELECT encoded_string FROM cpg_temp_data WHERE unique_ID = '9bf865d4'
[9] => UPDATE cpg_temp_data SET encoded_string = 'YTowOnt9' WHERE unique_ID = '9bf865d4'
[10] => SELECT category FROM cpg_albums WHERE aid='5'
[11] => DELETE FROM cpg_temp_data WHERE unique_ID = '9bf865d4'
)