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.
In Drupal 7 Page Manager and Page Manager redirect plugins allowed me to create a situation where if a piece of content was a place holder that needed to be published, but I didn't want bots or people to visit the URL because it didn't have anything of value in it. I could redirect them back to another page. I have not be able to figure out how the page manager module for 8 can even accomplish this.
Hello,
I am new to Drupal and VPS's. I know cpanel and 1 click cms installs.
I am super keen to make a Drupal Open Social site.
I would like some advice on which VPS host to go with ?
Digital Ocean, Heroku, Vultr etc
Are any better then the other for newbies ?
Are any better for Drupal ?
I am using Drupal 8.2.6 and trying to run phpunit tests. I have successfully installed phpunit 4.1.* using composer.
But when I am trying to run:
cd core
phpunit --testsuite=unit
I am getting following error:
PHP Fatal error: Call to undefined method Drupal\Tests\Component\Render\PlainTextOutputTest::prophesize() in /var/www/html/drupal/core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php on line 50