
Joomla, instalación de plugin con error JFolder::create
19/03/2009Si al instalar en Joomla un plugin se produce el siguiente error:
Joomla! • View topic - JFolder::create: Could not create directory
ó
* JFolder::create: No se ha podido crear el directorio
* Unable to create destination
Es necesario tanto asignar permisos de acceso completo (777) al directorio temporal (habitualmente /tmp) como desactivar el modo seguro de ejecución de php:
#nano /etc/php5/apache2/php.ini
(...)
safe_mode = Off
(...)
Si se trabaja con un hosting ajeno, este cambio se puede hacer desde el panel de control del alojamiento o contactando directamente con el soporte técnico del hosting.
Advertisement
I found an answer really helpfull.. The problem is the joomla tmp file, in your configure.php move the tmp path to your user disk space and works fine
http://aldeby.org/blog/index.php/joomla-15-fails-to-install-plugins.html/comment-page-1#comment-16324
muy bueno, me solucionó la papela muchas gracias!
Uso los servicios de Bluehost y no me funciono esta solucion