Troubleshooting & Help
Also check out the Better Store Search Knowledge Base .
Installation Troubleshooting
This section should help you solve any issues or questions you might have with Better Store Search.
How can I update to the new version?
1. Go into CEM (the Commercial Extension Manager you used to install)
2. Click on the extension in the listing
3. Change the module key to tbtbss_latest
4. Click the 'install' button
I get an error when installing with CEM
Message: The provided service url is either invalid or unreachable. Make sure that the service url you provided is correct and try again in a few minutes. If the problem consists we advise you to contact your software retailer for assistance.
Explanation:
Most of the time this error is due to your hosting account disabling the usage of the PHP fopen and file_get_contents functions with remote URL sources. There are two things you can do to resole this issue.
First, try adding the following line to your .htaccess file in your root Magento directory or override php.ini file:
php_flag allow_url_fopen on
If this does not work, we have created a patch for CEM 1.0 to use an alternate url fetch method (CURL).Apply this CEM 1.0 patch to your Magento installation: cem-no_fopenurl_patch.zip. Transfer the patch files associatively to your Magento directory overwriting any existing files. If you need more detailed instructions, see here: How To Apply A Patch(applying a Sweet Tooth patch is very similar)
If your host DOES allow fopen and file_get_contents with URLs, the second most likely scenario is that your server is experiencing an inability to reach our SOAP wsdl server. Most hosts allow this, however some are not as lenient. You need to ask your webhost to allow SOAP port 80 connections. I that’s not an option, than allowing an outgoing connection on the standard port of “80� towards 208.43.36.78 and 208.43.36.79 (or just http://www.wdca.ca) will do as well.
If all else fails, with FTP access you can do a manual installation of the files for setup. You will be required to request the latest version and subsequent versions of BSS on your own in this case.
How to temporarily disable Better Store Search
Follow these instructions to disable BSS from your Magento Store. We recommend that you do this instead of uninstalling BSS since it disables everything completely so that no BSS files are loaded.
1. Go through all your shopping cart and distribution rules and disable them. This is important!
2. Access the following file in an FTP:
app/etc/modules/TBT_Bss.xml
and change the line where it says <active>true</active> to <active>false</active>
That's it! Better Store Search should then be disabled.
If you have CEM installed, you will probably also need to Turn Off Automatic Updates




