Active
Project:
Nodewords Page Title (Views, Panels, Non-nodes)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 23:25 UTC
Updated:
1 Aug 2013 at 15:17 UTC
Is there a way to make this module work with nodewords 1.11? since the maintainers of nodewords dont want people to use 1.12
Comments
Comment #1
damienmckennaUpdated the issue title accordingly.
Comment #2
EPO commentedHas anybody looked at it? This bug crashes the whole Drupal System with a white screen.
Here is a hint from the apache log:
[Tue Dec 27 18:41:20 2011] [warn] mod_fcgid: stderr: PHP Fatal error: Call to undefined function _nodewords_custom_pages_load_data() in ...modules/nodewords_pagetitle/nodewords_pagetitle.module on line 105
for apache only a warning for Drupal the end of execution ...
Comment #3
damienmckennaContinuing from #1387134: White screen on update from nodewords-6.x-1.12-rc1 to 1.13-rc2, it seems there are two problems:
Comment #4
damienmckennaI've reviewed the possibility of an API conflict. It once again boils down to the fact that we scrapped a year's worth of development, and API changes, when we scrapped the 6.x-1.12-x codebase and started over again with 6.x-1.11. I do apologize for the inconvenience,.
Comment #5
mazdakaps commentedsubscribe
Comment #6
sammyframson commentedI am having the same issue as EPO - when updated from a Dev version to 1.13, I simply get a blank white screen and it renders my site unusable.
I am not really understanding the notes from Damien in #3 and #4... is there a recommendation? Should I attempt the current dev version instead? I can only get my site back up by going into the FTP and deleting the entire module because even admin screens are inaccessible...
Comment #7
damienmckenna@sammyframson: In short - don't use nodewords_pagetitle until it is updated by the maintainer, or someone creates a patch to fix compatibility, or #948342: Page title support, i.e. merge nodewords_pagetitle is committed to Nodewords at which point this module becomes unnecessary.
Comment #8
damienmckennaI've just committed the patch from #948342: Page title support, i.e. merge nodewords_pagetitle, so now this separate module is no longer necessary.
Comment #9
Mayday commentedSo just to be clear. We need to remove nodewords_pagetitle from the modules folder since it is now dead and included in nodewords itself?
Comment #10
damienmckennaI'm including an update script in the next release of Nodewords to uninstall Nodewords PageTitle as it's no longer necessary and is incompatible, see #2055673: Uninstall nodewords_pagetitle if found for the patch.