Problemas

Todo tipo de problemas resueltos

Instalar Drupal en Mamp con la traduccion en nuestro Snow Leopard de Apple

Me estuve volviendo loco por semanas intentando instalar drupal en mi Mac con mamp, el problema surgía al intentarlo instalar con la traducción para así tener nuestro drupal en español, (haciendo una instalación limpia sin traducción no había ningún problema) pero si lo hacías en español te salía las famosa pantalla blanca.
Tras mucho trastear, visitar foros, encontre la solución, el problema era la forma en que extraemos los archivos de la tradución, pues hay que hacerla con el stuff expander, su web: http://www.stuffit.com/mac-expander.html, no nos vale descomprimir con otros programs y sobrescribiendo los archivos, (siendo sincero todavía no tengo idea por que, creo que es un problema de nuestro SO pero no lo tengo claro).

Views en diferentes lenguajes

He encontrado esta solucion

Multilingual views in Drupal when using i18n module

Aumentar php memory limit

php.ini
This is the recommended approach if you have access to php.ini. This may not be possible in many shared hosting environments. Note that this change will affect all websites and PHP scripts on the server.
 
Locate the php.ini file used by your web server. You can use the phpinfo() PHP function to find it. During installation Drupal checks the PHP Memory Limit and if it is less than 16M an error message also provides the path to the php.ini file.
Edit the memory_limit parameter in the php.ini file (usually in a section called Resource Limits)
memory_limit = 16M  ; Maximum amount of memory a script may consume (16MB)
If there is no section already for this, place the above line at the end of the file.
Restart Apache.

Colocar Capthcha en el CCK al final

Existe el problema de poder colocar nuestro capthtcha al final en un contenido con CCK, para ello:
En nuestro navegador web desactivamos Javascript, asi el javascript Drag Cross Bardesaparece y podemos modificar manualmente el peso, el peso de los elementos lo pondremos por debajo de cero (negativos)

Distribuir contenido