PDA

View Full Version : Options not displaying?


Reece^B
09-06-2013, 07:40 PM
See screenshot, I've lost the ability to select a default theme. In-fact that whole option stops after language.

I've uploaded tools and re-imported options XML and reset cache.

Help anyone?

Ta!

ozzy47
09-06-2013, 08:45 PM
See screenshot, I've lost the ability to select a default theme. In-fact that whole option stops after language.

I've uploaded tools and re-imported options XML and reset cache.

Help anyone?

Ta!


Where is the screenshot??

Reece^B
09-06-2013, 10:24 PM
Always helps!!

ozzy47
09-06-2013, 10:44 PM
Did you try disabling all mods, and see it it shows then?

Open your config.php and below<?php add this line:

define('DISABLE_HOOKS', true);

So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.1.4

After testing you can remove the define('DISABLE_HOOKS', true); from the config.php

Reece^B
09-07-2013, 05:21 PM
Yes this has confirmed, a mod has caused this strange error. PhotoPlog.

Thanks for your help.

ozzy47
09-07-2013, 06:39 PM
Not a problem, glad ya got it sorted, :)