error de memoria al validarse
Buenas tardes, estoy tratando de subir un sitio de drupal 7 a un servidor compartido, y le he asignado 64MB de memoria al php, que es lo máximo que el proveedor permite, cuando intento validarme como administrador para hacer configuraciones persiste el siguiente error: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 81 bytes) in /home/tactican/public_html/freesap/includes/menu.inc on line 1564. Bueno en este servidor no puedo aumentar más la memoria de php. La pregunta es, Hay alguna forma para que no consuma tanta memoria.? Muchas gracias por sus aportes.
Read moreGetting drush to work on my MacBook Pro...
I had the pleasure of being introduced to drush at this past meetup, and wanted to provide some detail that might serve someone else.
I run a MacBook Pro, and MAMP as a local development server.
I followed Mike's recommendation of using a path alias to the actual drush directory, so that it would be accessible from Terminal:
I placed the uncompressed drush directory in:
/Users/ben/Applications/
and ran the alias script, following Mike's recommended course of action:
"3. (Optional, but recommended:) To ease the use of drush,
Read more