DotProject

De gacq wiki
Saltar a: navegación, buscar

Documentation


Configuracion

Permisos

chmod g+w ./includes/config.php ./files ./files/temp
chmod -R g+w ./locales

Errores

En un entorno con chroot no puede guardar la sesiones

Check for Requirements

# Session Save Path writable?	Failed Fatal: /var/lib/php4 not existing or not writable

Cuando nos queremos loguear despues de la instalacion

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/config.php:18) in /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/session.php on line 193

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/config.php:18) in /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/session.php on line 193

Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/config.php:18) in /var/www/virtual/dotproject.cafeconf.org/htdocs/index.php on line 75

Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/config.php:18) in /var/www/virtual/dotproject.cafeconf.org/htdocs/index.php on line 76

Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/config.php:18) in /var/www/virtual/dotproject.cafeconf.org/htdocs/index.php on line 77

Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/config.php:18) in /var/www/virtual/dotproject.cafeconf.org/htdocs/index.php on line 78

Warning: Cannot modify header information - headers already sent by (output started at /var/www/virtual/dotproject.cafeconf.org/htdocs/includes/config.php:18) in /var/www/virtual/dotproject.cafeconf.org/htdocs/index.php on line 178

Para corregirlo hay que crear un archivo .htaccess que indique un directorio donde el usuario pueda escribir la informacion sobre las sesiones, por ejemplo:

php_value session.save_path "/var/www/virtual/dotproject.cafeconf.org/htdocs/tmp"