Thanks for the updated file. I installed it on a brand new install of VB 3.0.6, and it gave me a few errors when I ran the MySQL queries. I ran them one at a time as listed.
When I entered the query:
[sql]ALTER TABLE `ph_settings` ADD `return` VARCHAR( 50 ) NOT NULL ,
ADD `notify` VARCHAR( 50 ) NOT NULL ;[/sql]
I got the following error:
Quote:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1060
error desc: Duplicate column name 'return'
|
when I ran this SQL query:[sql]INSERT INTO `ph_settings` VALUES ('', 0, '', '', 0, '', '');[/sql]
I got the following error:
Quote:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1136
error desc: Column count doesn't match value count at row 1
|
Try deleting the tables from your database and redo the sql queries as listed in the zip file and you will see what I mean.
Also I was a bit confused by the file name "includes_mysql_edit" but I soon figured out I needed to edit FORUM/includes/
db_mysql.php
I am still getting taken to the paypal page even if the item is marked as FREE. Will this be changed in a future version?
Thanks again.