Page 1 of 1

logged of from phpmyadmin

Posted: Thu Dec 26, 2019 4:40 pm
by Henk_2a
Hi all
I installed a new set of nuBuilder forte and in this set I cannot login into phpmyadmin, The message is
"you have been logged out of phpmyadmin"
Everything else works fine!
What have I done wrong?
Thanks for your help

Re: logged of from phpmyadmin

Posted: Thu Dec 26, 2019 6:55 pm
by kev1n
Have you tried to close and open your browser and maybe clean the cache?

Re: logged of from phpmyadmin

Posted: Thu Dec 26, 2019 7:29 pm
by Henk_2a
Yes, I did now, but no success
Then I tried another browser, but the same message.

Re: logged of from phpmyadmin

Posted: Fri Dec 27, 2019 9:31 am
by kev1n
Have you checked the php log file and nuDebug log? Do you see any errors?

Re: logged of from phpmyadmin

Posted: Fri Dec 27, 2019 9:53 am
by Henk_2a
Never did this before, I started realtime updates of the log and got this error
error.jpg
I checked config.php and these values are correct.

Re: logged of from phpmyadmin

Posted: Fri Dec 27, 2019 11:11 am
by kev1n
It looks like the sessid parameter is not passed to the PHP script.

It might be due to .htaccess / RewriteRule:

See:

http://httpd.apache.org/docs/current/re ... l#flag_qsa

https://stackoverflow.com/questions/665 ... 50#6656450

Re: logged of from phpmyadmin

Posted: Fri Dec 27, 2019 11:46 am
by Henk_2a
I do not see any results from the rewrites, can I insert the sessid manually?

Re: logged of from phpmyadmin

Posted: Fri Dec 27, 2019 3:03 pm
by kev1n
You need to figure out somehow why the url parameter sessid is not passed to the php script. Obviously, nupmalogin.php throws an error when accessing $_REQUEST['sessid']
You could temporarily rename the .htaccess to file to no.htaccess and see if it works.

As a temporary workaround, use the nupmalogin.php file from the attachment (this will disable the session check)

Re: logged of from phpmyadmin

Posted: Mon Dec 30, 2019 4:51 pm
by Henk_2a
ok, thanks, I will try