Need help migrating your site to Drupal?

Import Static HTML files into Drupal 9

Hi all,

I am relatively new to using Drupal and was looking for some advice. I have setup a Drupal 9 site locally without issue.

I have thousands of HTML files (and associated images) that I want to automatically import into my site.

There are quite a few modules I have run across that are available for D7 that seemed to do this but I haven't found a straightforward way to accomplish this using D9.

I've looked at some of the Migration tools but I haven't found any examples of how to import HTML files, all the examples seems to be SQL or CSV content.

Blog communities with their categories and tags

Hello! In the early 2004 I've started one blog site on Drupal and it become very popular, so partner come, converted it to ASP and later leave. Now I have it in ASP version. I am trying to convert it back to Drupal and I am making configurations before the migration. I've stuck in one problem:

How to convert Drupal 7 sessions to Drupal 8 ?

Hi Guys, 

I'm converting my Drupal 7 site to Drupal 8 and in Drupal 7 I'm using sessions like this:

$_SESSION['ccs']['hpbx']['voicemails']['subscriber_id']

How can I do this in Drupal 8 ?

Please help. 

Thanks in advance. 

How to get form tag in the form?

This is my twig file of a form where im adding some html, but im not getting that <form class="hpbx-popup-form> tag and this class is necessary as its mentioned in js , so due to this my Set button is not working.

<div id="timeslot-popup" class="hpbx-popup">

<div class="hpbx-popup-content">

<h4 class="hpbx-popup-title">Add a time slot</h4>

How to call system/ajax in Drupal 8 ?

Hi Guys, 

I'm converting my D7 website to D8 and in D7 js file I'm calling a ajax request and url is: 

url:  Drupal.settings.basePath + Drupal.settings.pathPrefix +  'system/ajax'

And I have already converted this line as:

url:  drupalSettings.path.baseUrl + drupalSettings.path.pathPrefix + 'system/ajax'

But it is showing 404 not found on the console.

Pages

Subscribe with RSS Subscribe to RSS - Converting to Drupal