I recently upgraded a Drupal 6 website to the current stable version of D6 core (6.26), the current dev version of Views 3 (6.x-3.0+71-dev) and the current dev release of Node Reference Explorer (6.x-1.x-dev). When attempting to use the explorer interface or when trying to view/edit the NRE view, the following error appears on a white screen:
"Fatal error: Class 'views_handler_argument_string' not found in /home/ironware/domains/ironwareinternational.com/public_html/sites/all/modules/views/modules/node/views_handler_argument_node_type.inc on line 5"
The only way I have found to make the view editable is to rename the file views/modules/node/views_handler_argument_node_type.inc to something like views/modules/node/views_handler_argument_node_type.inc.temp which results in the file being skipped. After doing this, the argument settings in the view show Broken or Missing Handler.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views-arg_node_type_parent-1645988-2.patch | 509 bytes | jeffschuler |
Comments
Comment #0.0
jlmeredithUpdate of issue to be more descriptive about what occurs and what actions have been attempted to remedy.
Comment #0.1
jlmeredithAdding a bounty for this issue!
Comment #1
aze2010 commentedsubscribing
Using Views 3 and Dev-Version of this Module.
"Fatal error: Class 'views_handler_argument_string' not found in /var/www/sites/all/modules/views/modules/node/views_handler_argument_node_type.inc on line 5"
Comment #2
jeffschulerThis looks like a Views bug.
views_handler_argument_node_typeextendsviews_handler_argument_string, notviews_handler_argument.Comment #3
dawehnerThansk for the patch! Committed it to 6.x-3.xgit commit -m "Issue #1645988 by jeffschuler | jlmeredith: Fixed Fatal error: Class 'views_handler_argument_string()' not found." --author="jeffschuler "
Comment #4.0
(not verified) commentedbounty removed - client opted to use another approach