[General] iframe does not work in threads - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [General] iframe does not work in threads (/thread-234560.html) Pages:
1
2
|
iframe does not work in threads - americanteam - 2021-12-26 I have the following problem on 2 forums. Iframe codes are not executed. In Mycode the iframe is set correctly.In the Mycode test bench it works successfully (Copying the same code from the publication where it does not work). But when I look at the past post (the same iframe code above), now it doesn't show anything. All this has happened, perhaps, after the last update. I've even tried Mybb's default template but it doesn't work either. Can somebody help me? Mybb 1.8.29 PHP 7.1.33 MySQLi 5.7.36 Actually, no Mycode works in the posts made, although I have checked all 3 Mycodes on the benchmark, they are working fine. But in the same posts made by users they don't work. What can be? RE: iframe does not work in threads - Crazycat - 2021-12-26 If your forum is in https and the iframe source in http, it could be blocked. If not, can you provide a link to your test post ? (and an account if required) RE: iframe does not work in threads - americanteam - 2021-12-26 (2021-12-26, 05:51 PM)Crazycat Wrote: If your forum is in https and the iframe source in http, it could be blocked. Actually, no Mycode works in the posts made, although I have checked all 3 Mycodes on the benchmark, they are working fine. What can be? Mybb 1.8.29 PHP 7.1.33 MySQLi 5.7.36 RE: iframe does not work in threads - Matt - 2021-12-26 What do you mean by "no mycode works"? It doesn't parse it, or the message is empty? Is it this issue? https://docs.mybb.com/1.8/faq/errors/#parser-output-validation-failed RE: iframe does not work in threads - americanteam - 2021-12-26 (2021-12-26, 06:13 PM)Matt Wrote: What do you mean by "no mycode works"? It doesn't parse it, or the message is empty? Is it this issue? https://docs.mybb.com/1.8/faq/errors/#parser-output-validation-failedthe message is empty, in all the posts where they worked correctly before. RE: iframe does not work in threads - Matt - 2021-12-26 Okay, you'll need to follow the steps in that linked help doc to resolve. RE: iframe does not work in threads - americanteam - 2021-12-26 (2021-12-26, 05:51 PM)Crazycat Wrote: If your forum is in https and the iframe source in http, it could be blocked.This is a link where the problem is verified with an empty message. shorturl.at/dDQ user:test pass: usernew RE: iframe does not work in threads - Crazycat - 2021-12-26 The link goes nowhere. Can you give the real link to your post please ? RE: iframe does not work in threads - americanteam - 2021-12-26 (2021-12-26, 07:16 PM)Crazycat Wrote: The link goes nowhere. Can you give the real link to your post please ? sorry for that, I will never trust that shortener again. user:test pass: usernew RE: iframe does not work in threads - Matt - 2021-12-26 As above, you'll need to follow these steps to identify the cause: https://docs.mybb.com/1.8/faq/errors/#parser-output-validation-failed |