The 4.7.0-rc1 release of drupal has removed the function node_validate_title. As per several other modules, the solution is simply remove the call to that function from the module. This is what the patch does and it seems to work fine.
| Comment | File | Size | Author |
|---|---|---|---|
| liquid_rc1.patch.txt | 462 bytes | WRXIzumi |
Comments
Comment #1
alexandreracine commentedCould someone commit this patch?
I can't say that doing a "diff thisfilepatch.1" ... etc will work.
But manually editing the file and commenting the line 73 like this, see below, works.
So if I understand correctly and the file is doing just that (or removing the line 73), then It's all good.
Comment #2
alexandreracine commentedCan someone review this?
Comment #3
t3r0 commentedTested both solutions and both work. This is a critical bug and needs to fixed asap...
I recommend the first patch, because leving an empty
hook_validate()makes no sense...Comment #4
alexandreracine commentedCommiters, please look at this patch. Thanks.
Comment #5
drummThe patch looks like the correct solution, as demonstrated by an equivalent patch being committed to story.module in core. Tested and it works too.
Comment #6
MichaelCole commentedHi, this is still broken after install. Drupal 4.7.3 Install and 4.7.x Wiki.
Seems easy enough to fix and make a new unbroke version...
Comment #7
sorenp commentedEasy... but requires time. I've had problems with committing so nothing was updated at the official site... I'm sorry.
There is an update for 5.1 now where this has been fixed.
Comment #8
(not verified) commented