You are not logged in.
Pages: 1
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
Pages: 1