In 6.x we cold not include acquia_search becuase we included JSON encode/decode classes from the Zend library for people using PHP 5.1. For 7.x, we don't have the constraint of supporting PHP < 5.2.4.

CommentFileSizeAuthor
#1 1094634-committed.patch36.49 KBpwolanin

Comments

pwolanin’s picture

Status: Active » Fixed
StatusFileSize
new36.49 KB

this is what was committed.

illepic’s picture

With the above patch, I get the following errors when searching:

  1. A "This webpage has a redirect loop" error from my browser. (This is probably because I have default search disabled, so Acquia Search keeps redirecting to itself).
  2. 2. When going back to the search page:

    Notice: Undefined variable: responses in AcquiaSearchService->_makeHttpRequest() (line 197 of \sites\all\modules\acquia_connector\acquia_search\Acquia_Search_Service.php).

    Notice: Undefined offset: 0 in AcquiaSearchService->_makeHttpRequest() (line 197 of \sites\all\modules\acquia_connector\acquia_search\Acquia_Search_Service.php).

This is on an IIS server.

pwolanin’s picture

If so, it's probably an underlying issue with apachesolr related to: http://drupal.org/node/1080652

pwolanin’s picture

note also that the Acquia Servers are not automatically the 7.x schema yet - if you are actually trying to test this you'll need to open a support ticket with Acquia.

Status: Fixed » Closed (fixed)

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