Search found 98 matches

by bitfreak
Fri Jan 31, 2020 1:43 am
Forum: Technical Support
Topic: Cron Job Error
Replies: 2
Views: 13164

Re: Cron Job Error

Seems like you might be using an old version of BitShop. What version are you using?
by bitfreak
Fri Apr 12, 2019 11:09 am
Forum: Technical Support
Topic: No Products in the Categories
Replies: 3
Views: 16130

Re: No Products in the Categories

The issue was related to older versions of MYSQL using a different regex engine, I've attached a fix to this post, just override the necessary files and it should solve the issue. I'll include this fix in the next version of BitShop.
by bitfreak
Fri Apr 12, 2019 3:25 am
Forum: Technical Support
Topic: No Products in the Categories
Replies: 3
Views: 16130

Re: No Products in the Categories

Looks like a bug introduced with the last version of BitShop. I'll look into it shortly and provide a fix.
by bitfreak
Wed Mar 06, 2019 8:08 pm
Forum: Announcements
Topic: BitShop v1.1.7 Released
Replies: 0
Views: 30469

BitShop v1.1.7 Released

Version 1.1.7 of BitShop adds an option to disable anonymous reviews and more options for shipping prices. Products can now have multiple categories and tags/keywords. An issue with users getting logged out was fixed and an issue with using altcoin deamons was fixed along with other miscellaneous fi...
by bitfreak
Tue Jan 29, 2019 10:44 am
Forum: Technical Support
Topic: Reviews permissions
Replies: 1
Views: 9858

Re: Reviews permissions

Not at the moment but I'll try to add this feature to the next release of BitShop.
by bitfreak
Wed Dec 12, 2018 10:11 am
Forum: Technical Support
Topic: Switch from one server to another (or xampp)
Replies: 1
Views: 9632

Re: Switch from one server to another (or xampp)

Apache may be configured to use a port other than 80, which means you need to specify the port in the URL (e.g. localhost:8080/bitshop/). Open the xampp control panel and check httpd.conf to see what port Apache uses. Also make sure that all the BitShop files are inside ~/xampp/htdocs/bitshop/ EDIT:...
by bitfreak
Thu Dec 06, 2018 9:34 am
Forum: Technical Support
Topic: Altcoin Problem
Replies: 3
Views: 14516

Re: Altcoin Problem

Open sci/payment.php and search for this bit of code: if (empty($pub_add) || !empty($_SESSION[$rpc_client]->error)) { die(LANG('ERROR_GEN_ADDRESS').' '.LANG('TRY_AGAIN_BACK')); } Place this line of code on the line before die() so you see what the error is: var_dump($_SESSION[$rpc_client]->error); I...
by bitfreak
Mon Nov 19, 2018 2:37 pm
Forum: Technical Support
Topic: Altcoin Problem
Replies: 3
Views: 14516

Re: Altcoin Problem

Looks like the cryptocoincharts.info API is no longer available, it was used to get the exchange rate for altcoins during checkout. For now the issue can be fixed by doing the following. Open sci/gateways/default/config.php and you should see these two lines near the bottom: $altcoin_api = 'http://a...
by bitfreak
Wed Oct 31, 2018 12:28 pm
Forum: Technical Support
Topic: BTC Gateway
Replies: 3
Views: 13661

Re: BTC Gateway

Hmmm this would suggest your server is unable to reach block explorers on the normal web. I don't really use Tor so I'm not exactly sure if this would be normal behavior or not. If it is normal then the solution would be to find one or more block explorers which exist as a hidden service and then mo...