clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Undefined method getChanges() Error

Open sbahr001 opened this issue 2 years ago • 4 comments

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 avatar Jan 04 '23 07:01 sbahr001

@sbahr001 same happened to me. I'm using latest version, but almost similar configuration > PHP 5.6, Laravel 5.4, Clockwork 5.1.4

maketvgithub avatar Jan 07 '23 17:01 maketvgithub

Hey, this should be fixed in dev-master.

itsgoingd avatar Jul 01 '23 23:07 itsgoingd

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

isaiahdahl avatar Nov 13 '23 18:11 isaiahdahl

Hey, I couldn't reproduce this issue on master, but I've ran into and fixed a different incompatibility with Laravel 5.4.

itsgoingd avatar Nov 13 '23 21:11 itsgoingd

Fixed some old Laravel compatibility issues in Clockwork 5.2.

itsgoingd avatar Feb 21 '24 20:02 itsgoingd