gracias Sr. ywarnier .
Que bien saber que contamos con Ud. tambien
Referente a la memoria
estaba asi.
; Maximum amount of memory a script may consume (128MB)
;
http://php.net/memory-limitmemory_limit = 128M
Lo cambie a 512 pero no cambia nada.
Los logs de apache solo me arrojan.
##########################
[Thu Jul 26 07:14:48 2012] [error] [client 127.0.0.1] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/chamilo/main/inc/lib/online.inc.php on line 29, referer:
http://localhost/main/mySpace/[Thu Jul 26 07:14:53 2012] [error] [client 127.0.0.1] PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/chamilo/main/inc/lib/online.inc.php on line 29, referer:
http://localhost/main/social/home.phpen mi php.ini
date.timezone = "Asia/Tokio"
segun lo que dice:
but please set date.timezone to select your timezone. in /var/www/chamilo/main/inc/lib/online.inc.php on line 29
#linea 29
$login_date = date("Y-m-d H:i:s",$reallyNow);
http://support.chamilo.org/projects/cha ... managementChamilo no tendria que usar la hora del host automaticamente?
voy a hacer mas pruebas cuando regrese del trabajo, gracias por las ideas que me puedan ayudar.