When I visit example.com/update.php, I get this error
GEOLOCATION GEOMETRY - DATABASE COMPATIBILITYDatabase version 5.6.48-cll-lve does not meet required spatial data capability.
Requires MySQL >= 5.7.6 or MariaDB >= 10.1.2 or PostgreSQL with PostGIS installed.
GEOLOCATION GEOMETRY DATA - COMPOSER DEPENDENCYLibraries not installed
Use "composer require gasparesganga/php-shapefile" to install required library. See geolocation/modules/geolocation_geometry/modules/geolocation_geometry_data/composer.json for details.
I have a user who wanted to save some configuration options for his site. I had initially created a content type of Options, then created a node for that user so they could edit it, and didn't allow them to delete or create any other nodes of this content type. But it feels like this isn't what content creation was created for!
Am I missing a trick in allowing users to save options, or should I just create a custom form and save it to db?
Is it possible to change the file upload widget that appears in the Media Library ajax popover?
For example, if I change the widget for the 'file' field of the file media type on its 'manage form display' page, it shows the correct new widget on the dedicated 'add media' page (/media/add/file) but the media library ajax widget still shows the default core file upload widget.
Sorry if this is unclear, I can't figure out how to post a screenshot. Any help would be appreciated.
Hello i am using a community module there is one function which bring he headings option from 1-6 . i want to add one more option so if i can direct change in that function it works but that not a good option soon module update i will lost my changes.
so i am looking for a correct way to override a simple function in my template.