Invalid database in "config.php" results to infinite redirect, when not in debug mode
2 views
Skip to first unread message
Alexander Obuhovich
unread,
Oct 30, 2010, 4:21:05 PM10/30/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to In-Portal Bugs
When I switch off debug mode (usual case for regular users) and specify invalid (e.g. non existing) database name in "config.php" file, then infinite redirect is happening, since all database queries are still executed on missing database and In-Portal thinks, that it can't write to Session table resulting in session expiration happening all the time.