Search results

  1. Zethrus

    SSO PHPMyAdmin returns a blank page

    Odd... it redirects me to phpMyAdmin/direct_login/index.php and thats it.
  2. Zethrus

    SSO PHPMyAdmin returns a blank page

    Response Headers: cache-control: no-store, no-cache, must-revalidate content-length: 0 content-type: text/html; charset=UTF-8 date: Wed, 12 Feb 2020 16:11:27 GMT expires: Thu, 19 Nov 1981 08:52:00 GMT pragma: no-cache server: nginx status: 200 vary: User-Agent
  3. Zethrus

    SSO PHPMyAdmin returns a blank page

    Within the php script I seen that $user and $pass is still set as username/password, does that need to be changed or something? I also noticed this: // Uncomment and change the following line to match your $cfg['SessionSavePath'] //session_save_path('/foobar'); Checked the phpmyadmin config...
  4. Zethrus

    SSO PHPMyAdmin returns a blank page

    I changed the host, nothing changed and I'm still getting the blank white page. Response code returned as status 200.
  5. Zethrus

    SSO PHPMyAdmin returns a blank page

    Ahh, it also says localhost on my script. I should be changing that to the remote host, correct?
  6. Zethrus

    SSO PHPMyAdmin returns a blank page

    I have a fair bit of PHP knowledge, but nothing with this specifically. Unfortunately it looks like I cannot even open a ticket... This is an Internal License on guest login. Please contact your license provider for technical support.
  7. Zethrus

    SSO PHPMyAdmin returns a blank page

    Ran both those commands, result was; First command returned "No syntax errors detected in /var/www/html/phpMyAdmin/direct_login/index.php" Second command returned nothing.
  8. Zethrus

    SSO PHPMyAdmin returns a blank page

    I thought that would be it. No error relating to phpmyadmin in there.
  9. Zethrus

    SSO PHPMyAdmin returns a blank page

    Where would I check the error log for this? I am running PHP 7.3.
  10. Zethrus

    SSO PHPMyAdmin returns a blank page

    Hello, I recently have made an attempt at configuring single sign-on authentication for phpmyadmin and directadmin, however I am running into a few issues it seems. The main issue I am having is when a user clicks on the phpmyadmin button or "login to phpmyadmin", the user is redirected to a...
Back
Top