I have fixed this by modifying google_docs.theme.inc on line 15 to be:
$ipath = url(drupal_get_path('module', 'google_docs') . "/icons");
and replacing all occurances of "/{$ipath}" with "{$ipath}" (lines 23 and 78)

CommentFileSizeAuthor
#4 google_docs_ipaths.patch1.17 KBshadowspar

Comments

flexer’s picture

Assigned: Unassigned » flexer

Thank you, I'll fix this in beta4 along some other things

flexer’s picture

Status: Active » Fixed

Fixed in beta4

Status: Fixed » Closed (fixed)

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

shadowspar’s picture

Version: 6.x-1.0-beta3 » 6.x-1.0-beta4
Status: Closed (fixed) » Needs review
StatusFileSize
new1.17 KB

Unfortunately, this fix doesn't work for sites without Clean URLs enabled, and it breaks the display of the Google logo that links to docs.google.com as well.

I think this patch to beta4 should work for everyone -- can you please take a look?

flexer’s picture

I will, thank you!

flexer’s picture

Patch applied in beta5 :)

flexer’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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