Closed (duplicate)
Project:
Apache Solr Attachments
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 15:47 UTC
Updated:
6 Apr 2012 at 17:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
bachomp commentedI am getting the same along with;
PHP Fatal error: Call to undefined function apachesolr_clear_last_index()
in .../sites/all/modules/apachesolr_attachments/apachesolr_attachments.admin.inc
on line 230,
referer: .../admin/config/search/apachesolr/attachments/confirm/reindex
Comment #2
krazykellie commentedI am too receiving this error. Have has there been any progress on how to fix this?
Comment #3
nick_vhSomeone has to step up and rework the code in apachesolr_attachments. It should probably not be that hard but if you want to play safe you should stick with apachesolr < beta14
Comment #4
dxvargas commentedConfirmed, @Nick_vh, this bug doesn't exist when using apachesolr 7.x-1.0-beta13, only 7.x-1.0-beta14 up to 7.x-1.0-beta16.
Comment #5
wmostrey commentedThe attached patch should make apachesolr_attachments compatible with the latest version of apachesolr.
Comment #6
wmostrey commentedOne extra catch for the hook_uninstall().
Comment #7
wmostrey commentedFinal version of the patch, should be good to go.
Comment #8
dxvargas commentedPatch #7 resolved problem #1 for me, however it didn't resolve the initial bug report, which i still get (only now is on line 160).
I get this error every time cron runs.
I'm using apachesolr-7.x-1.0-beta16.tar.gz and apachesolr_attachments-7.x-1.0.tar.gz (with patch #7).
Comment #9
zilla commentedsubscribe - also curious to test next dev/beta with a rollup of this patch (and note sure about the cron item mentioned above, haven't seen it myself though haven't tested this patch either)
Comment #10
wmostrey commentedWe're discussing the overhaul of apachesolr_index_nodes() that causes your error at a cron run in #1393540: Upgrade apachesolr_attachments to co-operate with latest beta of apachesolr. I hope to get a new patch out soon.
Comment #11
bjorkey commentedsubscribe
Comment #12
_kash_ commentedsubscribe
Comment #13
nick_vhduplicate of #1393540: Upgrade apachesolr_attachments to co-operate with latest beta of apachesolr
Comment #13.0
nick_vhUpdate