My goal is to have a good look at Drupal version latest (version 9,x). In the past I did use Drupal version 6 or 7 (not sure) for two websites but I guess a lot has changed.
I developed my website locally on my desktop PC, I exported my database to import it on my laptop but during the import I got an sql error :
INSERT INTO 'search_index' ('word', 'sid', 'langcode', 'type', 'score') VALUES ...
#1062 Duplicate of the field 'dès-38-fr-node_search' for the key 'search_index.PRIMARY'
Does anyone already have this type of problem? If so how can I import my database correctly?
I am doing piecemeal migration of modules from my local server to a live site. I wonder why there can't be an easier way to directly install libraries other than Composer
First of all I'd like to preface by saying I'm a total noob with a lot of this stuff so please forgive my technical ignorance.
I need to install drupal commerce on my shared hosting server but I cannot because there's some sort of a memory limitation while trying to install it using composer which is, according to the drupal commerce developers, the proper way to install it.