backdrop-contrib / honeypot

Backdrop port of Drupal module. Uses both the honeypot and timestamp methods of deterring spam bots from completing forms on your site.
GNU General Public License v2.0
3 stars 1 forks source link

Call to undefined method DatabaseConnection_mysql::exec() #33

Closed stpaultim closed 3 years ago

stpaultim commented 3 years ago

I upgraded our Backdrop sites to 1.19 yesterday and today I tried to enable HoneyPot on one of them and got the following error.

Call to undefined method DatabaseConnection_mysql::exec()

Seems to be the same or related problem as the one that came up with Backdrop and Migrate today.

https://github.com/backdrop-contrib/backup_migrate/issues/63#issuecomment-842387621

stpaultim commented 3 years ago

I just tried installing honeypot into a fresh version of 1.20.x-dev and did not get this error. So, I'm investigating to better understand what happened.

stpaultim commented 3 years ago

I'm now pretty sure that the fix to my problem was simply to update the Backup and Migrate module. I no longer have any reason to believe that anything is wrong with HoneyPot.