I'm most certainly sure it was uploaded there:
Okay, I'll have a look into that.
EDIT: Okay, something weird is happening now. The wordpress forum page keeps refreshing automatically. I have to go now, so I can't look into it for now. But I'm not sure what caused this.
Can't get the embedded phpbb3 forum to work
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
Re: Can't get the embedded phpbb3 forum to work
Last edited by Dysphoria on Tue Feb 11, 2020 1:42 pm, edited 1 time in total.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Can't get the embedded phpbb3 forum to work
so, it has been uploaded into folder, with wrong permissions into file?
Can you setup it as chmod 666 or what chmod your server let files be readable
Can you setup it as chmod 666 or what chmod your server let files be readable
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
Re: Can't get the embedded phpbb3 forum to work
I'll look into it when I'm back.
Something weird is happening now. The wordpress forum page keeps refreshing automatically. I have to go now, so I can't look into it for now. But I'm not sure what caused this.
Something weird is happening now. The wordpress forum page keeps refreshing automatically. I have to go now, so I can't look into it for now. But I'm not sure what caused this.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Can't get the embedded phpbb3 forum to work
since you are under http, and not https,
now change last line added into overall_footer.html, to point to
and not
or force as said both wp and phpBB to be under https
now change last line added into overall_footer.html, to point to
Code: Select all
http://talkatastic.be/forum/iframeResizer.contentWindow.min.js
Code: Select all
https://talkatastic.be/forum/iframeResizer.contentWindow.min.js
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
Re: Can't get the embedded phpbb3 forum to work
So, I changed the permissions to 666 and I changed the link to http:// for now, just to check. I'll probably change it to https:// later, but still the same problem. The constant refreshing is gone though.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Can't get the embedded phpbb3 forum to work
did you read this?axew3 wrote: ↑Tue Feb 11, 2020 1:49 pm since you are under http, and not https,
now change last line added into overall_footer.html, to point toand notCode: Select all
http://talkatastic.be/forum/iframeResizer.contentWindow.min.js
or force as said both wp and phpBB to be under httpsCode: Select all
https://talkatastic.be/forum/iframeResizer.contentWindow.min.js