In /sites/all/modules/views/help/views.help.ini, the following title strings need to be in quotes. These cause an error under PHP 5.3
grep -n title sites/all/modules/views/help/views.help.ini |grep -v \"
160:title = What are overrides?
163:title = Embedding a view into other parts of your site
166:title = What's new in Views 2
170:title = Updating your views from Views 1 to Views 2
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-638916.patch | 872 bytes | dawehner |
Comments
Comment #1
dawehneryou missed one :)
Comment #2
avpadernoThe patch doesn't apply for the version I installed (6.x-3.0alpha1), but quoting those strings containing a space worked; now the help buttons appear where they should.
Comment #3
merlinofchaos commentedFixed in all branches.