we are using wordpress on our blog alts solution, we are planing to move drupal. but our problem is how to convert our post or how to add this post on drupal ?
or can i delete my blog or create new one with drupal, please help us or give a url or link according to this topic
I'm migrating a D7 module to D8. If a user hasn't paid for a service when viewing the node, a PayPal form is added to the node. All good in D7 but the form is not rendered in D8.
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'm new to Drupal, I'm looking to implement it headless. I've had a look at the JSON api module and I'm now looking at the RESTful Web Service. I've set up a view as a JSON endpoint (REST export) which gives me the all the content types associated with the view. But how do I get the individual content node?
I can create some pages in drupal no problem but,
I have one important Mysql table named notice have columns - id, date, name_of_notice , relative_path, and type_notice.
Files of notice stored one folder named doc_notice and file name stored in database relative_path.
How should I copy that table in drupal 8 or letest?
Recently I have done a Drupal 6 to Drupal 7 migration using Migrate and Migrate_d2d module. After migration all other data migrated to Drupal 7 except two fields in a content type.
When I check the database backend I can see that field table is created only for one field. But there is no data in that table. Anyone please tell me there is anyway to migrate only the two field contents.
I have added the missed table from Drupal backend. but how I can retrieve the data from Drupal 6.