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: Destination directory albums/userpics/10001/ is not writable by the script !  (Read 4234 times)

0 Members and 1 Guest are viewing this topic.

joerod

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • JoeRod.com


Code: [Select]
USER:
------------------
Array
(
    [ID] => 293ab02d5cf91eb584636204f7060cd0
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => JoeRod
    [groups] => Array
        (
            [0] => 1
        )

    [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] => 10
    [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
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM joerodpix_filetypes; (0.001s)
    [1] => select * from joerodpix_plugins order by priority asc; (0.001s)
    [2] => delete from `joerodc_db`.joerodpix_sessions where time<1134074820 and remember=0; (0.001s)
    [3] => delete from `joerodc_db`.joerodpix_sessions where time<1132868820; (0s)
    [4] => select user_id from `joerodc_db`.joerodpix_sessions where session_id=md5("71b3ab441891b084270d74e6b89ac5ccf102af4604b45bd56a0806b311bb3fac"); (0s)
    [5] => select user_id as id, user_password as password from `joerodc_db`.joerodpix_users where user_id=1 (0s)
    [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `joerodc_db`.joerodpix_users AS u INNER JOIN `joerodc_db`.joerodpix_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `joerodc_db`.joerodpix_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [8] => 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 joerodpix_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  joerodpix_usergroups WHERE group_id= 1 (0s)
    [10] => update `joerodc_db`.joerodpix_sessions set time='1134078420' where session_id=md5('71b3ab441891b084270d74e6b89ac5ccf102af4604b45bd56a0806b311bb3fac'); (0s)
    [11] => SELECT user_favpics FROM joerodpix_favpics WHERE user_id = 1 (0.001s)
    [12] => DELETE FROM joerodpix_banned WHERE expiry < '2005-12-08 21:47:00' (0s)
    [13] => SELECT * FROM joerodpix_banned WHERE (ip_addr='199.67.140.210' OR ip_addr='199.67.140.210' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM joerodpix_albums WHERE category < 10000 ORDER BY title (0.001s)
    [15] => SELECT aid, title FROM joerodpix_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT encoded_string FROM joerodpix_temp_data WHERE unique_ID = '1f70c525' (0s)
    [17] => UPDATE joerodpix_temp_data SET encoded_string = 'YTowOnt9' WHERE unique_ID = '1f70c525' (0s)
    [18] => SELECT category FROM joerodpix_albums WHERE aid='96' (0s)
    [19] => SELECT COUNT(*) FROM joerodpix_pictures WHERE approved = 'NO' (0.001s)
)

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

==========================
POST :
------------------
Array
(
    [album] => 96
    [title] =>
    [caption] =>
    [keywords] =>
    [control] => phase_2
    [unique_ID] => 1f70c525
    [debugtext] => USER:
------------------
Array
(
    [ID] => 293ab02d5cf91eb584636204f7060cd0
    [am] => 1
)
;
Logged

joerod

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • JoeRod.com

Code: [Select]
==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => JoeRod
    [groups] => Array
        (
            [0] => 1
        )

    [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] => 10
    [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
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM joerodpix_filetypes; (0s)
    [1] => select * from joerodpix_plugins order by priority asc; (0s)
    [2] => delete from `joerodc_db`.joerodpix_sessions where time<1134074814 and remember=0; (0s)
    [3] => delete from `joerodc_db`.joerodpix_sessions where time<1132868814; (0s)
    [4] => select user_id from `joerodc_db`.joerodpix_sessions where session_id=md5("71b3ab441891b084270d74e6b89ac5ccf102af4604b45bd56a0806b311bb3fac"); (0s)
    [5] => select user_id as id, user_password as password from `joerodc_db`.joerodpix_users where user_id=1 (0s)
    [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `joerodc_db`.joerodpix_users AS u INNER JOIN `joerodc_db`.joerodpix_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `joerodc_db`.joerodpix_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [8] => 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 joerodpix_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  joerodpix_usergroups WHERE group_id= 1 (0s)
    [10] => update `joerodc_db`.joerodpix_sessions set time='1134078414' where session_id=md5('71b3ab441891b084270d74e6b89ac5ccf102af4604b45bd56a0806b311bb3fac'); (0s)
    [11] => SELECT user_favpics FROM joerodpix_favpics WHERE user_id = 1 (0s)
    [12] => DELETE FROM joerodpix_banned WHERE expiry < '2005-12-08 21:46:54' (0s)
    [13] => SELECT * FROM joerodpix_banned WHERE (ip_addr='199.67.140.210' OR ip_addr='199.67.140.210' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM joerodpix_albums WHERE category < 10000 ORDER BY title (0s)
    [15] => SELECT aid, title FROM joerodpix_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT encoded_string FROM joerodpix_temp_data WHERE unique_ID = '1f70c525' (0s)
    [17] => UPDATE joerodpix_temp_data SET encoded_string = 'YToxOntpOjA7YTozOntzOjExOiJhY3R1YWxfbmFtZSI7czoxMjoid2JiLXBhbm8uanBnIjtzOjE0OiJ0ZW1wb3JhcnlfbmFtZSI7czoyMzoibUhUVFBfdGVtcF85OGY3YTNlMi5qcGciO3M6MTI6InByZXZpZXdfcGF0aCI7czozNDoiLi9hbGJ1bXMvZWRpdC9wcmV2aWV3XzM5MTQ1ZDkzLmpwZyI7fX0=' WHERE unique_ID = '1f70c525' (0s)
    [18] => SELECT COUNT(*) FROM joerodpix_pictures WHERE approved = 'NO' (0.407s)
    [19] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='80' AND cat.cid=alb.category (0.002s)
    [20] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='33' AND cat.cid=alb.category (0s)
    [21] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='24' AND cat.cid=alb.category (0s)
    [22] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='63' AND cat.cid=alb.category (0s)
    [23] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='83' AND cat.cid=alb.category (0s)
    [24] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='61' AND cat.cid=alb.category (0s)
    [25] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='25' AND cat.cid=alb.category (0s)
    [26] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='84' AND cat.cid=alb.category (0s)
    [27] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='51' AND cat.cid=alb.category (0s)
    [28] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='62' AND cat.cid=alb.category (0s)
    [29] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='94' AND cat.cid=alb.category (0s)
    [30] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='75' AND cat.cid=alb.category (0s)
    [31] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='26' AND cat.cid=alb.category (0s)
    [32] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='60' AND cat.cid=alb.category (0s)
    [33] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='59' AND cat.cid=alb.category (0s)
    [34] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='65' AND cat.cid=alb.category (0s)
    [35] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='20' AND cat.cid=alb.category (0s)
    [36] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='50' AND cat.cid=alb.category (0s)
    [37] => SELECT cat.name FROM joerodpix_categories cat, joerodpix_albums alb WHERE alb.aid='54' AND cat.cid=alb.category (0s)
)

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

==========================
POST :
------------------
Array
(
    [unique_ID] => 1f70c525
    [control] => phase_2
    [debugtext] => USER:
------------------
Array
(
    [ID] => 293ab02d5cf91eb584636204f7060cd0
    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => JoeRod
    [groups] => Array
        (
            [0] => 1
        )

    [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] => 10
    [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
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM joerodpix_filetypes; (0s)
    [1] => select * from joerodpix_plugins order by priority asc; (0s)
    [2] => delete from `joerodc_db`.joerodpix_sessions where time<1134074812 and remember=0; (0s)
    [3] => delete from `joerodc_db`.joerodpix_sessions where time<1132868812; (0s)
    [4] => select user_id from `joerodc_db`.joerodpix_sessions where session_id=md5("71b3ab441891b084270d74e6b89ac5ccf102af4604b45bd56a0806b311bb3fac"); (0s)
    [5] => select user_id as id, user_password as password from `joerodc_db`.joerodpix_users where user_id=1 (0s)
    [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `joerodc_db`.joerodpix_users AS u INNER JOIN `joerodc_db`.joerodpix_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `joerodc_db`.joerodpix_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [8] => 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 joerodpix_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  joerodpix_usergroups WHERE group_id= 1 (0s)
    [10] => update `joerodc_db`.joerodpix_sessions set time='1134078412' where session_id=md5('71b3ab441891b084270d74e6b89ac5ccf102af4604b45bd56a0806b311bb3fac'); (0s)
    [11] => SELECT user_favpics FROM joerodpix_favpics WHERE user_id = 1 (0.001s)
    [12] => DELETE FROM joerodpix_banned WHERE expiry < '2005-12-08 21:46:52' (0s)
    [13] => SELECT * FROM joerodpix_banned WHERE (ip_addr='199.67.140.210' OR ip_addr='199.67.140.210' OR user_id=1) AND brute_force=0 (0s)
    [14] => SELECT aid, title FROM joerodpix_albums WHERE category < 10000 ORDER BY title (0.001s)
    [15] => SELECT aid, title FROM joerodpix_albums WHERE category='10001' ORDER BY title (0s)
    [16] => SELECT COUNT(*) FROM joerodpix_pictures WHERE approved = 'NO' (0.001s)
    [17] => SELECT unique_ID FROM joerodpix_temp_data (0s)
    [18] => INSERT INTO joerodpix_temp_data VALUES ('1f70c525', 'YToxOntpOjA7YToyOntzOjExOiJhY3R1YWxfbmFtZSI7czoxMjoid2JiLXBhbm8uanBnIjtzOjE0OiJ0ZW1wb3JhcnlfbmFtZSI7czoyMzoibUhUVFBfdGVtcF85OGY3YTNlMi5qcGciO319', '1134078412') (0s)
)

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

==========================
POST :
------------------
Array
(
    [URI_array] => Array
        (
            [0] =>
            [1] =>
            [2] =>
        )

    [control] => phase_1
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.0 - OK
------------------
mySQL version: 4.1.13-standard
------------------
Coppermine version: 1.4.2(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.1.13
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib64 -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.3
Linked Version 1.2.3
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | /home/joerodc/:/usr/lib/php:/usr/local/lib/php:/tmp | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.096 seconds - 19 queries in 0.003 seconds - Album set : ; Meta set: ;
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.0 - OK
------------------
mySQL version: 4.1.13-standard
------------------
Coppermine version: 1.4.2(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.1.13
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib64 -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.3
Linked Version 1.2.3
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | /home/joerodc/:/usr/lib/php:/usr/local/lib/php:/tmp | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 1.359 seconds - 38 queries in 0.409 seconds - Album set : ; Meta set: ;
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.0 - OK
------------------
mySQL version: 4.1.13-standard
------------------
Coppermine version: 1.4.2(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.28 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 4.1.13
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib64 -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.2.3
Linked Version 1.2.3
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | /home/joerodc/:/usr/lib/php:/usr/local/lib/php:/tmp | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.093 seconds - 20 queries in 0.006 seconds - Album set : ; Meta set: ;
Logged

Nibbler

  • Guest

Don't spam us with debug info, the error is obvious. Make the specified folder writable with your FTP client. CHMOD 777 or 755.
Logged

kelman45

  • Coppermine newbie
  • Offline Offline
  • Posts: 11

I understand the obvious nature of the problem. But why would the folder's privledges suddenly change? I have not modified the folders and they have been in use for over one year. Now I get this message for every folder I try to upload to:

Destination directory albums/userpics/10397/ is not writable by the script !

How could that happen? Do I have to Chmod the "USERPICS" folder?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de

CHMOD the albums folder and everything within it. Your webhost may have changed things, that's one possible reason. You (as gallery admin) should use FTP-upload plus batch-add anyway.
Logged

kelman45

  • Coppermine newbie
  • Offline Offline
  • Posts: 11

I will try that. Thank You!
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.