Page Manager 8.x-1.x-dev

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.

[Drush] Cannot download modules and/or updates from drupal.org

Hello everybody,

since a reinstallation of my dev-enviroment I can't do any downloads with drush. All other drush features seems to be running fine.

Here is the error message when I try to download the D8 module "dynamictagclouds":

Trusted Host Settings

I've just installed drupal 8 but am getting a Trusted Host Settings warning on the status page.

The explanation I've found says to modify the settings.php file adding or editing the section:

$settings['trusted_host_patterns'] = array(
'^www\.example\.com$',
);

I'm using a pc on a lan with no domain name but I read it is acceptable to use an IP address.

I've tried:

$settings['trusted_host_patterns'] = array(
'^10\.1\.1\.60$'
'^localhost$',
);

Open Social hosting first steps

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 ?

Thinking 5 or $10 per month to start with.

Thanks very much.

Change from PHP 5.6 to PHP 7.0

Drupal 8.2.x was running good.

Now, the provider changed from PHP 5.6 to PHP 7.0 and most applications on the domain still work.

But on our site of www example.com / drupal we only can read:

The website encountered an unexpected error. Please try again later.

What happened, what can we do, how login again?

Thor10

Not able to run phpunit test

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

Do anyone know what I am missing.

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x