This module adds a warning to the Drupal status report page (/admin/reports/status
) if the site is running on PostgreSQL:
JSON Field database compatibility
Maybe not supported.
Verify if your database supports the JSON data type so the json_field module can work properly.
This has been observed on PostgreSQL 11.
The expectation is that this message will not appear on PostgreSQL version 9.2 or greater: https://git.drupalcode.org/project/json_field/-/blob/56224dc60ef544138ab...
It seems that the problem is an expectation that SELECT VERSION()
will return a simple numeric value. But in PostgreSQL more information is included:
=> SELECT VERSION();
version
------------------------------------------------------------------------------------------------------------------
PostgreSQL 11.17 (Debian 11.17-0+deb10u1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
(1 row)
TBD...
TBD...
Remove warning from Drupal Status Report on PostgreSQL installations greater than version 9.2.
None.
None.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.