Closed burkmarr closed 7 months ago
The module was falling over in my dev environment because of PHP errors on code that used pg_escape_literal. It looks like this module wasn't updated to cope with PHP upgrade as it has been elsewhere in the codebase.
pg_escape_literal
@johnvanbreda - did you merge this back into master too?
No - but I'm doing another hot fix at the moment so I'll include this.
It's now live
The module was falling over in my dev environment because of PHP errors on code that used
pg_escape_literal
. It looks like this module wasn't updated to cope with PHP upgrade as it has been elsewhere in the codebase.