Hi, I just open edit my config.php to add the following line but got the same issue.
<?php
define('DISABLE_HOOKS', true);
Now I got this error: Parse error: syntax error, unexpected T_VARIABLE in /hermes/web04/b2126/pow.timmy408/htdocs/forums/includes/config.php on line 27
than I go line 27
------
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
$config['Database']['dbtype'] = 'mysql';
do I have to edit anything in here?
|