I'm studying Drupal and then I ask trivial questions.
I'm trying to create a personal form.
Now I'm stuck in creating a form where the user can customize a message.
The error is: InvalidArgumentException: Class "\Drupal\hello_world\Form\SalutationConfigurationForm" does not exist. in Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition() (linea 24 di /home/mt1kibgh/drupal/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php).
I installed its "Main Demo" version on a Plesk server with no shell access - no biggie, I thought, I can update Drupal manually.
Applying the classic method of deleting Core and Vendor directories for updating broke the site, because Porto requires much vendor stuff not included in Drupal. ok.
Then I tried to replace core and only overwriting the Vendor directory. No success either, still error 500.
I have a website (mysite.com) without HTTPS, but i recently found out that we already have the certificate and now I'd like to use set it on. I've red a lot information about this change and I can make it work pretty easy, but I also have an App hibridly developed (for Android and iOS) that consumes some information from the site... I have to say that I don't have the code, so I can't make any modification to the App...