DISABLE JAVASCRIPT on browser, then access ACP, then set recompile to YES.
... all ok in phpBB templates added code
the problem is:
open page-good.php and where this line
Code: Select all
checkOrigin : w3all_orig_domains,
Code: Select all
checkOrigin : false,
The problem is the array of allowed domains that do not match
p.s you can comment/disable this line into overall_header.html code
document.location.replace(href0);
change into
// document.location.replace(href0);
then directly accessed urls will not be redirected to the iframed phpBB into wp