Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm a beginner with drupal/wamp and i don't speak english. Sorry.
Wamp is ok. Drupal too. But if i install a module, (admin toolbar, webform,....) A fatal error message appear:
Fatal error: Cannot instantiate interface Drupal\Core\Cache\CacheBackendInterface in C:\wamp64\www\drupal\core\lib\Drupal\Component\DependencyInjection\Container.php on line 268
Does anyone know how to display a custom form (i.e. one I've created) on a web page (Basic Page), in Drupal 8?
I Googled this. Some people say to create a block with a form in it, however I want a custom form to display within a Basic Page. Other people suggest putting code inside the template, however this doesn't feel right, as I only want the custom form to display on a single Basic Page, not all pages.
Other suggestions mainly talked about how to do this in Drupal 7, and other people said things had changed in Drupal 8.