Hi,
I have found 1 problem with the install. Forgive me if I am wrong.
In product-psistats.xml, line 38.
Code:
$db->query_write("INSERT INTO `" . TABLE_PREFIX . "cron` VALUES (14, 1136665500, -1, -1, -1, 'a:1:{i:0;i:25;}', './includes/cron/psistats_update.php', 1, 'psiStats 2006 Hourly Update')");
That doesn?t work for me because I already have more than 14 cron jobs.
Surely the insert should not give an ID number.
And as for the lock until a solution is found I had to disable
Code:
$vbulletin->db->lock_tables(array('psistats_cache' => 'READ', 'psistats_data' => 'READ'));
//and
$vbulletin->db->unlock_tables();
Because I don?t have those permissions and I don?t know where to disable it in the options.
Thanks.
FFMG