Fatal Error: Call to undefined function Drupal/Component/Uuid/drupal_strtolower() in core/lib/Drupal/Component/UuidCom.php line 18.

Current environment is WAMP on windows 7.

When trying to run the 'standard' install, it would fail when trying to install the tour module (Possible separate issue?). It would install using the minimal setup. Then fail/error once I completed the site configuration portion.

Fixed by changing drupal_strtolower() to strtolower(). Part of #1929270: [meta] Drupal-agnostic components should not be calling Drupal functions

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Digital Fire’s picture

Issue summary: View changes

Added additional info

Digital Fire’s picture

Status: Active » Needs review
FileSize
499 bytes
Digital Fire’s picture

Issue summary: View changes

Additional Info added

tim.plunkett’s picture

Status: Needs review » Reviewed & tested by the community

I really don't think there's anything else to do here. Thanks @Digital Fire!

Dave Reid’s picture

Confirmed RTBC, this string should not contain UTF-8 characters, so using strtolower like normal is perfectly fine.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Oh, nice catch!

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Added more detail.