Search found 1 match
- 17. March 2010 07:06
- Forum: board3 Portal v1.0.x - Modifications
- Topic: Raid Progress Block w/ACP
- Replies: 199
- Views: 280920
Re: Raid Progress Block w/ACP
The issue is within \portal\block\raidprogress.php Around line 29: $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; It's conflicting with the ACP redirection. I got it to work on my site with a quick fix, by simply removing the above code completely and then within the same ...