Hi guys,
what i want is to grab the user lat and long from the browser and store into a filed in a content type form. I don't want user interaction because i have to check if user position is close to some dynamic lat and long stored in other nodes.
I make it works in a custom site but I cannot reproduce with drupal by JS.
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition);
}
I've installed the Aggregator module on Drupal 10 and I'm receiving an error. I migrated a database from D9 that was using Aggregator in core but now I'm getting this error with Aggregator on D10:
Error: Interface "Laminas\Feed\Reader\ExtensionManagerInterface" not found in include() (line 13 of /code/web/modules/aggregator/src/ZfExtensionManagerSfContainer.php).
Trying to upgrade our site from 9.5.11 to Drupal 10, but composer errors out.
I used the upgrade_status module to remove, fix, or update any issues with compatibility to the point it said 100% compatible. I then removed upgrade_status, and started making changes to our composer.json file to upgrade to 10.
I feel like its' something small or something stupid, but will admit I'm still a bit of a newbie dealing with composer.
Any assistance at this point would be greatly appreciated.