I actually think this should be fixed in core, and already posted #1072322: Figure out what to do with string concats. It would also be possible to fix this in skinr by splitting the parameter in two via php and using a two-term where clause.

This issue is mostly for documentation, in case someone else finds the postgres problem with skinr and searches here, and as a fallback should the aforementioned issue be rejected for core.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yuriy.babenko’s picture

Status: Active » Needs review
FileSize
884 bytes

Attaching a patch.

yuriy.babenko’s picture

Drupal doesn't like the hash sign in the file name... patch re-attached.

moonray’s picture

Status: Needs review » Needs work

The explode function call need to ignore any dashes past the first. If delta contained a dash, we'd get errors...

EDIT: e.g. menu-secondary-links

moonray’s picture

The patch at #1044222: Remove skin configuration functionality from third-party forms should fix this problem.
Once committed we need to write this patch for the 6.x-2.x branch of Skinr.

moonray’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
Status: Needs work » Patch (to be ported)
moonray’s picture

Issue summary: View changes
Status: Patch (to be ported) » Needs review
FileSize
1.53 KB

A working patch to fix this (based on the previous patches).

  • Commit 13edf47 on 6.x-2.x by moonray:
    Issue #1073108 by moonray, yuriy.babenko | greg.1.anderson: Fixed use of...
moonray’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.