Elxis CMS Forum

Support => Administration => Topic started by: Haic on March 16, 2007, 20:50:07

Title: Bug in media manager
Post by: Haic on March 16, 2007, 20:50:07
Hello,

I wanted delete a categorie but it didn't it because.....see quote!

I have one bug found in the media manager.
This is the warning what i've got:

Quote
PHP: rmdir(/home/speelban/domains/speelband.nl/public_html/images/Vonderke/2006/Sinterklaas/) [function.rmdir]: Permission denied
uri: Vonderke&listdir=
path: /administrator/components/com_media/admin.media.php
version: Elxis 2006.4 Stable rev1080 [ Nestor ] 04-December-2006 23:08 GMT+2
WARNING(2): /home/speelban/domains/speelband.nl/public_html/includes/Core/filemanager.class.php, line 1011
Title: Re: Bug in media manager
Post by: datahell on March 16, 2007, 22:30:20
As it seems it is not an Elxis bug. The warning message tells you that php has no permission to delete the selected folder because most probably belongs to the local user and the folder is unwritable by php.
Solutions:
Chmod folder /Sinterklaas to 777
or
Enable FTP access over files

Then try to delete it again.