I installed and configured project according to the documentation, but there are at least four problems:

1. when I try to access one of my project types (it is named "library") by clicking on http://mydomain.org/project/library I get a white screen with the error

Fatal error: Class 'Solr_Base_Query' not found in /homepages/36/d189998053/htdocs/drupal/sites/all/modules/project/solr/ProjectSolrQuery.php on line 5

2. when I access http://mydomain.org/node/add I get the following red-background error under the "Create Content" title:

* warning: include_once(/Solr_Base_Query.php) [function.include-once]: failed to open stream: No such file or directory in /homepages/36/d189998053/htdocs/drupal/sites/all/modules/project/solr/ProjectSolrQuery.php on line 3.
* warning: include_once() [function.include]: Failed opening '/Solr_Base_Query.php' for inclusion (include_path='.:/usr/lib/php5') in /homepages/36/d189998053/htdocs/drupal/sites/all/modules/project/solr/ProjectSolrQuery.php on line 3.
* warning: include_once(/Solr_Base_Query.php) [function.include-once]: failed to open stream: No such file or directory in /homepages/36/d189998053/htdocs/drupal/sites/all/modules/project/solr/ProjectSolrQuery.php on line 3.
* warning: include_once() [function.include]: Failed opening '/Solr_Base_Query.php' for inclusion (include_path='.:/usr/lib/php5') in /homepages/36/d189998053/htdocs/drupal/sites/all/modules/project/solr/ProjectSolrQuery.php on line 3.

3. When I try to create a new release at http://mydomain.org/node/add/project-release/24 upon clicking the "save" button I get a white screen with this error:

Fatal error: Call to undefined function apachesolr_mark_node() in /homepages/36/d189998053/htdocs/drupal/sites/all/modules/project/solr/project_solr.module on line 59

4. On the Taxonomy page http://mydomain.org/admin/content/taxonomy there is no vocabulary for Project Release API.

Comments

dww’s picture

Category: bug » support
Status: Active » Closed (won't fix)

a) Please turn off the project_solr.module.

b) Please note that this is alpha code with lots of known bugs, as printed in bold on the project page. In particular, the project browsing views don't work yet.

c) In the future, please search first before posting issues, but if you have multiple problems that haven't been reported yet, please open separate issues for each one, instead of lumping them all together.

thanks,
-derek

wuertele’s picture

Thank you, that helped. I did search, many times. I searched in the project issues, I searched through the documentation, and I searched the web at large. I thought I had been quite thorough.

dww’s picture

Friendly word of advice: start by reading things in bold on the project page. ;)

lca7’s picture

I turn off the project_solr.module and it works, thanks!