When an entity uses the path property for something else, this module tries to overwrite it.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | pathauto_persist-2489284-illegal-string-offset-4-alt.patch | 648 bytes | eelkeblok |
| #7 | pathauto_persist-n2107365-7.patch | 592 bytes | damienmckenna |
Comments
Comment #1
isolate commentedPatched it!
Comment #2
isolate commentedComment #4
isolate commentedNew fix.
Comment #5
azinck commentedWorks for me.
For the sake of others searching for this, this patch fixes the error:
Comment #6
Bevan commentedPatch is clean and solves the issue.
Comment #7
damienmckennaI've shortened the patch slightly.
Comment #8
mkhamash commentedI con confirm that patch number 7 does solve the problem with fieldable_panels_panes module also.
Comment #9
stefan.r commentedIf the previous patch was RTBC then #7 should be as well as it does exactly the same :)
Comment #10
Jaesin commented+1 for a commit on this (Tested).
I just wrote the exact same patch as #7 before searching on this.
Comment #11
hey_germanoTested here too, thanks for the patch!
Comment #12
eelkeblokWouldn't this complain (notice) if the ->path doesn't exist at all (directly trying to set an index inside a non-existing array)? I submitted the attached patch for #2489284 which boils down to the same issue. My patch basically does the same thing, but starts out by setting an empty array when the ->path does not exist.
Comment #13
damienmckennaPlease don't forget to change the issue status to "needs review" when you upload a new patch ;-)
Comment #14
stefan.r commentedComment #15
eelkeblokOr when correcting someone about it ;) I wasn't sure this should be considered a new patch for this issue, but I suppose you are right.
Comment #16
anas_maw commentedThanks 7 worked for me and fixed fieldable_panels_panes module path issue also.
Comment #17
leolandotan commentedBased from #12, I think this would work for me because I have a local environment using PHP 5.4.4 and a dev environment using PHP 5.6(just updated) and I'm getting the error message
on the dev environment. By the way I'm mainly using Core 7.39, CTools 1.9, Pathauto 1.2 and Pathauto Persistant state 1.3. I'll try this patch later.
Comment #18
dave reidCommitted #12 to 7.x-1.x.