same eror here looks like there are no users in the DB and
i keep having problems with it bring down my site when
trying to login ... its like the sql requests are too
heavy or something ... hmmm
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
there are a few strange things going on. One of them is the
one you described.
I managed to login though:
-open phpmyadmin
-go to the database you installed pmh
-go to user table
-insert the user admin
-insert the password admin AND make sure the field is set
as MD5, otherwise it will not work! Aftre insert, if you
can see the long 32 characters string, it should be OK. If
you see the password "admin" in clear, it will not work.
-set a group ID, I tried several numbers and with 8, it
displayed the admin menu.
Let me know if this helps.
Razvu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello u guys it has been a very very long night for me. I've
downloaded pmh 1.0.0 I've installed it on the web server
under the domain name under httpdocs in a pmh directory. I
messed arround a bit with config.php so that I can tell it
which db and which user and password etc. BUT I STILL CAN
NOT LOGIN. I have tried almost everything no need to say
that I haven't found a good documentation for all this no
forums and no users to help around. By the way I have tried
the thing to add the user in the php webadmin with md5
Nothing still. Any ideas. It looks like a very good project
and I am really interested to use it but I haven't still
manage it. PLEASE HELP
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello u guys it has been a very very long night for me. I've
downloaded pmh 1.0.0 I've installed it on the web server
under the domain name under httpdocs in a pmh directory. I
messed arround a bit with config.php so that I can tell it
which db and which user and password etc. BUT I STILL CAN
NOT LOGIN. I have tried almost everything no need to say
that I haven't found a good documentation for all this no
forums and no users to help around. By the way I have tried
the thing to add the user in the php webadmin with md5
Nothing still. Any ideas. It looks like a very good project
and I am really interested to use it but I haven't still
manage it. PLEASE HELP
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed according to the installation document.
1. I created a folder pmh in the root directory and copied the files from src folder to that folder.
2. gave the databasename, username,password, dbserver
3. Created a database name which was give in config.php executed the my.pmh.sql in phpmyadmin successfully done.
4. then i opened the index.php in my browser like mydominname.com/pmh/index.php but nothing comes. no login screen, no error message nothing.
Please help me what should i do to use this software.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
same eror here looks like there are no users in the DB and
i keep having problems with it bring down my site when
trying to login ... its like the sql requests are too
heavy or something ... hmmm
Logged In: YES
user_id=1411844
there are a few strange things going on. One of them is the
one you described.
I managed to login though:
-open phpmyadmin
-go to the database you installed pmh
-go to user table
-insert the user admin
-insert the password admin AND make sure the field is set
as MD5, otherwise it will not work! Aftre insert, if you
can see the long 32 characters string, it should be OK. If
you see the password "admin" in clear, it will not work.
-set a group ID, I tried several numbers and with 8, it
displayed the admin menu.
Let me know if this helps.
Razvu
Logged In: YES
user_id=712771
Thanks for the tip razvu
Sorry to say yor trick doesnt work for me. The password is still in clear.
Logged In: YES
user_id=1451827
Hello u guys it has been a very very long night for me. I've
downloaded pmh 1.0.0 I've installed it on the web server
under the domain name under httpdocs in a pmh directory. I
messed arround a bit with config.php so that I can tell it
which db and which user and password etc. BUT I STILL CAN
NOT LOGIN. I have tried almost everything no need to say
that I haven't found a good documentation for all this no
forums and no users to help around. By the way I have tried
the thing to add the user in the php webadmin with md5
Nothing still. Any ideas. It looks like a very good project
and I am really interested to use it but I haven't still
manage it. PLEASE HELP
Logged In: YES
user_id=1451827
Hello u guys it has been a very very long night for me. I've
downloaded pmh 1.0.0 I've installed it on the web server
under the domain name under httpdocs in a pmh directory. I
messed arround a bit with config.php so that I can tell it
which db and which user and password etc. BUT I STILL CAN
NOT LOGIN. I have tried almost everything no need to say
that I haven't found a good documentation for all this no
forums and no users to help around. By the way I have tried
the thing to add the user in the php webadmin with md5
Nothing still. Any ideas. It looks like a very good project
and I am really interested to use it but I haven't still
manage it. PLEASE HELP
Logged In: NO
you just have to fix it on phpmyadmin. Here is an adding line wich is not in install files:
INSERT INTO `pmh_users` (`id`, `username`, `PASSWORD`, `firstname`, `lastname`, `company`, `birthdate`, `sex`, `job`, `email`, `address`, `city`, `state`, `country`, `heard`, `commercial`, `activity`, `iata`, `confirmcode`, `zip`, `vat`, `notes`, `gid`, `registrationdate`, `affiliationdate`, `i_phone`, `l_phone`, `n_phone`, `n_altphone`, `n_fax`, `i_fax`, `l_fax`, `i_altphone`, `l_altphone`) VALUES
(17, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'Administrator', 'Administrativia', 'Company', '1981-06-18', 0, NULL, 'bidon@bidon.fr', 'rue je sais pas', 'Paris', NULL, 0, NULL, 0, NULL, '', NULL, '', NULL, NULL, 9, '2008-04-03 19:02:56', '0000-00-00 00:00:00', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL);
You'll just have to copy it and paste into "SQL" then execute! after that you'll be able to log in with user: admin pass: admin
That's all!
I installed according to the installation document.
1. I created a folder pmh in the root directory and copied the files from src folder to that folder.
2. gave the databasename, username,password, dbserver
3. Created a database name which was give in config.php executed the my.pmh.sql in phpmyadmin successfully done.
4. then i opened the index.php in my browser like mydominname.com/pmh/index.php but nothing comes. no login screen, no error message nothing.
Please help me what should i do to use this software.