I upgraded your module from 6.x-1.1 to 6.x-1.3 ... and countless other modules as well (under Drupal 6.13) today.

Found my site was producing blank pages for anonymous users.

I could not find out which module was causing that -- the only error appearing in logs was:
[11-Jul-2009 12:32:12] PHP Fatal error: Unsupported operand types in /PATHTOMYSITE/includes/common.inc on line 1552

It took me HOURS of trial and error switching off modules that the problem was caused by Google Translate Links!

When I disabled the block, anonymous pages started to appear.

Tried to install 6.x-1.2 -- same problem.
Tried to install the current dev version (of July 10) -- same problem.

Now running 6.x-1.1 which still works. I will not upgrade, ever, unless you or somebody finds the problem.

Comments

blinkingtwelve’s picture

Assigned: Unassigned » blinkingtwelve
Status: Active » Fixed

Thanks for the report. This is (was) a grave issue.
It's fixed in 6.x-1.4.

It was caused by a D5-style call to l(), causing errors on D6. The 6.x-1.3 release was based on a (very) wrongly placed CVS tag on stale, non-unified, D5 code. This was especially annoying since the error is not triggered on admin pages (those being inaccessible to anon users), and therefor not immediately apparent after upgrading.

Status: Fixed » Closed (fixed)

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