Thu 08 Jan 2009 09:47:53 AM UTC, original submission:
Hi savane users:
I am instaled a Savane from debian packages in a debian etch with doumentation for project and this howto:
http://wiki.urban.cens.ucla.edu/index.php/How-to_setup_Savane_on_Debian_Linux_(Ubuntu)
but not work.
Show initial page with error message:
" Error:Installation incomplete: you must now create for yourself a user account. once it is done, you will have to login and register the local administration project; By the way, have you checked the setup of your web server at http://127.0.0.1/testconfig.php?; "
testconfig.php work properly and show this:
____________________
Basic PHP pre-tests for Savane installation
This page should help you to check whether your installation is properly configured. Once your installation is running, you should remove this file or restrict its access, since it could give details about your setup to anybody.
Base PHP configuration:
PHP Tag name Local value Suggested/Required value
file_uploads 1 1
magic_quotes_gpc 1 1
register_globals 1 1
post_max_size 8M 3M
upload_max_filesize 3M 3M
PHP functions:
function mysql_connect() exist.
function gettext() exist.
function ctype_digit() exist.
function pam_auth() exist.
Apache environment vars:
SAVANE_CONF configured to /etc/savane
File /etc/savane/.savane.conf.php exists and is readable.
Savane configuration:
Conf variable Current value Is required?
sys_default_domain server2.certel-ingenieria.com 1
sys_https_host server2.certel-ingenieria.com 0
sys_dbhost localhost 1
sys_dbname savane 1
sys_dbuser root 1
sys_dbpasswd 1
sys_www_topdir /usr/share/savane-frontend 1
sys_url_topdir / 1
sys_incdir /etc/savane-frontend-content 1
sys_name CERTEL INGENIERIA 1
sys_unix_group_name siteadmin 1
sys_themedefault Emeraud 1
sys_mail_domain certel-ingenieria.com 1
sys_mail_admin root 1
sys_mail_replyto NO-REPLY.INVALID-ADDRESS 1
sys_upload_max 2048 0
Securing PHP configuration:
The following is not required to run Savane but could enhance security of your production server. Some of these makes harder to debug an installation and, as such, should be avoided on a test installation, or if your installation is not working.PHP Tag name Local value Suggested/Required value
allow_url_fopen 0 0
disable_functions exec, passthru, popen, shell_exec, system exec, passthru, popen, shell_exec, system
display_errors 0 0
error_reporting 85 85
log_errors 1 1
That's it!
____________________
New user page show (d'ont show):
No se puede mostrar la página
La página Web solicitada no está disponible en este momento. Puede que el sitio Web tenga problemas técnicos o que necesite ajustar la configuración de su explorador.
.......
and register new project as the same problem in step 2 (basicinfo.php).
What is the problem?
In spanish:
Intento instalar savane con los paquetes del repositorio pero tengo problemas. Utilizo el howto arriba indicado, siguiendo todos los pasos pero no puedo acceder al sitio. La pagina inicial da el mensaje de error indicado arriba y la pagina de nuevo usuario no está disponible, como tampoco la de registrar un nuevo proyecto.
testconfig.php funciona correctamente así como la pagina inicial.
¿Cual es el problema?
|