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.
Hey all, I have a date field with a start and end date. I have a complex set of rules that I use to display this field, based on what the dates are. I have a custom twig template to handle this, but I'm having a little difficulty formatting the date in the way I want to. What I want to do is take whatever format from the "Manage Display" form and use that inside my twig template. This way I'm not manually adding PHP date formats in the template themselves, so if the client wants the date format to be different, there is no code push.
I am encountering the following error when trying to install the RESTful Web Services module.
The always_populate_raw_post_data PHP setting should be set to -1 in PHP version 5.6. Please check the PHP manual for information on how to correct this. (Currently using always_populate_raw_post_data PHP setting version Not set to -1.)
In WHM i have turned on always_populate_raw_post_data and checked the php.ini file to verify.
After upgrading from D7.50 to D8.4.4, the database contains these tables:
- migrate_map_5a...[lots of characters] (about 20 items; all with zero size)
- migrate_map_d7_[some kind of machine label, such as "menu"] -- there are a few dozen of this kind, some being empty and others of varying sizes ranging from 1 to about 55 (the one about "blocks")
And there is a similar pairing (lots of characters vs specific machine labels) with the prefix "migrate_message". These ones are mostly empty (zero size).
Under Drupal 8.4.4; UniserverZ version 13 WAMP stack (PHP 7.1). After upgrade from D7 to D8, using the Migrate UI path. I might have more than one problem: