Archivo de idioma no carga

Tengo SuiteCRM 7.7.8 en inglés en un CentOS 7 con Apache ty MySQL estoy intentando subir el .zip de español: es_ES.zip por el Module Loader en la sección de admin de SuiteCRM pero el archivo ni si quiera carga, en logs del servidor web no me sale error.


php.ini está configurado para subir archivos de hasta 20Mb y la carpeta temporal es por defecto:

 
Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
; upload_tmp_dir =

; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 20M

No se que podría estar saliendo mal o que configuración extra debo poner?

Gracias

Compruebe los derechos de su carpeta / upload. Se encuentra en la raíz de la instalación de SuiteCRM. Asegúrese de que se puede escribir. También puede comprobar el registro de errores en el servidor para ver si ha configurado correctamente los derechos.

Los derechos están en 775, lo intenté con 777 y todo igual.

El registro del servidor no me da errores cuando intento subir el archivo.

  1. The language packs go into this directory:

upload/upgrades/langpack

The permissions for all those subdirectories need to be writeable, but don’t forget also to check the owner (or to reset the owner with chown -R).

  1. Try re-downloading the Language file from Crowdin. There was a bug a week ago with some language packs, maybe you have one of those? It is solved now.

  2. If you really need to workaround this, just place the zip in that directory. Then extract the file manifest.php from that zip, and place it that same directory after renaming it to es-ES-manifest.php. This is how it looks on my installation:

root@SuiteCRM:/var/www/html# ls -al upload/upgrades/langpack/
total 488
drwxrwxr-x 2 www-data www-data   4096 Nov 18 10:11 ./
drwxrwxr-x 8 www-data www-data   4096 Oct 14 15:24 ../
-rw-r--r-- 1 www-data www-data    894 Nov 18 10:11 pt-PT-manifest.php
-rw-r--r-- 1 www-data www-data 484828 Nov 18 10:11 pt-PT.zip

I hope (but I am not sure) that SuiteCRM will pick up the module then, and you can install it.

Adios! : - )

Forget about number 3., I tried it and it doesn’t work…

Maybe you can check your database, see if you find anything strange in table upgrade_history, and maybe clean up rows mentioning Spanish language packs from there.

I follow the steps and got the message that the zip file is not found.

In table upgrade_history was just that record and dele it and now i’m from starting.
I’ll comment any advance.

Thanks

I unzip the zip file in suiteCRM root folder and now i can choose the language.

Where i can put the manifest.php file?=

thanks.