Hi, I'm having kind of a similar error as http://drupal.org/node/1502116, but instead of "Undefined offset: 2", it says "Undefined offset: 3 in SassScriptParser->parse() (line 127 of [site]/sites/all/themes/sasson/phamlp/sass/script/SassScriptParser.php)."

I had version 7.x-2.5 and tried updating to 7.x-2.6, 7.x-3.x-dev, and 7.x-2.x-dev to see if that would fix it, as per the above linked issue, but no dice!

What do you think is going on here? Is there any way I can fix it without having to rebuild my entire sub-theme (which would be terrible!)?

CommentFileSizeAuthor
#4 undefined-offset-1772274-4-D7.patch1.13 KBdarrenwh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tsi’s picture

Status: Active » Postponed (maintainer needs more info)

I couldn't reproduce this, any clues on what caused it ?

tsi’s picture

Component: Code » Phamlp
Status: Postponed (maintainer needs more info) » Postponed

Marking as a Phamlp compiler issue.
The PHP compiler, while serving us well, will always lag behind the original ruby-compass compiler, this is why the upcoming release (v3.x) of Sasson will use assetic to compile Sass using the original ruby compiler.
Unfortunately, bugs with the php compiler is probably not something we will have time to work on anytime soon, since most of the effort is going into the v3.x branch which uses the original ruby-compass, so marking all Phamlp issue as postponed.
If #1825006: Phamlp can't get arguments as @media queries values is solved, we might find a way to support the php compiler as a fallback for people developing on a server that can't install ruby (we recommend developing locally, on a local server with ruby and compass installed).
Any help with this will be most appreciated.

tsi’s picture

Issue summary: View changes
Status: Postponed » Closed (won't fix)

The PHP compiler used in Sasson 2.x is no longer needed in v3.x and I don't see me or anyone else getting to maintain it.
Marking all relevant issues as won't fix. sorry.
You are welcome to try the much more powerful v3.x

darrenwh’s picture

Client was reluctant to pay to have 8 multi sites restyled to so I just patched the file, attached.