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.
Something else that was easyier in drupal gardens was the creation of slideshows.
I downloaded and instaled the modules, created a contenttype to seperate to content I want from the rest, but when I try to create a view as a slideshow, only my first result is shown. Any idea's?
Hi there,
I only used drupal gardens before, I'm trying to built my first real drupal site, a part from the fact that my hosting companny is crappy when it comes to drupal (no PHP OPcode caching support, mayor probs with the htacces file in sites/default/files, etc), there's something else that bugs me. In drupal gardens when you activate the appearencetab, at the bottom of your screen opens a console where can put your css and change al kind of stuff. Is this console also availlable for drupal 8 and where do I find it?
My theme is working as expected but i still get errors showing up in dblog.
The message is:
User error: "sidebar_first_width" is an invalid render array key in Drupal\Core\Render\Element::children() (line 97 of /home/{user}/public_html/core/lib/Drupal/Core/Render/Element.php).
Last week I got a dedicated server and prepared an openvz container to be ready for Drupal 8 (MySQL + Apache2 + PHP). The idea was 50 jailed users could access remotely and install Drupal 8 via Drush simultanously and browse their Drupal websites.
What happened was a bad user experience caused by server overload. Server specifications are: Debian 8 (openvz container), 12 GB RAM and 8 cores.
The funny thing is that similar configuration for Drupal 7 goes like a charm.
I am currently building a module using a custom REST resource plugin for Taxonomy Terms using the name field of the term rather than referencing the tid field. Everything works fine but drupal_flush_all_caches() function return is slow. I've tried working with a few caches as per documentation: