I cant upload images....it times out and nothing happens

it happens only in drupal commerce.....

when I create product type and add product variation.....

I add custom image field....set it to unlimited uploads.....

but when i try to upload nothing happens....

if I use default product type and variation and add image field to variation.....it works fine....but not on custom one....

This is the apache error log

https://pastecode.xyz/view/670387e0#L1

Managing Drupal core, contrib modules and patches using Composer

So far I was happy with composer setup in one of my projects where everything was managing through composer such as core, contrib modules, and patches etc. However, yesterday the Drupal build got failed. After debugging, I found that Composer was unable to apply one security patch. I checked that patch and found it no longer exists (throwing 404). Lately, I realized that due to GitLab migration that patch has moved and a new path for that patch needs to be added to the composer.

Post this incident, one question arises that what is the recommended way to use composer.

All URLS prior to RewriteBase are now failing

On this site:

https://littledumdumclub.com/episode-listings

I had to set a htaccess redirect to load the drupal directory as the main domain (instead of littledumdumclub.com/dumudmproject/web/)

it's working OK now, but I noticed on this page:

https://littledumdumclub.com/episode-listings

That all Episodes that were created prior to the htaccess are now failing to load.

Default MySQL field value in BaseFieldDefinition settings

Dear Drupal community,

We need to set default MySQL values on schema creation, for example:

`type` int(10) UNSIGNED NOT NULL DEFAULT 6

We have seen that you can set the default value if you use schema definition using the 'default' key but not using the BaseFieldDefinition class. Is this a bug or a feature? 

For example for int we would have to define the default value in 'core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php' we would add  in schema() the line:

Rewrite htaccess on cPanel loads frontend correctly but not user login

When installing Drupal 8 project on live server it was placed in this directory:
public_html/myproject/web

So in public_html I added  .htaccess with redirect to web folder:

Best CRM for my use case

Dear all,

I am not an IT person but have a bit of experience with drupal from a few years back, so I would like to give this a go.

I work in a hospital and am hoping to improve upon our handling of patient referrals and inpatient management. This isn’t a fully fledged Electronic Patient Record but rather a location for generating lists and profiles for patients and documenting the major points of their inpatient stay (mainly operations performed and visits)

The workflow would go something like this:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x