Closed (won't fix)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
18 Sep 2008 at 02:50 UTC
Updated:
22 Sep 2008 at 19:28 UTC
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
Comment #1
loze commentedThis 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?
Comment #2
infojunkieI'm not planning to support PHP4, especially for D6. There might be functions I use that are PHP5-specific, especially array manipulation ones.
Comment #3
infojunkie