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

damienmckenna’s picture

Title: nodewords 1.12 is depreciated » Update to work with Nodewords 6.x-1.13

Updated the issue title accordingly.

EPO’s picture

Has 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 ...

damienmckenna’s picture

Continuing from #1387134: White screen on update from nodewords-6.x-1.12-rc1 to 1.13-rc2, it seems there are two problems:

  1. An API change which possibly leaves the Nodewords API instructions in conflict with the API itself. This will be reviewed: #1397520: Conflict between API.txt and the actual API?
  2. The module changed heavily from 6.x-1.12-x to 6.x-1.13 because we basically scrapped the new codebase and just re-merged the changes we wanted to keep. v6.x-1.12 was going down the wrong path so all modules will have to be updated accordingly.
damienmckenna’s picture

I'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,.

mazdakaps’s picture

subscribe

sammyframson’s picture

I 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...

damienmckenna’s picture

@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.

damienmckenna’s picture

I've just committed the patch from #948342: Page title support, i.e. merge nodewords_pagetitle, so now this separate module is no longer necessary.

Mayday’s picture

So just to be clear. We need to remove nodewords_pagetitle from the modules folder since it is now dead and included in nodewords itself?

damienmckenna’s picture

Title: Update to work with Nodewords 6.x-1.13 » Deprecate Nodewords_PageTitle

I'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.