please remove the blank string in the global_filter_plugin_argument_default_global_filter_view.inc file before <?php directive, because this string causes many problems

Comments

fantom84’s picture

and blank line in the global_filter_plugin_argument_default_global_filter_field.inc file too
When I removed this line, the problem with "cannot modify header..." went away

RdeBoer’s picture

Will do. Thanks for your report.

fantom84’s picture

It's my pleasure

RdeBoer’s picture

Status: Active » Fixed

Checked into 6.x-1.x-dev with attribution to fantom84
Please verify it's working for you, so that I can make an official release.

Status: Fixed » Closed (fixed)

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

fantom84’s picture

in the 6.x - ok,
but in the 7.x-1.8 blank line is in the global_filter_plugin_argument_default_global_filter_proximity.inc, global_filter_plugin_argument_default_global_filter_field.inc and global_filter_plugin_argument_default_global_filter_view.inc

RdeBoer’s picture

Hi fantom84,
Thanks for reporting. I'm in the middle of testing a big check-in. The fix will be part of that.
Rik

fantom84’s picture

ok, thanks

RdeBoer’s picture

By the way, the blank line doesn't seem to matter for most people. What are the symptoms on your system?

fantom84’s picture

on site with D6 I have the white screen of death (I have changed the filter programmatically before display a page)
and I have a message "cannot modify header..."
and when I removed blank lines - errors gone away

maybe it depends on hosting config and encoding, but in the readme for 6.x module you wrote

4) Update. Ignore the warning: "Cannot modify header information - headers
already sent...". Press Save.

when I removed blank lines - I have no errors. I had this type of error on all sites when I config views

In the d7 I don't test, just removed these lines. I can return the lines and see what happens
Sorry for my english)

RdeBoer’s picture

Hi fantom84,
Thanks for mentioning the 6.x README... .will update!
I haven't seen this error in 7.x ever. Wonder if it is system-dependent...
Would appreciate if you could try on your system and let us know if you get the error...
Rik

fantom84’s picture

ok, I will try and inform you

RdeBoer’s picture

That will be great. Thanks fantom!
Rik

fantom84’s picture

there are no errors in the 7.x version)
but, maybe, it's better to remove these blank lines?)

RdeBoer’s picture

Thanks fantom,
It's certainly beter not to have these blank lines.
I have removed them. Wil be available in next check-in.
Rik