preloader

Tag: Drupal 10

Drupal fontyourface uploading WOFF files Error message: The specified file .woff could not be uploaded. The referenced entity (file_type: undefined) does not exist.

Drupal fontyourface uploading WOFF files Error message: The specified file .woff could not be uploaded. The referenced entity (file_type: undefined) does not exist.

Drupal 10 issue When uploading a custom WOFF font using FontYourFace module in /admin/appearance/font/local_font_config_entity/add, error appears. Seems to happen if you have File Entity module enabled: Error message: The specified file .woff could not be uploaded. The referenced entity (file_type: undefined) does not exist. Solution Add the MIME Type in.

Drupal error /vendor/bin/drush: Permission denied when running drush updb

Drupal error /vendor/bin/drush: Permission denied when running drush updb

If you encounter a vendor directory related permission denied error after running drush updb or drush updatedb in Drupal 10 similar to: In SiteProcess.php line 214: The command “/home/account/public_html/vendor/bin/drush updatedb:status –strict=0 –uri=de fault” failed. Exit Code: 126(Invoked command cannot execute) Working directory: Output: ================ Error Output: ================ sh: /home/account/public_html/vendor/bin/drush: Permission.

How to install Drupal 10 for beginners

Download and install Drupal using installer download the latest version of Drupal 10 installer from www.drupal.org upload to your server, or place in your local server web root folder, www, htdocs, or public_html extract installer, make sure the Drupal folders and files are immediately placed directly within the public folder,.

Installing Features module in Drupal 10 via Drush causes drupal/config_update related error

Installing Features module in Drupal 10 via Drush causes drupal/config_update related error

Installing Features module in D10 website via Drush causes drupal/config_update and version compatibilities related errors. See sample below when installing Features via Drush, and the error displayed: # composer require drupal/features –with-all-dependencies ./composer.json has been updated Running composer update drupal/features –with-all-dependencies Loading composer repositories with package information Updating dependencies Your.