Ok i create new VM server and install  new fresh version of 0.9.0
First problem what i got - can`t log in to admin.
When i check database there is no admin account.
file /jffnms/docs/install/jffnms-0.9.0.mysql  don`t create admin account.

This is from jffnms-0.9.0.mysql file:
LOCK TABLES `auth` WRITE;
/*!40000 ALTER TABLE `auth` DISABLE KEYS */;
INSERT INTO `auth` VALUES (1,'No 
User','$1$txVdymrd$AO3Qa8js9lVNkyscQ552b1','No User Name',0);
/*!40000 ALTER TABLE `auth` ENABLE KEYS */;
UNLOCK TABLES;

i read what is wrong and this is a  bug from RC version 
http://www.mail-archive.com/jffnms-users@lists.sourceforge.net/msg06651.html

i put:
INSERT INTO `auth` VALUES (2,'admin','adpexzg3FUZAk','Administrator',0); to 
mysql
but when i try enter to http://www.mysite.pl/jffnms/admin/setup.php i got:
"You dont have Permission to access this page." - and this is not Apache 
error - looks like jffnms error.

i can`t test anything else because when i go to http://www.mysite.pl/jffnms 
and log admin/admin i can`t add anything.
Thanks


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to