I just installed Drupal 7 using the eRecruiter profile release but I am gettig loads of errors. I know it's not my server as I run 10 other Drupal site on my server and there is nothing showing up in the Drupal logs.

These are the errors:

This one when I click in Job Search:
Fatal error: Call to a member function pre_execute() on a non-object in /var/www/vhosts/xxx/public_html/profiles/recruiter/modules/views/plugins/views_plugin_display.inc on line 2432

This one when I click on Resume Search:
Fatal error: Call to a member function pre_execute() on a non-object in /var/www/vhosts/xxx/public_html/profiles/recruiter/modules/views/plugins/views_plugin_display.inc on line 2432

And this when I click on My Resume:
Fatal error: Call to undefined function entity_i18n_string() in /var/www/vhosts/xxx/public_html/profiles/recruiter/modules/field_collection/field_collection.module on line 913

I used the exact drupal and module releases that were included with the profile from here:
http://epiqo.com/recruiter.

I got the errors... did some searching on line and one person recomended updating Drupal and ALL the modules. I did all the updates but the errors are still present.

I have installed Apache Solr and it's working fine and Drupal says that it has found it.

I then tried to install it locally on my mac and I'm getting the same errors.

My php_error.log reported the following:

[01-May-2012 17:50:28] PHP Fatal error: Access level to SearchApiViewsHandlerField::$additional_fields must be public (as in class views_handler_field) in /Users/xxx/Sites/vhosts/eRecruiter/profiles/recruiter/modules/search_api/contrib/search_api_views/includes/handler_field.inc on line 195

and I get the same sort of log message when I click on Job search, Resume search and My Resume.

I'm desperatly needing help with this as I have spent hours search forums and blogs.. got me nowhere :(
Any help will be much appreciated.

C

Comments

chrbak’s picture

I was having the same problem :

Fatal error: Call to a member function pre_execute() on a non-object in .../public_html/sites/all/modules/views/plugins/views_plugin_display.inc on line 2581

But i am not using Recruiter just the Views 7.x.-3.3 and Views Hacks 7.x-1.x-dev modules. The problem was came with the latest update of Views Hacks. I just downgrade Views Hacks to the previously dev version and the errors disappeared.

I don't know if that help you at all...

P.S. Check out the option you have select to the Exposed form style. In my case the selected form style was not supported anymore.

dasjo’s picture

Status: Active » Fixed

please check out the views issue queue or check with the latest recruiter release and reopen if the problem persists.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Corrections