Gabriele Brosulo
Gabriele Brosulo
In tutorial 0.7-PHP-Lambda-functions-with-Docker-container-images the created container does not have access to the network. I did a simple try with gethostbyaddr: $reverse = gethostbyaddr('51.255.200.41'); return APIResponse("Hello, ". $data['queryStringParameters']['name'] . " -...
- Laravel Version: 9.39.0 - PHP Version: 8.1.11 - Database Driver & Version: Mysql 5.7 ### Description: This bug originates in `PendingDispatch` destructor [1], where jobs are actually dispatched to...
Hi, The following will add just a TextField, not a ColorField: ```php class GalleryImageAssetFormFactoryExtension extends Extension { public function updateFormFields(FieldList $fields, $controller, $formName, $context) { $image = isset($context['Record']) ? $context['Record']...
If I sort my gridfield entries and then I select one of them, clicking "next" button shows me the next ID, not the next record in the gridfield.
I'm trying to create a custom button that clones a DataObject. Everything is working fine but at the end I would like to redirect the user to the newly created...
Hi all, Is it possible to have multiple sitemaps for each locale, both indexed into the same sitemap.xml? Somethig like this: https://webmasters.stackexchange.com/questions/74118/is-a-different-sitemap-per-language-ok-how-do-i-tell-google-about-them I have opened the same issue for fluent...