Issue Updating Drupal Core (Acquia Dev Desktop / Cloud Platform)

Hi,

I recently updated my drupal site's core from 8.9.9 to 8.9.10. I had no issues doing this locally, and I had assumed that pushing changes to my code/db/files up to Acquia's Cloud Dev would cause the core update to also be reflected in the cloud version of the site. However, the cloud version still says I'm on 8.9.9 and need to update. Not sure what the problem is, any advice would be appreciated.

Thanks.

Was this a Drupal attack vector?

A customer site on 8.9.6 got a virus scan alert when Apache 2.4 dropped a file in the Windows Temp folder, which is where Drupal has set tmp files to go.

Looking at the logs, this is the only successful POST I find:

"POST /index.php?s=captcha HTTP/1.1" 200

And its payload, removed:

C:\Windows\Temp\phpF0CC.tmp

Was this a precursor to the file upload attack that would have been resolved by core 8.9.9 ? This occured well before the security advisory was posted for it.

None of the intermediate core updates were a security concern.

Nested taxonomy checkboxes in custom form

Hello,

In my custom form I'am trying to get values from a nested taxonomy checkboxes field.

$form['test'] = [
'#type' => 'checkboxes',
'#title' => t('title'),
0 => array(
'#type' => 'checkboxes',
'#options' => array('1' => 'one'),
0 => array(
'#type' => 'checkboxes',
'#options' => array('2' => 'two'),
),
),
1 => array('#type' => 'checkboxes',
'#options' => array('3' => 'three'),
),
];

How to offer shipping costs for orders over $ 50 ?

Hi, there is no recent documentation for the "Commerce Shipping" module.
How to offer shipping costs for orders over $ 50 ?
I don't see any settings in the shipping methods.
It would be nice to have a check mark to offer shipping costs and a text box to enter the order amount.

Check/uncheck boolean field when uploading image to media library

Since I can't find a solution, maybe someone can give a hint?

I have a form of a certain content-type where users can enter data and upload images (type: Media Library -> image, entity referencing). In addition, I have a Boolean field (uploaded images: yes / no) that I would like to use elsewhere.

(How) Is it possible that the Boolean field (BF) is automatically checked as soon as the user uploads an image?

I've tried different things:

A Legal Services Company Website With Infringement Processing Workflow

Bartel Taylor and Associates (BTA) is a legal services company with over 25 years of experience managing Infringement notices for councils, hospitals, and universities throughout Victoria. BTA offers its range of services statewide. 

BTA approached Zyxware Technologies for website redesign and to build an automated workflow to reduce some of the significant manual interventions in order to improve efficiency and accuracy. The solution would help BTA

Sectors: 
Legal Industry

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x