Hi,

On a clean install i went through one by one and enable the modules to get the Featured Content Slider (custom) to work as per the Modules section.... including the jquery_ui library which is vaguely described as being necessary to intall.

When I finally enabled the Featured Content Slider (custom) module I get this below and also there is still no option to select a content type in the admin/content_slider setup as per http://drupal.org/node/796546:

user warning: Table 'bsane_drupXXX.imagecache_preset' doesn't exist query: INSERT INTO imagecache_preset ( presetname ) VALUES ('eb_custom_slider_thumb') in /home/XXXpublic_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.install on line 44.
user warning: Table 'XXX_XXX.imagecache_preset' doesn't exist query: INSERT INTO imagecache_preset ( presetname ) VALUES ('eb_custom_slider_main') in /home/bsane/public_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.install on line 46.
user warning: Table 'XXX_XXX.imagecache_preset' doesn't exist query: SELECT presetid FROM imagecache_preset WHERE presetname = 'eb_custom_slider_thumb' in /home/XXX/public_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.install on line 50.
user warning: Table 'XXX_XXX.imagecache_preset' doesn't exist query: SELECT presetid FROM imagecache_preset WHERE presetname = 'eb_custom_slider_main' in /home/XXX/public_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.install on line 52.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 10 , 'imagecache' , 'imagecache_deprecated_scale' , 'a:3:{s:3:\"fit\";s:6:\"ins' at line 1 query: INSERT INTO imagecache_action ( presetid , weight , module ,action , data ) VALUES ( , 10 , 'imagecache' , 'imagecache_deprecated_scale' , 'a:3:{s:3:\"fit\";s:6:\"inside\";s:5:\"width\";s:2:\"35\";s:6:\"height\";s:2:\"35\";}' ) in /home/XXX/public_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.install on line 62.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 10 , 'imagecache' , 'imagecache_resize' , 'a:2:{s:5:\"width\";s:2:\"35\";s:6:\"' at line 1 query: INSERT INTO imagecache_action ( presetid , weight , module ,action , data ) VALUES ( , 10 , 'imagecache' , 'imagecache_resize' , 'a:2:{s:5:\"width\";s:2:\"35\";s:6:\"height\";s:2:\"35\";}' ) in /home/XXX/public_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.install on line 64.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 10 , 'imagecache' , 'imagecache_scale_and_crop' , 'a:2:{s:5:\"width\";s:2:\"35\' at line 1 query: INSERT INTO imagecache_action ( presetid , weight , module ,action , data ) VALUES ( , 10 , 'imagecache' , 'imagecache_scale_and_crop' , 'a:2:{s:5:\"width\";s:2:\"35\";s:6:\"height\";s:2:\"35\";}') in /home/XXX/public_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.install on line 66.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 10 , 'imagecache' , 'imagecache_scale_and_crop' , 'a:2:{s:5:\"width\";s:3:\"400' at line 1 query: INSERT INTO imagecache_action ( presetid , weight , module ,action , data ) VALUES ( , 10 , 'imagecache' , 'imagecache_scale_and_crop' , 'a:2:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"200\";}' ) in /home/XXX/public_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.install on line 73.

Comments

OnthegOinOz’s picture

Title: ImageCache issue » ImageCache issue for Featured Content Slider

Now when I try to uload an image to content type eb_custom_slider it comes back with

user warning: Table 'xxx_xxx.content_type_eb_custom_slider' doesn't exist query: SELECT * FROM content_type_eb_custom_slider WHERE nid = 1 in /home/xxx/public_html/sites/all/modules/content_slider/contrib/custom_slider/eb_custom_slider.module on line 475.

This module seems to be seriously flawed or its been installed incorrectly. If its been installed incorrectly then i would have to direct people to the very very limited install guide that gives the impression it shoul djust work with the click of a button! : ) which it really does not seem to....