Problems with "What's New" page...

A white page might be a PHP error. Is there anything in the server log?

Admin CP -> Tools -> Server Error Log

Or try adding this line to your library/config.php file:

Code:
ini_set('display_errors', true);
 
It obviously helps to have a specific error, but we can guess. Here are some possibilities:

1) A misbehaving addon. Try disabling your addons to see if that fixes the problem. If it goes away then you need to isolate which addon is causing it.

2) The PHP memory_limit is being exceeded. Visit this page:

admin.php?tools/phpinfo

Look for the memory_limit. What is it set to? XenForo tries to set this to at least 128M. If it is showing as less than 128M then you need to contact your host and have them increase the limit, or allow PHP applications to change it.
 

Attachments

  • Discussioni Recenti - immobilio - Forum Immobiliare_1332678937554.webp
    Discussioni Recenti - immobilio - Forum Immobiliare_1332678937554.webp
    95.7 KB · Views: 4
It is you addon for sure Borbole... Trust me.
If I disabile it, the what's new work.

Anyaway only some user see the bug.
I can see the bug only in IE. No bug in Chrome, FF And Safari. No bug in iPad.
One user see the bug only on Chrome And so on...

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
I do not think that it is caused by my mod. At least I could not reproduce this. I just had a look at your forum and the Waht is new page displayed fine. And I saw that you have my mod installed.

I have the same bug as soon sa I moved to litespeed. Litespeed + ur addon = no more new thread page.

Have you found a solution ? PLz
 
Top Bottom