Blank page

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Blank page

Re: Blank page

by axew3 » Thu Feb 22, 2024 8:16 pm

Well done!
To me, if i can say, you should increase the top gap of about +- 70 or 100px or so?
But it is your choice! You have a so big header, so when for example you click into New topic, the page reposition too near the top and you have to scroll to bottom to see the post textarea.
Would be a good idea to add two different gaps values, one to be used for the index, one to be used for others pages, so to have users focused to the wordpress page until they are on index, and so when they start to navigate forums (then when into viewtopic for example) the other gap could be used, so to focus the user to the forum.
May it will be added soon, it is ridiculous easy to do. Just a though, i think it can be a good behavior that we-ll be added soon.

Have a good follow up, if any problem just post! Ciao

Re: Blank page

by patrik69 » Thu Feb 22, 2024 5:04 pm

I deactivated all my extensions, which I re-activated one by one, until I found the fault. This is Advanced Polls (in version 1.2.4.1). A Beta version is in development, so I will wait for it to be deployed. :)

Everything is back to normal in my forum.

In any case, thank you for the help and suggestions for avenues to explore, Alessio. ;)

Re: Blank page

by patrik69 » Thu Feb 22, 2024 1:52 pm

I tried everything, including updating phpbb again, replacing the files with new ones, it still doesn't work. I do not understand anything... :cry:

Re: Blank page

by axew3 » Thu Feb 22, 2024 7:44 am

You can test that if you open a forum's topic at the real url,
https://www.bayonnais.com/board/viewtopic.php?t=13475
the server response return
Failed to load resource: the server responded with a status of 500 ()
before that any output is sent, and before the redirect, that should be done by the JS header code, when is detected that the page is not inside the WP page iframe.

You can also test this, if you do not want to force phpBB to load inside the iframe, and test:
Comment the line, into the overall_header added code

Code: Select all

document.location.replace(href0);
so

Code: Select all

//document.location.replace(href0);
(while you have set to Yes the Recompile Stale Template option into ACP)
then open the forum to the real url, and it will be loaded not inside the iframe.
And you'll get the same error 500, and blank page.
Cannot imagine at moment from where it could come out, but since others pages works, i assume it is a problem you created into template files? (if you changed it).
There is some extension that could interfere?
Overwrite/upload again the file viewtopic.php and the related template file so to assure that it is not corrupted?
Disable and test

Re: Blank page

by patrik69 » Thu Feb 22, 2024 12:49 am

I modified everything with "ab", then "w3".

I put "ab" back everywhere but it still doesn't work, I don't understand. :|

Re: Blank page

by axew3 » Thu Feb 22, 2024 12:40 am

I assume that you have set

Code: Select all

var w3all_custom_wp_w3fancyurl = 'ab';
into the overall header and footer code
BUT
you don't do the same into the plugin admin!!
Correct it please.
Option custom fancy URL (the setting into plugin admin) need to match, so set it as ab
if you changed into overall_header and footer

Top