Closed (duplicate)
Project:
Automatic Nodetitles
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
3 Sep 2012 at 20:39 UTC
Updated:
10 Nov 2018 at 19:59 UTC
Jump to comment: Most recent
Comments
Comment #1
Darth_Beholder commentedthank you!
Comment #2
becw commentedI ran into this same issue where drupal_write_record() throws PDOExceptions because of node titles with multibyte unicode characters that were truncated by substr(). The original patch fixes the issue for me.
Comment #3
drasgardian commentedPatch fixed the issue here too, thank you! Would love to see this committed.
Comment #4
anmolgoyal74 commentedPatch is working as required
Comment #5
gaurav.kapoor commentedPatch doesn't apply.
Comment #6
anmolgoyal74 commentedthe issue is already fixed now.
truncate_utf8() has been used which is a better option.
Comment #7
gaurav.kapoor commentedComment #8
Anonymous (not verified) commentedHah! It was my first issue/post/patch on d.org. I did not even know what
statusmean and I chose'Patch (to be ported)'because I wanted to port code to the official build of the module 😂@Darth_Beholder, @becw, @drasgardian thanks for correction status and review!
And of course, big thanks to @anmolgoyal74 and @gaurav.kapoor for taking control of this module and helped to fix this issue via #937086: If title too long, inaccurate title passed around! 🎉
Absolutely true, thanks again!