* warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /Applications/MAMP/htdocs/drupal/sites/all/modules/views/includes/view.inc on line 1296.
* warning: mysqli_real_escape_string() expects parameter 2 to be string, object given in /Applications/MAMP/htdocs/drupal/includes/database.mysqli.inc on line 323.
* warning: Illegal offset type in /Applications/MAMP/htdocs/drupal/sites/all/modules/views/includes/view.inc on line 1300.
* warning: Illegal offset type in /Applications/MAMP/htdocs/drupal/sites/all/modules/views/includes/view.inc on line 1335.
* recoverable fatal error: Object of class stdClass could not be converted to string in /Applications/MAMP/htdocs/drupal/sites/all/modules/views/views.module on line 728.
* warning: Illegal offset type in isset or empty in /Applications/MAMP/htdocs/drupal/sites/all/modules/views/views.module on line 735.
Using Drupal 6.17 and view 2. I trying to get to make the my recent posts to be able to sort out by content type and i enable the tracker from view, before i can edit anything. i getting error when i click on My recent posts. Any help?
Comments
Comment #1
spacereactor commentedI found another post having the same problem but no answer after 30 days. I want to have a sort by content type in my recent post and I already install the core tracker module, my recent posts is working without any error before i enable the tracker from view but after enable tracker view, i getting error. I did not modified tracker view expect enabled it.
The error go away if i disable tracker from view but i can't expose the content type or make content type sortable unless i enable it. any suggestion?
Comment #2
dawehnerDisable the tracker module or disable the tracker view. One of them helps.
There is documentation that you shouldn't enable the tracker view while having the tracker module enabled.