Skip to main content
19
results
Andrew Fletcher
Working in Drupal 9.x, I was loading images via the Media module.  Below 1 mb no issue.  Any thing over - nothing.  Nothing as in no response when loading. An interesting situation, as I had already changed the php.ini file where the following updates occured: ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize upload_max_filesize = 2MHad changed to  upload_max_filesize = 10MAlso the post max size ; is disabled through...
Andrew Fletcher
Wanting to create a new repository on GitHub, add in a few of the available...
Andrew Fletcher
Registering a user via REST is an important process particularly when the...
Andrew Fletcher
As a process I apply patches locally first, then using git upload the update(s)...