Quote:
Originally Posted by inciarco
I made a Test by Disabling the Mods by Including on the config.php File the Code Line
define('DISABLE_HOOKS', true);
Directly below
<?php
and the Error Persists.
What Could've Been Changed on the Data Base when I Installed this Mod?
I Hope for a Guide on What To Search For.
My Best Regards.

|
You can simply dissable mod in Admin CP no file changes are required
You can simply check what changes in DB mades this mod - just open product file:
Code:
$vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD lastposter_displaygroupid smallint(5)");
One column is added - that's all..
In my opinion you are wasting your time and energy looking for emalis problem in this mod... Also - your problems exists when mod is dissabled - so why do you sill thinking that this mod is causing this problem?...