
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.
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
Desactive el safe_mode = Off desde mi control panel plesk y listo ya puedo instalar componentes… tenia meses buscando la solucion… gracias…
Such an imprsseive answer! You’ve beaten us all with that!
Your’s is a point of view where real intelligence shines through.