Howdy, all...
After upgrading from 2.0.17 to latest version (2.0.21) using the established upgrade path I, too, received this error - I compared the security section as described, here, with previous versions of the common.php file and found only one difference:
- Code: Select all
#======================================================================= |#==== Start], $ps_check);phpBBSecurity_MaxSessions($board_config['phpBBSecurity_allowed_sessions']);phpBBSecurity_Guests();#====#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |#==== End: ==== phpBB Security ========================================= |#=======================================================================
This line:
phpBBSecurity_Guests();If I comment/rem it out my board functions normally - if I leave it active I get the same error message as Hagenees.
Would someone clarify whether or not this needs to be left in (active) or if can remain remmed out? If it is to be left active, what else should I/we who are experiencing this error do additionally?
Note: I run my board "as-created" by Imod/KisMod and don't hack or add additional mods, etc. with the minor exception of editing graphic files.
Thanks in advance for any assistance!