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

CommentFileSizeAuthor
#1 views-638916.patch872 bytesdawehner

Comments

dawehner’s picture

Status: Active » Needs review
StatusFileSize
new872 bytes

you missed one :)

avpaderno’s picture

The 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.

merlinofchaos’s picture

Status: Needs review » Fixed

Fixed in all branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.