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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
logged of from phpmyadmin
-
- Posts: 52
- Joined: Sun Feb 14, 2016 8:42 pm
- Location: Nederland
-
- 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
Have you tried to close and open your browser and maybe clean the cache?
-
- Posts: 52
- Joined: Sun Feb 14, 2016 8:42 pm
- Location: Nederland
Re: logged of from phpmyadmin
Yes, I did now, but no success
Then I tried another browser, but the same message.
Then I tried another browser, but the same message.
-
- 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
Have you checked the php log file and nuDebug log? Do you see any errors?
-
- Posts: 52
- Joined: Sun Feb 14, 2016 8:42 pm
- Location: Nederland
Re: logged of from phpmyadmin
Never did this before, I started realtime updates of the log and got this error
I checked config.php and these values are correct.
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.
-
- 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
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
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
-
- Posts: 52
- Joined: Sun Feb 14, 2016 8:42 pm
- Location: Nederland
Re: logged of from phpmyadmin
I do not see any results from the rewrites, can I insert the sessid manually?
-
- 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
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 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.
-
- Posts: 52
- Joined: Sun Feb 14, 2016 8:42 pm
- Location: Nederland