Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-06-06 15:21:31

Grim
New member
Registered: 2007-06-06
Posts: 1

(Imagemanager) mkdir fails

Hi, i am using xinha on 3 servers.
On one of these i have a Problem.

When i am Trying to create a new folder i get errors like these:

Warning: mkdir() [function.mkdir]: Unable to access /var/www/web508/html/cms/data/files/newfoldername/ in /var/www/web508/html/cms/xinha/plugins/ImageManager/Classes/Files.php on line 83

i have changed
mkdir ( $newFolder, 0777)
to
mkdir ( realpath($newFolder), 0777)
because i was not sure i am in the correct folder, but the folder is correct.

i have set the "data" and the "files" folder to CHMOD 777, shouldnt that be enough? Any sugestions

(When i try to upload a image, the image file is created, but apperently no thumbnail)

Offline

Board footer

Powered by FluxBB