@Maxtor, the error is because you still have columns from this app for IP.Board 3.4. The current version uses its own table to store data.
First, take a look in ACP -> System -> Applications -> Out of date applications. If this app shows there, click to remove/uninstall (not sure if this will drop these columns). Otherwise, you will have to access your database via PHPMyAdmin and drop the following columns:
- forums table:
paytopintopics_onoff
paytopintopics_grupos
paytopintopics_amount_sete
paytopintopics_amount_quinze
paytopintopics_amount_trinta
paytopintopics_amount_sessenta
paytopintopics_amount_noventa
- members table:
paytopintopics_cantpin
paytopintopics_tids
- groups table
g_paytopintopics_r_posts
g_paytopintopics_r_reps
g_paytopintopics_r_days
- topics tlable:
paytopintopics_date
paytopintopics_pinnedby
Let me know if you need help to drop them. You will have to send database credentials (URL, user and password) via PM.