-
I stumbled upon naming of CSS classes for instance in PHTML:
https://github.com/integer-net/solr-magento2/blob/master/src/view/frontend/templates/autosuggest/index.phtml#L38-L38
` `
and corre…
-
Step 5 of the installation instructions currently reads
> If using **Composer**: Just add "integer-net/solr-magento1" to the list of requirements in your composer.json. **Otherwise**: Download the …
-
```
PHP Fatal error: Call to undefined method
Mage_Core_Model_Resource::getConnections()
in
IntegerNet/Solr/Model/Resource/Db.php on line 20
```
-
Because of disabled review observer in [config.xml](https://github.com/integer-net/Solr/blob/master/src/app/code/community/IntegerNet/Solr/etc/config.xml) in `frontend`-node, our reviews disappeared b…
-
Not sure if it is intentional but category filter [here](https://github.com/integer-net/solr-magento1/blob/master/src/app/code/community/IntegerNet/Solr/Block/Result/Layer/Filter.php#L168) will be ord…
-
Hello, I would like to know if this module performs the search inside the product tags related, and also if it is possible to search in cms pages or awblog.
Thank you
-
While Running CRON we are getting the below error in cron_schedule table.
---EXCEPTION---
exception 'Enterprise_Index_Exception' with message 'Can't lock indexer process.' in app/code/core/Enterprise…
-
Hi,
I´ve updated solr basic and solr pro (both 1.7.6), cleared the cache, add new solr cores, change them in Magento and start the solr index. After 5min I´ve got an error:
> Reindex finished w…
-
I'm using Magento 1.9.3, Solr 6.6.2 and PHP7. Test connection was successful. But when I tried to index via command line I get this error.
`~/Documents/work/magentoapp$ php -f shell/indexer.php -- …
-
When I run "php -d memory_limit=-1 ./shell/integernet-solr.php reindex" on the commandline the following error appears.
`Fatal error: Call to undefined method Mage_Catalog_Model_Resource_Category_…