I just migrated my drupal from localhost to my Hosting and the pages give me "page not found" error and I can't access any of my Drupal configuration options.
Car management system with possibility of choosing data from an external database. So when I create a node, I choose: Make, model, generation, optional etc ... and I have to view and save the data because then I have to create the various views.
Dimensions of the tables of the external database:
Existing website that has always worked and is always updated current (Drupal 8) will randomly not save content. Could be content like a page, block or View item update, etc. A single typed word or sentence might save but pasted copy will not, from any number of different external editors. Going into source and adding html or WYSIWYG and the save button will just fall back to the edit mode with the previous text - the new copy will disappear. Could this be some kind of security on the hosting server not allowing the update to go through, permissions, etc.?
I'm running into an error that give me very few Google results, and no amount of digging through api.drupal.org, the examples module, or just Core code, has clued me into what I'm doing wrong.