Nodereference: Upgrading D6 to Drupal 8

My Drupal 6 site has nodes using the CCK Node Reference field, pointing to another node content type. Will the noderference fields upgrade to Drupal 8, or is there a workaround?

installation problem

Installing Drupal 8 Beta, I have below message

Fatal error: Class 'Symfony\Component\HttpFoundation\Response' not found in F:\xampp14\htdocs\drupal8\core\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\RedirectResponse.php on line 22

plz help

Drupal 8 beta 1 site downloaded from Acquria to local doesn't starts

Using Acquria Desktop 2 RC1.
Created a site on Acquria Cloud for Drupal 8 beta 1, basically nothing inside except change a language and site name/color.
Download to local, but cannot started.
--------------------
Parse error: syntax error, unexpected '[' in C:\...\core\vendor\guzzlehttp\guzzle\src\functions.php on line 195.

help with drupal 8

After the inauguration the links do not work

I hope to help

Link Site
www.mlssyria.com

Text problem

Not Found

The requested URL /admin/config was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Coding standards: ternary operator

I'm finding myself using the ternary operator control structure more and more. I usually do oneliners like this:

$result = isset($somvariable) ? $somevariable : 'default';

Recently I saw another format, one I like very very much increasing readability a lot:

$result = isset($somevariable)
  ? $somevariable
  : 'default';

One shouldn't go nuts with ternary operators but they are very useful in some cases.

Running *bleeding edge* Drupal from current git-repo

Hello,

I'm new to Drupal and installed it by git clone http://git.drupal.org/project/drupal.git and git checkout 8.0.x.

When I now after some days (which means lots of new commits) say git pull more or less nothing works anymore.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x