I have migrating old reportin system to drupal 8. I have exist site where is report pages which I want to migrate to drupal. All report pages are kind of custom reports. Each php file ganerete spesific report. PHP script get data from mysql database and generate report data from raw data. Then report is showed using php, javascript and html compination.
After restore FileSystem and Database on new system everything seem to be ok - check for updates and so on ...
Then i want to clear Cache i get a Error Message:
We are considering a migration of our word documentation to RoboHelp's WebHelp HTML format. Our organisation's website uses Drupal.
A primary requirement is for the technical writers to create and publish the HTML documentation directly onto the corporate website from RoboHelp. However, our web administrator advises that RoboHelp cannot be hosted on our Drupal™ content management system.
Has anyone been able to integrate the RoboHelp development environment with Drupal?
I am porting some content to D8 from a SharePoint site via CSVs. However, the taxonomies and users were migrated manually, which means I cannot us the Migrate plugin to lookup the ids from the term name. For short taxonomies, I have successfully used the map plugin, but this is a serious challenge for taxonomies with lots of terms. So far my migration is all config (yml) with no callbacks or other php.
Is there a way to handle this in the yml?
If not could it be easily handled with the callback plugin?