PDA

View Full Version : config.php globally disabled


ch3ss
11-01-2010, 01:15 AM
I went and checked the config.php and it has disable_hooks = false

which is suppose to fix it... went back into the plugin manager and it says its still globally disabled...

Anyone have any clue what is causing this ?

Thanks

Lynne
11-01-2010, 02:29 AM
Comment out the line instead. Also, make sure you aren't disabling hooks from vboptions > Plugin Options

ch3ss
11-01-2010, 10:00 AM
Lynne,

I made sure it wasnt disabled in the plugin options.

when you say comment it out, please help on that :) I am not a software guy (network guy)

Thanks

Lynne
11-01-2010, 02:26 PM
Just put // in front of it:
// define('DISABLE_HOOKS', true);

Also, what sort of caching do you have selected in your config.php file - do you have a line like this?
$config['Datastore']['class'] = 'something_here;

ch3ss
11-01-2010, 07:14 PM
Just put // in front of it:
// define('DISABLE_HOOKS', true);

Also, what sort of caching do you have selected in your config.php file - do you have a line like this?
$config['Datastore']['class'] = 'something_here;

$config['Database']['dbtype'] = 'mysql'; is what i have

i am going to comment it out

--------------- Added 1288659071 at 1288659071 ---------------

i can see it but i get a ton of errors on Vmoods 4007 line error

ch3ss
11-02-2010, 11:19 PM
can i bump ?

Lynne
11-03-2010, 12:15 AM
Why did you comment out $config['Database']['dbtype'] = 'mysql'; ? That needs to be in there.

ch3ss
11-03-2010, 12:33 AM
nope i just commented out the

// define('DISABLE_HOOKS', true);

Lynne
11-03-2010, 01:37 AM
And you never answered my question about the datastore caching.

ch3ss
11-03-2010, 10:44 AM
And you never answered my question about the datastore caching.

$config['Database']['dbtype'] = 'mysql'; is what i have

i answered that above :)

Lynne
11-03-2010, 01:23 PM
That's database, not datastore. And would you happen to know if you have any caching going on via your .htaccess file also?

If you have plugins on via vboptions and no line in your config.php file, then plugins should be on. If you change other settings via vboptions, do they change on the site?