This folder as well as files inside are created by PHP, so you are not its 'owner'. You have to change permissions or copy it on local disc, delete it from hosting, and copy it back again by FTP.
Snippet for change permissions is quite simple:
<?php chmod("SOME_YOUR_theme", 0777); ?>
Save it into file ('perm.php' i.e.), upload into the same folder as is folder created by Zenophile module, give it permission to execute and browse destination of 'perm.php' in your web browser.
Deleting needs a little bit longer code, because you need delete folder recursively. This code you can find here.
On the first page of The Google on choosen keywords in 2 months. Amazing! Our event articles are going automatically on recent if date passed - we never been such accurate before!
Thank you!
Gabriela Mark
www.ycpk.cz
Maintain PHP and HTML website is painful. I never imagine how easy could be do it in CMS by Seo Web Design Aberdeen before. Now can do that my assistant itself. Lovely :-)
This folder as well as files inside are created by PHP, so you are not its 'owner'. You have to change permissions or copy it on local disc, delete it from hosting, and copy it back again by FTP.
Snippet for change permissions is quite simple:
<?php chmod("SOME_YOUR_theme", 0777); ?>
Save it into file ('perm.php' i.e.), upload into the same folder as is folder created by Zenophile module, give it permission to execute and browse destination of 'perm.php' in your web browser.
Deleting needs a little bit longer code, because you need delete folder recursively. This code you can find here.