Session Expiry Loading

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
fidividi
Posts: 14
Joined: Sat May 30, 2015 11:21 am

Session Expiry Loading

Post by fidividi »

Hi,

When logging in, I see session expiry loading and never loaded.

This happens on two of my installations on two separate servers.
Screenshot 2015-05-30 12.00.00.png
What is the issue?

Thank you.
You do not have the required permissions to view the files attached to this post.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Session Expiry Loading

Post by Thorsten »

Hi,

please check your browser developer tool console if you see any JavaScript errors. This normally happens if you session is not configured correctly.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
fidividi
Posts: 14
Joined: Sat May 30, 2015 11:21 am

Re: Session Expiry Loading

Post by fidividi »

Thorsten wrote:Hi,

please check your browser developer tool console if you see any JavaScript errors. This normally happens if you session is not configured correctly.

bye
Thorsten

Nothing showing in the console, screenshot:
Screenshot 2015-05-31 20.31.55.png
You do not have the required permissions to view the files attached to this post.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Session Expiry Loading

Post by Thorsten »

Hi,

please try to open /admin/session.keepalive.php in your browser after you logged into the admin section. This is the backend for the session expiry loader.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
fidividi
Posts: 14
Joined: Sat May 30, 2015 11:21 am

Re: Session Expiry Loading

Post by fidividi »

Thorsten wrote:Hi,

please try to open /admin/session.keepalive.php in your browser after you logged into the admin section. This is the backend for the session expiry loader.

bye
Thorsten


Empty page.

Screenshot:
Screenshot 2015-06-01 15.29.15.png
You do not have the required permissions to view the files attached to this post.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Session Expiry Loading

Post by Thorsten »

Hi,

that's the reason, something's broken here. You can try to enable the DEBUG mode in inc/Bootstrap.php to see PHP fatal errors.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply