Error messages are shown when accessing the settings page to add an envinronment
kiamlaluno - September 30, 2009 - 09:56
| Project: | Faceted Search |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | PHP 5.3 |
Jump to:
Description
When I visit that settings page, I get the following errors:
warning: Parameter 1 to author_facet_faceted_search_init() expected to be a reference, value given in /Library/WebServer/Documents/dr61/includes/module.inc on line 471.
warning: Parameter 1 to content_type_facet_faceted_search_init() expected to be a reference, value given in /Library/WebServer/Documents/dr61/includes/module.inc on line 471.
warning: Parameter 1 to faceted_search_ui_faceted_search_init() expected to be a reference, value given in /Library/WebServer/Documents/dr61/includes/module.inc on line 471.
notice: Undefined index: author_facet_excluded_roles in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/author_facet.module on line 123.
warning: array_intersect(): Argument #1 is not an array in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/author_facet.module on line 123.
notice: Undefined index: content_type_facet_types in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/content_type_facet.module on line 120.
warning: array_filter() expects parameter 1 to be array, null given in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/content_type_facet.module on line 120.
notice: Undefined index: content_type_facet_types in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/content_type_facet.module on line 37.
warning: array_filter() expects parameter 1 to be array, null given in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/content_type_facet.module on line 37.
warning: array_intersect(): Argument #2 is not an array in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/content_type_facet.module on line 37.
notice: Undefined index: base_path in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 184.
notice: Undefined index: start_page in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 192.
notice: Undefined index: results_style in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 213.
notice: Undefined index: results_style_selective_extracts in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 219.
notice: Undefined index: current_block in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 234.
notice: Undefined index: keyword_block in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 243.
notice: Undefined index: keyword_mode in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 251.
notice: Undefined index: keyword_field_selector in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 258.
notice: Undefined index: guided_block in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 274.
notice: Undefined index: sort_block in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 280.
notice: Undefined index: tooltips in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 287.
notice: Undefined index: related_block in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 301.
notice: Undefined index: related_style in /Library/WebServer/Documents/dr61/sites/all/modules/faceted_search/faceted_search_ui.module on line 312.
warning: Invalid argument supplied for foreach() in /Library/WebServer/Documents/dr61/includes/form.inc on line 1205.
#1
I got the same warnings since I started to use PHP 5.3 on Snow Leopard (instead of MAMP - PHP 5.2.6). They will go away once you remove the '&' from the function signatures though I'm not sure about side effects.
faceted_search_ui_faceted_search_init($env)PHP 5.3 support for Drupal 6 core is currently in the works (360605: PHP 5.3 Compatibility).
#2
The first three warning messages could be caused by PHP 5.3, but I am not sure the other error messages are related with the version of PHP used.
#3
I think the remaining messages are related to the fact that some indexes are not set when the initial 3 functions fail to execute due to PHP 5.3 constraints.