XF 2.2 Blank page after upgrade to XF 2.22

Betclever

Well-known member
Hello,

I have a blank page after upgrading to version 2.22
Any correlation with widget.php?

I get this error message (ACP):
  • InvalidArgumentException: Template public PAGE_CONTAINER error: No widgets defined with forum_overview_forum_statistics widget_key
  • src/XF/SubContainer/Widget.php:80
  • Generated by: "my nickname"
  • Dec 2, 2020 at 9:44 AM

Steps done:

  • Addons disabled.
  • Tried with another language.
  • Widgets removed.
  • Page_container merged.
  • Tried on default style.
Info:

ACP works

Widget.php line 80

1606899218958.png

What's wrong please?
 
Last edited:
Do you manually inserted the forum_overview_forum_statistics widget in page container ?
<xf:widget key="forum_overview_forum_statistics" />

The line 80 in widget.php is not the problem, it is the command line that triggers the error message when that specific error is detected
 
Do you manually inserted the forum_overview_forum_statistics widget in page container ?
<xf:widget key="forum_overview_forum_statistics" />

The line 80 in widget.php is not the problem, it is the command line that triggers the error message when that specific error is detected

I don't remember but this line is present several times inside page_container. :/
 
I have this code:

Code:
<xf:elseif is="property('dt_extra_footer_first_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />

<xf:elseif is="property('dt_extra_footer_second_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />

<xf:elseif is="property('dt_extra_footer_third_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />
 
dt_extra_footer_first_column is not in the XF core software. So that line can not be in a unmodified default style.

I put the default style by default and blank page as well.

1606905044903.webp

Please read my first message, I already disabled addons...

No correlation with that template... The blank page issue is another problem...
 
Yes it’s an issue with something from DohTheme. The code you posted is not in the XF core software.

Not it is not...

Once again, same issue on default style, addons disabled.
I just pasted an error message under ACP but no correlation with the blank page issue.

I don't know what it is but upgrading on XF is always a f***** procedure...
 
I don’t know how I can explain it any different. There is no code in the core software that has this in it:


HTML:
<xf:elseif is="property('dt_extra_footer_first_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />

<xf:elseif is="property('dt_extra_footer_second_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />

<xf:elseif is="property('dt_extra_footer_third_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />

How many lines of code are in your PAGE_CONTAINER template?
 
I don’t know how I can explain it any different. There is no code in the core software that has this in it:


HTML:
<xf:elseif is="property('dt_extra_footer_first_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />

<xf:elseif is="property('dt_extra_footer_second_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />

<xf:elseif is="property('dt_extra_footer_third_column') == 'option2'" />
                    <xf:widget key="forum_overview_forum_statistics" />

How many lines of code are in your PAGE_CONTAINER template?

Actually, the default style is ticked by default... Blank page.
 
Top Bottom