Caching is turned off on my site, but the table cache_render grows to an enormous size (up to 800mb).
Then I tried turned off caching for all views, and blocks.
But the next day the table size increases to several hundred megabytes, although the site collected a maximum of a few hundred pages.
What else can be done to the base is not increased so much in size?
I'm trying to enable RESTful Web Services for my brand-new drupal 8 site. I get this error:
The always_populate_raw_post_data PHP setting should be set to -1 in PHP version 5.6. Please check the PHP manual for information on how to correct this. (Currently using always_populate_raw_post_data PHP setting version Not set to -1.)
So I set "always_populate_raw_post_data = -1" in php.ini and that shows up when I do phpinfo() for both the local value and master value. PHP version is 5.6.17.
After uploading the new files calling update.php i got following message:
Ein AJAX-HTTP-Fehler ist aufgetreten.
HTTP-Rückgabe-Code: 500
Im Folgenden finden Sie Debugging-Informationen.
Pfad: /update.php/start?id=197&op=do_nojs&op=do
Statustext: Internal Server Error
Antworttext:
The link to the error message doesnt work: i got only a blank page
I have content type "Movie" and given a taxonomy reference filed "Movie rating" with unlimited insertion option in that content. Now i would like to theme twig node template "node--movie.html.twig" . Now i want all the text value of term in my template. I have written code like below -