If you want to install V2.09 of Counterize II , you may get sql-errors when the plugin gets activated in the backend of WordPress.
This is caused by missing backticks ( `
) in the file counterize_install.php
. Take a close look at the sql-INSERT
statements. The erroneous line numbers are:
- 80
- 87
- 94
Add the missing backticks at the end of the respective lines and you should be set.