Wednesday, 07 January 2009
jayeshjayan.com
Main Menu
Home
Tech Blog
Sweet Memories
Flash Album
Discussions
News
Links
Search
News Feeds
Contact Me
Home arrow Tech Blog
Newsflash

Technical Blog

Joomla / Mambo shows error when trying to install a module or component. 

April 17th, 2006

Joomla shows error of below pattern when trying to install a module or component.

Warning: is_dir(): Stat failed for /home/xyzabc/public_html/cms/media/install_443448a97a130/images (errno=13 - Permission denied) in /home/xyzabc/public_html/cms/administrator/includes/pcl/pclzip.lib.php on line 4287

Warning: is_dir(): Stat failed for /home/xyzabc/public_html/cms/media/install_443448a97a130/images (errno=13 - Permission denied) in /home/xyzabc/public_html/cms/administrator/includes/pcl/pclzip.lib.php on line 4287

This is because of 2 reasons

1 ) Bad folder permissions

2 ) register globals in on in php.ini

The solution

1 ) Issue the below command after going to the installation directory of Joomla

# chmod 777 administrator/backups/ administrator/components/ administrator/modules/ administrator/templates/ cache/ components/ images/ images/banners/ images/stories/ language/ mambots/ mambots/content/ mambots/editors/ mambots/editors-xtd/ mambots/search/ media/ modules/ templates/

2 ) Copy the server’s php.ini to the Joomla installation directory and edit it to make sure that register globals is off. At times a httpd service restart would be required.

Hope now you can install components and modules to your Joomla installation.

Leave a Reply

You must be logged in to post a comment.



© 2009 jayeshjayan.com
Joomla! is Free Software released under the GNU/GPL License.