This happens on a freshly installed system. When I click the 'edit' button all I get is a WSOD.

I initially tried this on the sole enabled 'frontpage' view, but the I also enabled a couple of others too. Same thing :/

My instinct said to go to the log. There, I got a series of these messages (in the site status_message):

Debug:

'Missing handler: node created_year_month argument'

in views_get_handler() (line 943 of core/modules/views/views.module).

...and there were also corresponding log messages (php user notices):

User notice:

'Missing handler: node created_year_month argument'

in views_get_handler() (line 943 of /var/www/drupal-8.x-dev/core/modules/views/views.module).
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

klonos’s picture

Priority: Normal » Major

...actually this is major since you cannot edit any of the views.

stoickthevast’s picture

I tried to reproduce your problem but unfortunately it's working fine in my end.

Can you post the result of this page here - admin/reports/status

Thanks

klonos’s picture

Could it be an environment issue (apache/php/db related)? Here's my status page:

Drupal    8.0-dev
Info      Access to update.php        Protected   
Info      Configuration files         Protected
Info      Cron maintenance tasks      Last run 11 hours 18 min ago
          You can run cron manually.
          To run cron from outside the site, go to http://my.site.net/d8/cron/hash
Info      Database system             MySQL, MariaDB, or equivalent
Info      Database system version     10.0.1-MariaDB-mariadb1~quantal-log
Info      Database updates            Up to date
Warning   Drupal core update status   Unknown release date (version 8.x-dev available)
          There was a problem checking available updates for Drupal.
          See the available updates page for more information and to install your missing updates.
Info      File system                 Writable (public download method)
Info      GD library PNG support                     2.0
Info      GD library rotate and desaturate effects   2.0
Info      Node Access Permissions     Disabled
          If the site is experiencing problems with permissions to content,
          you may have to rebuild the permissions cache. Rebuilding will remove
          all privileges to content and replace them with permissions based
          on the current modules and settings. Rebuilding may take some time
          if there is a lot of content or complex permission settings.
          After rebuilding has completed, content will automatically
          use the new permissions. Rebuild permissions
Info      PHP                         5.4.6-1ubuntu1.2 (more information)
Info      PHP extensions              Enabled
Info      PHP memory limit            256M
Info      PHP register globals        Disabled
Info      Unicode library             PHP Mbstring Extension
Info      Update notifications        Enabled
Info      Upload progress             Enabled (PECL uploadprogress)
Info      Web server                  Apache/2.2.22 (Ubuntu)
jibran’s picture

Issue tags: +VDC
tim.plunkett’s picture

Priority: Major » Normal
Status: Active » Needs review
Issue tags: +Needs tests
FileSize
473 bytes

This only throws errors if you have the archive view enabled.
It needs some tests.

klonos’s picture

Title: 'Missing handler: node created_year_month argument' » 'Missing handler: node created_year_month argument' / Cannot edit views - 'edit' button leads to WSOD (fresh installation).

Status: Needs review » Needs work

The last submitted patch, node-1972282-5.patch, failed testing.

dawehner’s picture

Status: Needs work » Needs review
FileSize
1.05 KB

The fix in #5 feels wrong, let's see whether you agree with this fix :)

anavarre’s picture

Tried applying patch in #8 but it didn't seem to fix the issue (using D8 from 04/20/2013). Tried clearing caches, too. No luck.

Issue happens each time you enable the Archive view but I'm not getting WSODs when trying to edit this view or any other.

tim.plunkett’s picture

+++ b/core/modules/views/config/views.view.archive.ymlundefined
@@ -25,16 +25,16 @@ display:
+          id: crdate_year_montheated

I hope that's a typo :)

klonos’s picture

Title: 'Missing handler: node created_year_month argument' / Cannot edit views - 'edit' button leads to WSOD (fresh installation). » 'Missing handler: node created_year_month argument'

...ok these might be two entirely different issues, so lets just keep the warnings thing here and I've file a separate issue for the WSODs on view edit: #1975642: Cannot edit views - 'edit' button leads to WSOD (fresh installation).

tim.plunkett’s picture

Title: 'Missing handler: node created_year_month argument' / Cannot edit views - 'edit' button leads to WSOD (fresh installation). » 'Missing handler: node created_year_month argument'
Status: Needs review » Closed (duplicate)