Hi im using DF9.4 i can log in as a user fast and easy but when i go to /admin.php and try to log in it just times out after a few minutes, any ideas what going on.
I have made no changes to the site this just happened this morning.
Oh i did update PHP to v5.6 a few weeks ago but nothing happened then only today?
Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):
Litespeed/Apache2.4.23/MySQL5.5.42/PHP 5.6.25/DF 9.4.0.0
get_fileinfo(), which is used to fetch update data, has bug to crash when a https request is made.
dragonflycms.org forces HTTPS now and that causes the trouble.
I've now made an exclusion when requesting the update.php RewriteCond %{HTTPS} !=on [NC]
RewriteCond %{REQUEST_URI} !update.php
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L]
Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):
Fedora 25 / Apache 2.4.27 / MariaDB 10.1.26 / PHP 7.1.10 / Mercurial
Last edited by DJ Maze on Wed Dec 21, 2016 2:48 am; edited 2 times in total