WHe i create some search form. i got this error, looks like search template is missing:

warning: include(modules/fieldfinder/theme/fieldfinder-search.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 256.
warning: include(modules/fieldfinder/theme/fieldfinder-search.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 256.
warning: include() [function.include]: Failed opening 'modules/fieldfinder/theme/fieldfinder-search.tpl.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 256.
warning: include(modules/fieldfinder/theme/fieldfinder-groupbt.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 323.
warning: include(modules/fieldfinder/theme/fieldfinder-groupbt.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 323.
warning: include() [function.include]: Failed opening 'modules/fieldfinder/theme/fieldfinder-groupbt.tpl.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 323.
warning: include(modules/fieldfinder/theme/fieldfinder-form.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 330.
warning: include(modules/fieldfinder/theme/fieldfinder-form.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 330.
warning: include() [function.include]: Failed opening 'modules/fieldfinder/theme/fieldfinder-form.tpl.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/domains/example.com/www_root/modules/fieldfinder/fieldfinder.module on line 330.

Comments

internets’s picture

Similar errors after installing the fieldfind module and setting up a custom search and block.

* warning: include(sites/all/modules/fieldfinder/theme/fieldfinder-groupbt.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/domain/sites/all/modules/fieldfinder/fieldfinder.module on line 323.
* warning: include() [function.include]: Failed opening 'sites/all/modules/fieldfinder/theme/fieldfinder-groupbt.tpl.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/domain/sites/all/modules/fieldfinder/fieldfinder.module on line 323.
* warning: include(sites/all/modules/fieldfinder/theme/fieldfinder-form.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/domain/sites/all/modules/fieldfinder/fieldfinder.module on line 330.
* warning: include() [function.include]: Failed opening 'sites/all/modules/fieldfinder/theme/fieldfinder-form.tpl.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/domain/sites/all/modules/fieldfinder/fieldfinder.module on line 330.

wallbay1’s picture

does this guy even maintain the module anymore?

wallbay1’s picture

hi
i just created a theme folder inside the fieldfind folder and putted blank file
fieldfinder-groupbt.tpl.php etc...
but i am having this problem i could not fix the invalid argument now this is what i get

* warning: Invalid argument supplied for foreach() in /home/www/tastyhabits.com/includes/form.inc on line 1192.
* warning: Invalid argument supplied for foreach() in /home/www/tastyhabits.com/includes/form.inc on line 1192.
* warning: include(sites/all/modules/fieldfinder/theme/fieldfinder-group.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/www/tastyhabits.com/sites/all/modules/fieldfinder/fieldfinder.module on line 308.
* warning: include(sites/all/modules/fieldfinder/theme/fieldfinder-group.tpl.php) [function.include]: failed to open stream: No such file or directory in /home/www/tastyhabits.com/sites/all/modules/fieldfinder/fieldfinder.module on line 308.
* warning: include() [function.include]: Failed opening 'sites/all/modules/fieldfinder/theme/fieldfinder-group.tpl.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/www/tastyhabits.com/sites/all/modules/fieldfinder/fieldfinder.module on line 308.

danielb’s picture

There haven't been any commits since the module was added last year. Creating the project page is the only thing jupiter's posted on Drupal.org, and that was when he first joined. I wouldn't get my hopes up.
If you're looking for something that will do a cck field search, my module finder in conjunction with Views will help.