Hi,

Googtube is such a fabulous module!

Very often receiving the following notice in dblog, even where there is no youtube or video shown on the particular page:

Notice: Use of undefined constant path - assumed 'path' in googtube_vimeo() (line 71 of /home/public_html/sites/all/modules/googtube/googtube.module)

Would most appreciate any suggestions, and thank you.

Comments

kloewer’s picture

I changed

$vimeo_id = ltrim($parsed_url[path],"/");

to

$vimeo_id = ltrim($parsed_url['path'],"/");

['path'] instead of [path]

alexandreracine’s picture

Category: support » bug

I'll add this to the next release. Thanks.

alexandreracine’s picture

Status: Active » Fixed

The version 7.x-2 is now online! Check it out! Let me know if this is ok now.

Status: Fixed » Closed (fixed)

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