I received this error when I was trying to login into ACP after writing Auth plugin for integrating site authentication system with phpBB3. In my case the mistake was assigning phpBB3 variable in plugin, that led to altering the global variable. $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
No comments:
Post a Comment