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

Comments

ao2’s picture

Status: Active » Needs review
Issue tags: ++patch
StatusFileSize
new1.29 KB

Here is a patch attached, you can apply it with git am in order to preserve the authorship and the long commit message.

Thanks,
Antonio

q0rban’s picture

Status: Needs review » Fixed
ao2’s picture

@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-am the "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

q0rban’s picture

Ah, 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.

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