MyBB Community Forums

Full Version: Strange view
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all.

Yesterday suddenly I got this view error and after I made optimize database close the board for some while it works.

Today I got back this view again (see attached).

I tried every thing but in vain.

I changed the theme also same problem.

Any idea?
Thanks Huh
What's your URL??
(2011-02-28, 01:10 PM)MattRogowski Wrote: [ -> ]What's your URL??
This just happened after I made this:
In ./inc/init.php, find:
Code:
define("TIME_NOW", time());

After that, add:
Code:
define("NO_PLUGINS", 1);

I removed the new code [define("NO_PLUGINS", 1);] and save, then problem solved But now the question why I got this yesterday?

Anyway here is my site link: mhhauto.com

Thanks for ur great support.

Really I'm sorry but its out of my hand.
Adding that code shouldn't have any effect on tis at all, this happened because the CSS file for the star ratings was missing/unreadable, but setting NO_PLUGINS to 1 wouldn't cause that...
(2011-02-28, 01:20 PM)MattRogowski Wrote: [ -> ]Adding that code shouldn't have any effect on tis at all, this happened because the CSS file for the star ratings was missing/unreadable, but setting NO_PLUGINS to 1 wouldn't cause that...


When ever I change the code, I got the view problem!!!

Anyway I changed back the file as original and now its ok!

I expect this will happen any time again since yesterday I got that.

Hope someone tell me what to do to avoid this problem from coming back.

Thanks and regards,
TP.
Well it's not just going to suddenly break on it's own for no reason, and until it happens again we can't really see what caused it.