1
Hi guys,
For 4images modules I received this error
Quote:
Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid is 692 is not allowed to access /home2/uocmoxanh/public_html/album/data/media/2 owned by uid 99 in /home2/uocmoxanh/public_html/album/includes/upload.php on line 114
For xcgal module
Quote:
Impossible to move jpg to albums/userpics/10001/!
After extensive search, I foudn it to be SAFE MODE error, but when I look into php.ini file
Quote:
allow_call_time_pass_reference = On
; Safe Mode
;
safe_mode = Off
; By default, Safe Mode does a UID compare check when
; opening files. If you want to relax this to a GID compare,
; then turn on safe_mode_gid.
safe_mode_gid = Off
So safe mode is off, but while it says safe mode error? I was able to upload pictures after chgrp and chown the folders to according owner, but when users create another folder, it going back to orginal setting (which apache is the owner and group of that folder)
Please help. Many thanks