No Documentation!
| Project: | Taxonomy Search Module |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Thank you for creating a fantastic new module. I've installed it and attempted to create a new field, as your previous post indicated. (The lack of installation doucmenation is a critical problem!) Errors have ensued:
"failed to open stream: No such file or directory in /home/../../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once() [function.include]: Failed opening '/content_taxonomy.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /../../public_html/modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once(/content_taxonomy.module) [function.include-once]: failed to open stream: No such file or directory in /../../public_html/modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once() [function.include]: Failed opening '/content_taxonomy.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /../../../modules/taxonomySearch/taxonomySearch.module on line 72."
I'm fairly new to Drupal, but have put in a lot of hours already. The "missing" taxonomySearch module directory and file definitely exist on my server. Would you consider posting more detailed instructions, and perhaps a little help for a newbie?

#1
Not sure whats going wrong with your instillation, but maybe the directory into which you installed is not readable by your web server?
As for Taxonomy Search Module itself, there is nothing much more to it than the directions on the home page... I'm afraid it's a "does one job" thing - I hope the job it does is the one you want...
#2
I'm very enthusiastic about this module, despite the obstacles I've encountered. Thanks for your response.
Is it possible that your module doesn't integrate with CCK Content very well? Here's a test I recently did.
-created new subdomain
-installed Drupal
-added only two modules; CCK and Taxonomy Search module
-created several vocabularies, items
-added new Content Type field "Taxonomy Search List"
-Errors!!!!
"warning: include_once(/content_taxonomy.module) [function.include-once]: failed to open stream: No such file or directory in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once() [function.include]: Failed opening '/content_taxonomy.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once(/content_taxonomy.module) [function.include-once]: failed to open stream: No such file or directory in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once() [function.include]: Failed opening '/content_taxonomy.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once(/content_taxonomy.module) [function.include-once]: failed to open stream: No such file or directory in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once() [function.include]: Failed opening '/content_taxonomy.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once(/content_taxonomy.module) [function.include-once]: failed to open stream: No such file or directory in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once() [function.include]: Failed opening '/content_taxonomy.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once(/content_taxonomy.module) [function.include-once]: failed to open stream: No such file or directory in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once() [function.include]: Failed opening '/content_taxonomy.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once(/content_taxonomy.module) [function.include-once]: failed to open stream: No such file or directory in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72.
warning: include_once() [function.include]: Failed opening '/content_taxonomy.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/../public_html/../modules/taxonomySearch/taxonomySearch.module on line 72."
#3
I'm so sorry for the grief this module is giving you!
I know I shod have updated it to include the dependency, as noted in the issue:
http://drupal.org/node/150071
Let me know if you have any problems
#4
Many thanks! This fixed my problem. Can't wait to play with it now....