Undefined method getChanges() Error
Starting using clockwork to get info on an old project, and I keep getting exceptions.
Call to undefined method PostgresQueryBuilder::getChanges()
Which is triggered by the Clockwork middleware.
Updates are still going through, it's just the middleware error out and I have to manually refresh the page to see the changes.
Environment: PHP 5.6, Laravel 5.2, Postgres is DB. Clockwork - 5.1.12
@sbahr001 same happened to me. I'm using latest version, but almost similar configuration > PHP 5.6, Laravel 5.4, Clockwork 5.1.4
Hey, this should be fixed in dev-master.
I'm still experiencing this with dev-master which as far as I can tell installs 5.1.12
php 7.1, laravel 5.4, MySQL 5.6 DB
Hey, I couldn't reproduce this issue on master, but I've ran into and fixed a different incompatibility with Laravel 5.4.
Fixed some old Laravel compatibility issues in Clockwork 5.2.