Closed (fixed)
Project:
Colorpicker
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2008 at 03:20 UTC
Updated:
18 May 2011 at 15:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
Daniel A. Beilinson commentedI have same problem too... What is it?
Comment #2
pbowe commentedIt looks like the development snapshot has an updated colorpicker_example.module. I made the same changes to the colorpicker_example_menu() function and the error went away. The function should look like this:
function colorpicker_example_menu() {
$items[] = array(
'title' => t('Color Picker Example'),
'path' => 'colorpicker/example',
'description' => t('An example of the color picker in use.'),
'callback' => 'colorpicker_example_callback',
'access' => user_access('access colorpicker example')
);
return $items;
}
Comment #3
skilip commentedthe problem is caused by the $may_cache variable. In D6 isn't used anymore.
Comment #4
skilip commentedComment #5
dwees commentedThis is exactly the problem, but the conditional function inside the hook_menu() is now unnecessary and should be removed as well.
Dave
Comment #6
skilip commentedOops, overlooked that one! You're right.
Comment #7
kompressaur commentedSorry i am experiencing the same problem. Forgive my ignorance but how would one go about applying that patch. hit me with it daddio i can take it. I aint scared of no code! (in the voice of ghostbusters)
Thanks
Comment #8
skilip commentedDid you install the latest version of Colorpicker? It should have been fixed.
Comment #9
rolodmonkey commentedThis appears to have been resolved.
Comment #11
WebGirl_Lisa commentedI installed the latest version of colorpicker and I'm still having this issue on a 6.20 drupal site