Closed (fixed)
Project:
Colorbox
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jan 2013 at 12:45 UTC
Updated:
8 May 2014 at 04:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
geoffreyr commentedAttaching patch for use in makefiles.
Comment #2
frjo commentedThe directory structure have changed as well so more chages was needed.
I have committed fixes to 7.x-2.x-dev as well as 7.x-1.x-dev.
Please test and report back here if it works for you.
When I have received a couple of positive responses I will make new stable releases.
Comment #3
aendra commentedConfirming that the latest dev snapshot fixes the issue on my install. Thanks, frjo!
Comment #4
jamesHF commentedFor me, I also had to remove the extra 'colorbox/' from the path to make it work. (Working on 7.x-2.0 instead of dev)
Comment #5
jmoruziLatest dev fixed this issue for me as well, thanks frjo!
Contrary to what some other threads are saying, you DO NOT need multiple nested colorbox folders, sites/all/libraries/colorbox/jquery.colorbox-min.js works.
Comment #6
bisonbleu commentedNew dev release works for me. Thanks!
Comment #7
frjo commentedVersion 7.x-2.1 is out.
Could you please confirm that the fix in 7.x-1.x works as well?
Comment #8
bisonbleu commentedI've disabled 7.x-2.x-dev, downloaded & installed 7.x-1.x-dev. Colorbox slideshow doesn't work and I get the following error.
Also tried with 7.x-2.1. Colorbox slideshow works but I get the following error.
Notice : Undefined property: stdClass::$nid in colorbox_handler_field_colorbox->render() (line 189 in /Applications/MAMP/htdocs/zamorg2/sites/all/modules/colorbox/views/colorbox_handler_field_colorbox.inc).
Back to 7.x-2.x-dev. Works. :-)
Comment #9
frjo commented@bisonbleu, when reverting from 7.x-2.x back to 7.x-1.x you need to first uninstall 7.x-2.x. Some settings conflict and results in the errors you was seeing.
The "nid" error for colorbox_handler_field_colorbox() has been fixed in 7.x-2.x-dev as you noticed:
#1891780: Undefined property: stdClass::$nid in colorbox_handler_field_colorbox->render()
Comment #10
frjo commentedSee #1901124: Colorbox library file structure has changed for 7.x-1.x
Comment #11
bakim commentedthe patch work perfectly!~ Thank you very much~
Comment #12
govind.maloo commentedThank you for Patch !! Works perfectly.