Thanks for a great theme!

I'm getting this error on admin pages. I believe this relates to a similar issue here http://drupal.org/node/1332156. The conclusion there was to upgrade the parse to RC4.

How do I do that? Is parser upgrade planned in near future?

Thanks
Ron

Comments

liorkesos’s picture

Upgrading to 7.x-2.x-dev solved the problem for me...

bluetegu’s picture

Version: 7.x-2.0-beta3 » 7.x-2.x-dev

The problem still persists for me. Updating the issue version accordingly.

tsi’s picture

Status: Active » Postponed (maintainer needs more info)

What do you mean on admin pages ? do you have sasson as your admin-theme?

bluetegu’s picture

I'm using seven as the admin theme. I looked back at the logs and the latest locations I got this error where on the home page and on cron.php (?). This error kind of appears and disappears randomly. I'll update if I have more info.

tsi’s picture

Doing some cleaning up, is this still an issue ? a lot have changed since...

Anonymous’s picture

Version: 7.x-2.x-dev » 7.x-2.5

Hi, I'm having kind of a similar error, 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, 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 subtheme (which would be terrible)?

tsi’s picture

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

Component: Code » Phamlp
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