Two Issues:

Eoj Nawoh

Active member
Firstly, my forum randomly goes into basic HTML:

2yTkA

Any advice?

And also:

2yTlU


How do I fix this?
 
Looks like something potentially failed during an upgrade. You could try going to yourdomain.com/install/ to rebuild the master data.

As for the string.php you can just re-upload it from your XF download package.
 
We're currently on Eleven2, and am open to any suggestions.

Also, I fixed the second issue and I haven't had the first one since. Although the jury is still out.

In the two situations where I have seen it, the forums loaded very slow. Are you suffering from slowness issues? Shared hosting plan? Any other problems like "MySQL has gone away" errors in the error log?
 
In the two situations where I have seen it, the forums loaded very slow. Are you suffering from slowness issues? Shared hosting plan? Any other problems like "MySQL has gone away" errors in the error log?

The forums have a bit of lag. We are on a shared hosting, dedicated is a bit too expensive.

And I've seen those errors at times.
 
make a test with this code
in config.php (remove the two / /)
PHP:
//$config ['enableListeners'] =  false ;
It will close all your addon
you'll be set if it is an addon that causes ;)


And no I didn't the HTML, I just meant does that many addons affect the speed?

I'm asking more, is that too many?
 
add the code in the config.php( $config ['enableListeners'] = false ; ) and see if your problem is still there.
:rolleyes: remove the code after test.
yes some add-on consume resources
 
Top Bottom