Quote:
Originally Posted by Desesperao
Working fine on 3.6.4?.
I have installed it and it does not work
I have imported the product but it gives me error. Any idea?
(vBulletin 3.6.4)
|
Working fine on vb 3.6.4
Open product-rulesagreement.xml
search 2x :
Code:
$xxx = $db->query("INSERT INTO " . TABLE_PREFIX . "cron (weekday, day, hour, minute, filename, loglevel, title )
and replace 2x :
Code:
$xxx = $db->query("INSERT INTO " . TABLE_PREFIX . "cron (weekday, day, hour, minute, filename, loglevel, varname )
Only, if mySQL 5 one uses:
Implement the following Querry:
Code:
alter table `ruleshack` change `repeat` `repeated` smallint (1) DEFAULT '0' NOT NULL
SEARCH in all files of the Hacks:
"repeat" and replace with "repeated"
have fun