Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am migrating an existing Drupal 7 theme to Drupal 8 using Twigify along with Drush.
While the tpl.php templates being converted into html.twig ones , an error is coming while the page.tpl.php is being converted into its twig equivalent.
The error is: Fatal error: Out of memory (allocated 1947992064) (tried to allocate 36 bytes) in D:\xampp\htdocs\drupal7\sites\all\modules\twigify\includes\luthor.inc on line 407
I also increased the memory limit in php.ini file from 1024M to 2048M but still the same error is coming.
I am migrating an existing Drupal 7 theme to Drupal 8 using Twigify along with Drush.
While the tpl.php templates being converted into html.twig ones , an error is coming while the page.tpl.php is being converted into its twig equivalent.
The error is: Fatal error: Out of memory (allocated 1947992064) (tried to allocate 36 bytes) in D:\xampp\htdocs\drupal7\sites\all\modules\twigify\includes\luthor.inc on line 407
I also increased the memory limit in php.ini file from 1024M to 2048M but still the same error is coming.
Hello,
I just tried to install Drupal 8.3.6 the first time.
Alter entering the database I got this error:
Fatal error: Interface 'Drupal\locale\StringStorageInterface' not found in /home/xy210hob/www/home/core/modules/locale/src/StringDatabaseStorage.php on line 10
In the code of "StringDatabaseStorage.php" there is the line:
"use Drupal\Core\Database\Connection;"
On my Server I there is no Directory "Core\Database".