Hi Carlos,

 > Every time i get to "FATAL - person user id 1
> must exist - please reinitialize your database". I doble checked MySQL:
> no luck, it's working fine.
>

As the message says, do you have a person with id 1 in your database?

run: SELECT * FROM person WHERE pid = 1;

if you have nothing, insert one:
INSERT INTO person (pid,notes) VALUES ("1","Default User - do not delete");

Otherwise, it might be the perl modules to access the database that are 
missing. Have you got the DBI and DBD::mysql perl modules installed?

Cheers!
-- 
Olivier Bilodeau
[email protected]  ::  +1.514.447.4918 *115  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Packetfence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to