Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

logged of from phpmyadmin

Questions related to using nuBuilder Forte.
Post Reply
Henk_2a
Posts: 52
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland

logged of from phpmyadmin

Unread post 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
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: logged of from phpmyadmin

Unread post by kev1n »

Have you tried to close and open your browser and maybe clean the cache?
Henk_2a
Posts: 52
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland

Re: logged of from phpmyadmin

Unread post by Henk_2a »

Yes, I did now, but no success
Then I tried another browser, but the same message.
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: logged of from phpmyadmin

Unread post by kev1n »

Have you checked the php log file and nuDebug log? Do you see any errors?
Henk_2a
Posts: 52
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland

Re: logged of from phpmyadmin

Unread post 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.
You do not have the required permissions to view the files attached to this post.
Last edited by Henk_2a on Fri Dec 27, 2019 11:30 am, edited 1 time in total.
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: logged of from phpmyadmin

Unread post 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
Henk_2a
Posts: 52
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland

Re: logged of from phpmyadmin

Unread post by Henk_2a »

I do not see any results from the rewrites, can I insert the sessid manually?
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: logged of from phpmyadmin

Unread post 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)
You do not have the required permissions to view the files attached to this post.
Henk_2a
Posts: 52
Joined: Sun Feb 14, 2016 8:42 pm
Location: Nederland

Re: logged of from phpmyadmin

Unread post by Henk_2a »

ok, thanks, I will try
Post Reply