Please check the owner/group of com_uddeim and config.class.php. When the ftp layer is enabled the owner should be the ftp user, not wwwrun (or another web user).
You can suppress the error codes when you do following fixes:
[code:1]admin.includes.php
Line 429: uddeIMchmod($configdatei, "766"«»);
install.uddeim.php
Line 330: uddeIMchmod($folder, "766"«»);[/code:1]
No more chmod errors will appear when the access rights are set correctly (should be 0766).
For more information see:
docs.joomla.org/Why_can%27t_you_install_any_extensions%3F
Post edited by: slabbi, at: 2009/09/27 22:06