Hello, I get an error on my gallery: Warning: getimagesize() [function.getimagesize]: SAFE MODE Restriction in effect. The script whose uid is 511 is not allowed to access /home/mzart/domains/mz-art.eu/public_html/gallery/images/other_techniques/pen__ink/30.JPG owned by uid 48 in /home/mzart/domains/mz-art.eu/public_html/gallery/gallery.php on line 843
The Safe_Mode is on and the images have a CHMOD on 777. The gallery works great but suddenly I get this error what must I do?
Website is: http://gallery.mz-art.eu/index.php?level=picture&id=133 http://gallery.mz-art.eu/
Do you have the Beta 3.0 installed or the newest SVN trunk installed? I didn't think Beta 3.0 worked with safe_mode restrictions, but the current SVN trunk does have a workaround (has to do with PHP's mkdir() function).
Also, you say that the images have a CHMOD of 777 on them. Is this all images or just the folder/album?
If you haven't had any problems for 2 to 3 years, then it sounds like your webhost server may have changed something (maybe the uid that PHP runs on). I would double check your CHMOD permissions for all of your files & folders (make sure they are all '0777').