| pc 3.0.1 buy_id column not created during install
Hi Chuck,
update.php contains this alter table statement::
ALTER TABLE {$pp_db_prefix}payments ADD buy_id INT(5) NOT NULL DEFAULT '0'
The install.php file doesn't create that column at all, resulting in mysql error messages like this:
An error was encountered during execution of the query:
INSERT INTO cp_payments (id,ad_amount,ad_key,buy_id) VALUES
('','0.25','20cf48d01aa913bb9efb8b13c754438c','15')
The query returned with an errorcode of:
Unknown column 'buy_id' in 'field list'
|