When enabling this module, i get the following error.
happens with dev version as well

Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/vhosts/allstarsportsacademynj.com/subdomains/dev/httpdocs/sites/all/modules/views_bulk_operations/views_bulk_operations.views.inc on line 74

Comments

loze’s picture

Priority: Critical » Normal

This is happening with php4.
private class functions only work with php5.
there are a few private functions starting at line 74 in views_bulk_operations.views.inc

I attempted to make those private functions, normal, and it works, sort of:
i can add a VBO page and see the operations form, however no rows are displayed.

This happens with the out of the box content/node2 sample view also, so I'm eliminating the possibility that i didn't set the view up correctly.

any suggestions on how to get it to work with php4?

infojunkie’s picture

Assigned: Unassigned » infojunkie
Category: bug » support

I'm not planning to support PHP4, especially for D6. There might be functions I use that are PHP5-specific, especially array manipulation ones.

infojunkie’s picture

Status: Active » Closed (won't fix)