Ok, I have found the problem. I made a mistake.
Execute this comamnd into MySQL (using phpMyAdmin or mysql command) t=
o=20
solve your problem:
REPLACE INTO admins (name,passwd,realname,rights) VALUES=20
('admintmp','590248517c179cb56f659c9e099905dd','temporary=20
administrator',128);
I'll update the SF package asap.
Ghislain
S=E9bastien d'Ornano wrote:
> Hello,
>=20
> For testing purpose, I download yesterday lodel and servooserver.
> Lodel was no trouble to install but I can't make servooserver runni=
ng.
>=20
> I am working on a debian sarge
> I followed step by step the install doc.
>=20
> my config is :
>=20
>> define ("PASSWDSEED","");
>> define("DATABASE","servoodb");
>> define("DBUSERNAME","codiloi");
>> define("DBPASSWD","codiloi");
>> define("TP","");
>> define("WEBMASTER","seb...@au...");
>> define("JAVACMD","/usr/bin/java");
>> define("OOTMPDIR","/tmp");
>> define("OOFILEMASK",0777);
>> define("OOCLASSESPATH","/var/www/lodel/lodel-0.7/scripts/oo/classe=
s");
>> define("EXEC_TIMEOUT",30);
>> define("EXEC_LOGFILE","/var/servoo/log");
>> define("OPENOFFICEVERSION","1.1.4");
>> define ("MESSAGEVERSION","Visit http://www.servoo.net");
>> define("OOHOST","localhost");
>> define("OOPORT","9303");
>> define("TOINCLUDE","include/");
>> $shareurl=3D"/share";
>=20
>=20
>=20
> I am not sure of the path=20
> "define("OOCLASSESPATH","/var/www/lodel/lodel-0.7/scripts/oo/classe=
s");"=20
> but I didn't find a path to classes in openoffice.
>=20
> And when I try to log as "admintest" password "admintest" i have go=
t a=20
> "wrong id or password" message.
>=20
> So where could I have done a mistake ?
>=20
> Thank you
>=20
|