in Drupal 7.19, Custom search 7.11, i recieved notices:
Notice: Undefined index: keys in custom_search_form_alter() (line 132 of /var/www/.../sites/all/modules/custom_search/custom_search.module).
Inside custom_search.module there is 'keys' key on line 132, but why it does not find them?
where is the problem - i Custom search module or in other module/s/?
The comment above states "// If basic search is hidden, original search terms are imported into advanced search." Maybe the problem is in difference between Search /or Content search/ module and Custom search?
These modules are enabled:
Custom Search Blocks , Custom Search Internationalization , Custom Search Taxonomy, Search 404 7.x.-1.2, Search Configuration 7.x-1.1-beta2.

Comments

jdanthinne’s picture

Can you try with the current DEV version? Some fixes have been made for the advanced search.

mitkompm’s picture

i'll try and give feedeback in some hours.

Have tried dev version, but messages are still appearing.
Noticed, that, they are shown only for anonymous users when 'page not found error' happens. For registered ones notice does not appear.

jdanthinne’s picture

What are your settings for the results page?

mitkompm’s picture

-result page opens in same window;
-Display advanced search - on;
For Results:
- Content type
-date

jdanthinne’s picture

Still cannot reproduce this bug, what about permissions, how have you set them?
If you give me an access to your site, I can give a look inside…

mitkompm’s picture

Administer custom search is enabled for admin only.
Use custom search is enabled for registered users and admin, and disabled for anonymous users.

jdanthinne’s picture

Does this bug happen if you disable Search Congfiguration and Search 404?

jdanthinne’s picture

I've made changes to the DEV version, please try it tomorrow when available, or use this patch : http://drupalcode.org/project/custom_search.git/patch/ac82c29

mitkompm’s picture

Now i can confirm, that, after disabling the modules of Custom search, notices adre not shown.
Will try with dev version.

Thank you Jerome, dev version resolved the problem.