Contact us to discuss your Drupal Migration today!
By Catherine Henry, 21 July, 2024
By Catherine Henry, 21 July, 2024
By Catherine Henry, 21 July, 2024
By Catherine Henry, 21 July, 2024
By Catherine Henry, 21 July, 2024
By Catherine Henry, 21 July, 2024
By Catherine Henry, 21 July, 2024
By Catherine Henry, 10 March, 2024
Things you will need:
1) MSSQL (or Sitecore) database file
3) Docker
Steps:
1) Extract MSSQL (or Sitecore) database file (most likely .zip)
By Catherine Henry, 15 December, 2023
If you are programmatically creating a node, and setting the alias is not working, make sure you have turned off the "Generate automatic URL alias" setting:
$node->path->pathauto = FALSE;
$node->set('path', $st_alias);
$node->save();
