Loading...
 
Español

Español


terminar la instalación

posts: 1 Argentina

Me da este mensaje y no se resolverlo:
he directory '/tmp' does not exist or PHP is not allowed to access it (check open_basedir entry in php.ini).
Your options:


1- With FTP access:
a) Change the permissions (chmod) of the directories to 777.
b) Create any missing directories
c) Execute the Tiki installer again (Once you have executed these commands, this message will disappear!)

or

2- With shell (SSH) access, you can run the command below.

a) To run setup.sh, follow the instructions:
$ cd /home/saltalam/public_html
$ sh setup.sh

The script will offer you options depending on your server configuration.

b) Execute the Tiki installer again (Once you have executed these commands, this message will disappear!)

Tengo el PuTTi pero no logro setearlo bien pues me pide el nombre de usuario y todo bien. Pero luego pide el password pero se queda con una linea brillante y no me deja escribir mi password de mi host.
Gracias por hacermela facil.
Saludos cordiales y fgelicitgaciones por el programa.
Quiero compartir mis libros y ojala lo pueda hacer.

posts: 1817 Catalan Countries

Hola Homero:

Me suena que hay manera de poner un directorio tmp diferente.

Mira (como admin de tu tiki) en
"Admin inicio > General > Configuraciones Generales > Servidor > Directorio temporal" (o algo similar)

O prueba si no (esto es posible que si que te lo solucione):

The directory '/tmp' does not exist or PHP is not allowed to access it (check open_basedir entry in php.ini).


Solución: meter

ini_set('session.save_path', './tmp');

en el db/local.php (a saco) Explicación: el problema es que no llegaba a usar el tmpDir que hay en la base de datos y el /tmp de trimedia no sirve. Al parecer, /tmp" no es escribible por el usuario "PHP" del servidor.