I am getting this message on site-install:
Use of undefined constant FILTER_FORMAT_DEFAULT - assumed 'FILTER_FORMAT_DEFAULT' in profiler_install_nodes() (line 327 of .../libraries/profiler/profiler_api.inc). [98.13 sec, 70.82 MB]
And the solution is to use filter_fallback_format() like stated in #898746: Use filter_fallback_format() instead of FILTER_FORMAT_DEFAULT.
A patch is on its way.
Thanks,
Antonio
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0001-Issue-1203684-fix-use-of-undefined-constant-FILTER_F.patch | 1.29 KB | ao2 |
Comments
Comment #1
ao2 commentedHere is a patch attached, you can apply it with
git amin order to preserve the authorship and the long commit message.Thanks,
Antonio
Comment #2
q0rban commentedAwesome! Committed. http://drupalcode.org/project/profiler.git/commit/cfe4e5a
Comment #3
ao2 commented@q0rban thanks!
For the future: the nickname is ao2, with the letter 'o', not the number '0', and just FYI some other maintainer told me that when we use
git-format-patch/git-amthe "by ao2" part can be omitted as the authorship is recorded in the project history anyways; but I guess it does not hurt to have it.Regards,
Antonio
Comment #4
q0rban commentedAh, sorry about that Antonio. Should have copied/pasted. I agree that it's probably superfluous, but I'm not sure if the certified to rock score still goes off of the commit message, so I put it in just to be sure you get your props. Maybe I don't need to do that.