• Resolved wpideali

    (@wpideali)


    Hi,

    I run my own Solr-Server (4.10.0).
    The WP Plugin (v1.3) connects to solr successfully, the results page is OK.
    But when I try to paginate (I have several pages of results : “Showing 1 to 20 results out of 205”), I get this JS error message:
    Uncaught NotFoundError: Failed to execute ‘appendChild’ on ‘Node’: The new child element is null.

    Nothing happens on the web page… Just the JS error.

    Another error on the result page :
    “Warning: Illegal string offset ‘facets’ in xx/wp-content/plugins/wpsolr-search-engine/solr_services.php on line 207”.

    Thanks in advance 🙂

    https://ww.wp.xz.cn/plugins/wpsolr-search-engine/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPSOLR

    (@wpsolr)

    Hi,

    I’ll try to replicate your issue locally.

    Which version is your WP, and on what OS is it ?

    Regards

    Thread Starter wpideali

    (@wpideali)

    Hi,

    WordPress version: 3.9.2
    JQuery version: 1.7.1
    I’m on Mac OS 10.9.4.

    Thanks.

    Plugin Author WPSOLR

    (@wpsolr)

    Hi,

    Regarding the warning, you can discard it by setting your php.ini

    I installed a fresh local Solr 4.10.0, with WP 4.0. I can paginate without any error.

    You mentioned JQuery version. Isn’t it the WP default JQuery you use ?

    Regards.

    Plugin Author WPSOLR

    (@wpsolr)

    Hi,

    I deployed a new version, WPSOLR 1.4, and a new set of config files (solrconfig.xml, schema.xml)

    Please upgrade your WPSOLR, and reload your index with the new config files.

    It should solve your issues (warning and error), wich were related to the suggester.

    Regards.

    Thread Starter wpideali

    (@wpideali)

    Hi,

    Everything is fine now.

    I had used the wrong version of JQuery…

    Thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Pagination doesn't work’ is closed to new replies.