thanks for the answers!
I get an error when trying to install the product:
Database error in vBulletin 3.5.4:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Quote template', 'cache_templates', '$globaltemplates = array_merge($globaltemplates, array(\'bbcode_quote\'));', 'emailreplyint');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
These are the only fields in my plugin table:
pluginid
title
hookname
phpcode
product
devkey
active
Do I need to upgrade to the latest version of vb for this to work?
|