1 pixel iframe (instructions followed) on subdomain

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 1 pixel iframe (instructions followed)

Post by axew3 »

p.s i see that the install of both cms are on same subdomain, by the way, seem that this not work fine, the iframe resizer get error:
Error: Unexpected message received from: http://dev.my80isfantastic.eu:81 for w3all_phpbb_iframe. Message was: [iFrameSizer]w3all_phpbb_iframe:2372.35009765625:991:init. This error can be disabled by setting the checkOrigin: false option or by providing of array of trusted domains.
change into overall_footer.html the line you edited:

Code: Select all

document.domain = 'dev.my80isfantastic.eu';
into:

Code: Select all

document.domain = 'my80isfantastic.eu';
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 1 pixel iframe (instructions followed)

Post by axew3 »

ok i see:
please on wp page forum, can you change

Code: Select all

checkOrigin : w3all_orig_domains,
into

Code: Select all

checkOrigin : false,
would like to understand ...
madoma73
User ww
User ww
Posts: 39
Joined: Tue Dec 31, 2019 10:02 am

Re: 1 pixel iframe (instructions followed)

Post by madoma73 »

I will try to host both Wordpress and Phpbb at same location on same port, we will see
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: 1 pixel iframe (instructions followed)

Post by axew3 »

i will try to check the thing installing the same into my localhost asap.
But can you test to do the above, changing

Code: Select all

checkOrigin : w3all_orig_domains,
with

Code: Select all

checkOrigin : false,
to see if all work ?
madoma73
User ww
User ww
Posts: 39
Joined: Tue Dec 31, 2019 10:02 am

Re: 1 pixel iframe (instructions followed)

Post by madoma73 »

yes, it works by posting it in the same webserver at the same port :-)

Thanks
madoma73
User ww
User ww
Posts: 39
Joined: Tue Dec 31, 2019 10:02 am

Re: 1 pixel iframe (instructions followed)

Post by madoma73 »

it works also changing checkOrigin

thanks a lot for your help
Post Reply