Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2009 at 03:42 UTC
Updated:
12 Oct 2009 at 06:10 UTC
I was receiving the following errors when applying an action:
Object of class stdClass could not be converted to string in /var/www/reaa/includes/bootstrap.inc on line 785.
preg_match() expects parameter 2 to be string, object given in /var/www/reaa/includes/bootstrap.inc on line 788.
It was tracked down to drupal_validate_utf8 in check_plain(), views_bulk_operations.module line 892
The attached patch ensures the check_plain'd parameter is indeed a string, and not an object
DT
P.S Thanks for the great module! it's very useful :)
| Comment | File | Size | Author |
|---|---|---|---|
| views_bulk_operations.module.patch | 490 bytes | davidwhthomas |
Comments
Comment #1
infojunkieThanks for the patch! I was never able to trace that problem :-)