Closed (fixed)
Project:
Title
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jun 2012 at 09:43 UTC
Updated:
13 Jun 2014 at 23:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachThis is a Title issue. The attached patch should fix it.
Comment #2
ptmkenny commentedThis patch didn't work for me. After applying it, when I try to create a new node of my custom content type (for uploading pictures; it contains a single image field), I get the following error:
Fatal error: Call to undefined function entity_language() in /Volumes/Bullfrog/om/sites/all/modules/contrib/title/title.module on line 449
I applied the patch to the dev version of Title (2012-Jun-13) with Entity Translation alpha2 and Entity API rc3. I then upgraded to Entity Trans dev and Entity API dev and flushed the caches but the patch still didn't work. Reverting to the dev version of Title (pre-patch) caused the error to no longer appear.
Comment #3
plach@ptmkenny:
You are having a different problem, see the project page and the release notes.
Comment #4
plachComment #5
plachCommitted and pushed, thanks.
Comment #7
heretic381 commentedHave the same problem. The patch didn't work. Saving comment results as a blank page.
Comment #8
plachAre you using the latest dev?
Comment #9
heretic381 commentedTitle 7.x-1.0-alpha3+4-dev
Entity Translation 7.x-1.0-alpha2
Comment #10
plachThat's not the latest Title dev, it probably does not include the commited patch.
Comment #11
heretic381 commentedI've applied the patch. And about week ago i've upgraded from beta to dev version. What do you suggest?
Comment #12
plachFirst of all install the latest Title dev and flush all caches. Then if the problem is still there and it's the same as the one described in the OP, you should post a list of steps to reproduce it. Being able to see it on a plain Drupal installation with only Title and ET would help a lot. If this is not possible, then the list should contain a list of modules to be installed to reproduce the problem and their versions.
Also check you are using the latest dev version of Drupal core or applied the entity langauge patch as mentioned in the project page (see #3).
Comment #13
heretic381 commentedOk, thanks. I will try that and post the needed info if it doesn't work.
Comment #14
heretic381 commentedJust in case...is this the last dev version:
7.x-1.0-alpha3+10-dev ?
Comment #15
heretic381 commentedOk, after installing the latest dev package and clearing cache, I'm facing the issue described in #2.
Fatal error: Call to undefined function entity_language() in /homez.501/ombrolud/www/sites/all/modules/title/title.module on line 453
Not sure where to look for the next step.
Comment #16
heretic381 commentedOk, after some reading, I suppose this is the key:
"Also check you are using the latest dev version of Drupal core or applied the entity langauge patch as mentioned in the project page "
I'm not using the dev version of Drupal core, as it could be more risky to build a site with it.
If I'm not wrong this is the patch that should be applied to drupal core:
http://drupal.org/files/entity_language-1495648-47_0.patch
Comment #17
plachThis is the core patch to apply: #1495648-42: Introduce entity language support.
Comment #18
heretic381 commentedYeah, that's what I meant.
It works now :)
Thanks :)
Comment #19
plachGood :)
Comment #20
plach