I hope I'm posting this in the right place. I visited the other possible thread for this topic but it seems to be spammed with gobbledegook! Hundreds of articles per hour with strange text. Is someone attacking the site?
Anyway, so I'm a brand new user, Hello All! I am attempting to teach myself Drupal from scratch and was very proud to have managed to set up a linux server and get it all installed correctly yesterday. Now I'm attempting to use the Fusion based theme Acquia Prosper. I think I have everything installed as it should be but after trying to make a few changes in the color options I got a HUGE error message as follows:
Notice: Undefined index: preview_css in theme_color_scheme_form() (line 269 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Notice: Undefined index: gradients in color_scheme_form() (line 226 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Notice: Undefined index: base_image in color_scheme_form_submit() (line 338 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Notice: getimagesize() [function.getimagesize]: Read error! in color_scheme_form_submit() (line 339 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Notice: Undefined index: copy in color_scheme_form_submit() (line 391 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Warning: Invalid argument supplied for foreach() in color_scheme_form_submit() (line 391 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Notice: Undefined index: base_image in color_scheme_form_submit() (line 400 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Notice: Undefined index: blend_target in _color_rewrite_stylesheet() (line 479 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Notice: Undefined index: blend_target in _color_rewrite_stylesheet() (line 479 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
...repeated a hundred off times then:
/homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
Warning: Invalid argument supplied for foreach() in _fusion_accelerator_get_responsive_options() (line 433 of /homepages/34/d417700173/htdocs/DrivingDream/sites/all/modules/fusion_accelerator/fusion_accelerator.module).
Warning: Invalid argument supplied for foreach() in _fusion_accelerator_save_grid() (line 462 of /homepages/34/d417700173/htdocs/DrivingDream/sites/all/modules/fusion_accelerator/fusion_accelerator.module).
Notice: Undefined index: gradients in color_scheme_form() (line 226 of /homepages/34/d417700173/htdocs/DrivingDream/modules/color/color.module).
If anyone could give me advice in layman's terms - I didn't know what Drupal was 24 hours ago! - I would be very grateful. Just for clarity...
I have
Acquia Prosper 7.x-1.x-dev (default theme)
Fusion Core 7.x-2.0-beta2
The following displays too, which i think might hint at whatever the issue is being caused by:
ENABLED NAME VERSION DESCRIPTION OPERATIONS
Apply skins
7.x-2.0-beta1 Provides a way to define and skin Drupal UI components, such as blocks and menus.
Required by: Apply skins for pages and regions (enabled), Apply skins UI (enabled)
Apply skins for pages and regions
7.x-2.0-beta1 Adds a new tab to the administrative interface to edit skins for pages and regions.
Requires: Apply skins (enabled)
Apply skins UI
7.x-2.0-beta1 Administrative interface to edit skins for Drupal UI components. Without this module, you cannot edit your skins or rules.
Requires: Apply skins (enabled), Contextual links (enabled)
Permissions
Configure
Fusion grid tools
7.x-2.0-beta1 Provides dynamic grid generation for responsive layouts.
Fusion labels
7.x-2.0-beta1 Toggle buttons are added for administrators to visualize regions and grids in a theme.
Permissions
Responsive layouts for IE 6-8
7.x-2.0-beta1 Provides simulated support for CSS media queries in Internet Explorer versions 6-8.
Requires: Libraries (missing)
HIDESKINR
ENABLED NAME VERSION DESCRIPTION OPERATIONS
Skinr
7.x-2.0-beta1 Provides a way to define and/or skin bits of Drupal output from the UI.
Required by: Skinr Context (disabled), Skinr UI (enabled), Skinr Context UI (disabled)
Help
Skinr Context
7.x-2.0-beta1 Provides Skinr integration with Context.
Requires: Context (missing), Skinr (enabled)
Skinr Context UI
7.x-2.0-beta1 Administrative interface for Skinr Context. Without this module, you cannot edit your skins with context.
Requires: Context_ui (missing), Skinr UI (enabled), Skinr (enabled)
Skinr Panels
7.x-2.0-beta1 Provides Skinr integration with Panels.
Requires: Panels (missing)
Skinr UI
7.x-2.0-beta1 Administrative interface to skinr. Without this module, you cannot edit your skins.
Requires: Skinr (enabled)
Required by: Skinr Context UI (disabled)
I'd be very grateful for some help. Many thanks.
Sam