I have installed Sarnia module and its dependencies in Drupal 7.20 to interact with external Solr data without any issues following http://drupal.org/node/1379476. After module installation, when I was creating Views of Solr data under the path 'Admin > Structure > Views', following error shows up while adding some of the fields (Solr property fields) to the View ,
-- Error message --
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /drupal/admin/structure/views/view/viewtest2/preview/page/ajax StatusText: error ResponseText: 500 - Internal server error Sever Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed
I could add few fields to the view without any error but I dont understand why this error shows up while adding some particular fields to the view? How to fix it? Please help
* Please note that I am using IIS and not Apache *
From admin/reports/recent logs I could find more information regarding the error:
EntityMetadataWrapperException: Invalid data value given. Be sure it matches the required data type and format. in EntityDrupalWrapper->set() (line 744 of C:\download\drupal\drupal\sites\all\modules\entity\includes\entity.wrapper.inc).
php_value post_max_size 20971520 php_flag magic_quotes_gpc off
– Marin Sagovacdrush ws --full
. Drupal has its own way to store the logs. If your install is stll working, go to: admin/reports/dblog – Green Black