Hello,
> i do a unattended installation because can not see mysql with
The unattended installation also uses the normal setup.
There can be a problem with your configuration, you can check the
phpinfo output shown at the end of the setup ("mysqli" is not
supported).
> Running setup ...
> Simple Groupware 0.625
The output should be:
Running setup ...
Simple Groupware 0.630
Processing schema updates ...
Processing schema ...
...
So there might be a problem with accessing the database. I think
checking the log files (Apache, php error logs) might give you more
details.
bye
Thomas
On Jul 8, 5:21 pm, Tonton <to.ton...@gmail.com> wrote:
> hello
> i do a unattended installation because can not see mysql with
> /bin/index.php
> [root@toto ~]# php -d register_argc_argv=1 -q
> /var/www/html/groupe/src/ext/install_unattended.php.txthttp://toto/src/index.phpfr admin Blabla mysql localhost sgs0625 Blabla
> blablapwd
> Building translations ...
> Running setup ...
> Simple Groupware 0.625
> Finished.
> So it's seem to be ok but when i go to directory it load /bin/index.php and
> ask for database config and admin password ....
> maybe a file to delete or make one with config ?
> i use linux centos 5.5 apache 2 php 5.2 mysql 5 and bash
> thanks !