How to enable Joomla extension manager

Error message:

Error
Archive does not exist
Warning
JFolder: :files: Path is not a folder. Path: C:\xampp\htdocs\Joomla\tmp\install_53170ad5161e0
JFolder: :folder: Path is not a folder. Path: C:\xampp\htdocs\Joomla\tmp\install_53170ad5161e0
JFolder: :files: Path is not a folder. Path: C:\xampp\htdocs\Joomla\tmp\install_53170ad5161e0
JInstaller: :Install: Cannot find Joomla XML setup file

Solution:
Give write permission to apache at ../www/Joomla/tmp/*

sudo chown -R www-data tmp/
sudo chown -R www-data plugins/
sudo chown -R www-data components/
sudo chown -R www-data administrator/

..
Give www-data full access to Joomla home directory

sudo chown -R www-data ./Joomla/installed/home/direcotry/

Leave a Comment

Your email address will not be published. Required fields are marked *