Closed (fixed)
Project:
Googtube
Version:
7.x-1.x-dev
Component:
code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 07:28 UTC
Updated:
11 Jun 2012 at 17:41 UTC
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
Comment #1
kloewer commentedI changed
$vimeo_id = ltrim($parsed_url[path],"/");to
$vimeo_id = ltrim($parsed_url['path'],"/");['path'] instead of [path]
Comment #2
alexandreracine commentedI'll add this to the next release. Thanks.
Comment #3
alexandreracine commentedThe version 7.x-2 is now online! Check it out! Let me know if this is ok now.