Getting this fatal PHP error when custom layouts are on. It looks like the culprit is:
l(t('layout for this publication'), 'admin/epublish/edit/' . $edit["pid"])
at the end of line 2017 of epublish.module should read something like:
l(t('layout for this publication'), 'admin/epublish/edit/' . $edit->pid)
although I'm not sure the URL itself is correct: should it be 'aadmin/epublish/edit/publication/'?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | epublish_type_error_fix_head.patch.txt | 1.01 KB | pfaocle |
Comments
Comment #1
pfaocleThis error is present in both latest HEAD and 4.7 release. Patch for HEAD attached.
Comment #2
kuldip zala commentedNow,
This bug resolved in current epublish module of 4.x .
You can download and enjoy.
Kuldip
Comment #3
kuldip zala commentedNow,
This bug resolved in current epublish module of 4.x .
You can download and enjoy.
Kuldip
Comment #4
kuldip zala commentedNow,
This bug resolved in current epublish module of 4.x .
You can download and enjoy.
Kuldip
Comment #5
techrobo commentedNever got this issue. I suppose the latest CVS commit is perfect.