Search found 2 matches

by jguittet
Tue Nov 04, 2014 8:39 pm
Forum: Bug reports
Topic: Unlock user
Replies: 3
Views: 4780

Re: Unlock user

Indeed the 2.8.16 fixed the problem :)

BTW : there is a little bug in the 2.8.16 update.php here :
//
// UPDATED FROM 2.8.15
//
if (version_compare($version, '2.8.16', '<')) {
$query[] = "CREATE INDEX index_time ON " . PMF_Db::getTablePrefix() . "faqsession (time)";
}

Had to replace ...
by jguittet
Sun Nov 02, 2014 10:45 am
Forum: Bug reports
Topic: Unlock user
Replies: 3
Views: 4780

Unlock user

Hello everybody and thank you for your work on phpmyfaq,

I just installed phpmyfaq for the first time (windows server 2003, phpmyfaqversion 2.8.15, php5.4, apache 2.2), I have acces as admin to the different items (dashboard, users, content, ...) but I can't unlock a new user as admin :

- I create ...