In detail one of the major queries are aborting with the meaningful error message:
ERROR: failed to find conversion function from “unknown” to text
nice stuff 🙂
It turns out that the usage of a “string as alias” are not handled correctly in postgresql, or so,… this part needs an explicit cast “::text”
If you also encountered this problem, you can download an updated query_base.class.php from -> here
have fun
Mario
Hi Mario
Glad you like the block:)
Thanks for finding this bug and working out a fix. I’ve sorted this out in the main codebase now using an adaptation of your code, and it will be OK in future releases.
Please let me know if you find any other issues.
Matt
Hi Matt,
Thanks for the feedback 🙂
Mario