Search found 98 matches

by bitfreak
Fri May 06, 2016 1:13 pm
Forum: Technical Support
Topic: [bug] lib/database.lib.php on line 618
Replies: 1
Views: 10472

Re: [bug] lib/database.lib.php on line 618

That warning shouldn't cause any problems but it is the result of a bug and it may prevent exporting a wallet with more than 20 keys. To fix it open the /lib/database.inc.php file and add this function above the list_conf_keys() function: function export_conf_keys() { return select_from_where('Order...
by bitfreak
Fri May 06, 2016 12:53 pm
Forum: Technical Support
Topic: [bug] We have a problem...
Replies: 1
Views: 9344

Re: [bug] We have a problem...

If the user has made an order then you cannot completely delete that account because the order is linked to the account. Disabling the account is the solution in that situation.
by bitfreak
Tue May 03, 2016 12:38 pm
Forum: Technical Support
Topic: Autologs out after a few clicks, if I refresh it logs in?
Replies: 3
Views: 12732

Re: Autologs out after a few clicks, if I refresh it logs in?

May possibly be someone trying to hijack your session but I doubt that since you seem to be using an encrypted connection. It seems like you have some sort of networking issue which is causing a conflict with IP addresses, causing Bitshop to have trouble keeping you logged in. If you check the "...
by bitfreak
Tue May 03, 2016 12:26 pm
Forum: Technical Support
Topic: Admin -> System -> KEY BACKUPS ->
Replies: 4
Views: 16028

Re: Admin -> System -> KEY BACKUPS ->

Might be a bug, I'll look into it. Could also be caused if you changed your RSA keypair at some point and you're trying to decrypt a a backup which used the old keypair.
by bitfreak
Sat Apr 30, 2016 8:07 am
Forum: Technical Support
Topic: Cant get it run proberly
Replies: 5
Views: 18989

Re: Cant get it run proberly

This is likely to be a permission problem. Try changing the permissions on /cron/tick_update.php and /ticker/weighted_prices.json

Try running yoursite.com/cron/tick_update.php in your browser and see if it shows any error messages. Enable error reporting first.
by bitfreak
Sat Apr 30, 2016 7:56 am
Forum: Technical Support
Topic: domain.com is currently unable to handle this request. 500 [solved]
Replies: 2
Views: 12353

Re: domain.com is currently unable to handle this request. 500

I'm guessing PHP doesn't have GD installed. You can disable the captcha functions or try to get GD working. This page may have some useful information: Installing the GD Library for PHP
by bitfreak
Sat Apr 30, 2016 6:34 am
Forum: Technical Support
Topic: ???
Replies: 1
Views: 9192

Re: ???

Hi sorry for the delay. You can edit shop pages by editing the files inside the /inc/pages/ folder.

If you mean how to edit the language file, it's in the /inc/langs/ folder.
by bitfreak
Sat Mar 19, 2016 8:57 am
Forum: Technical Support
Topic: Gateway Problems [solved]
Replies: 3
Views: 12801

Re: Gateway Problems

Yes it can be what ever you want, but not too short or predictable.
by bitfreak
Sat Mar 19, 2016 8:39 am
Forum: Technical Support
Topic: Gateway Problems [solved]
Replies: 3
Views: 12801

Re: Gateway Problems

Read the /install/gocoin.txt file: GoCoin setup: Sign in then click the little person icon in the top right part of the screen. Then fill out your details under the Merchant Profile section. Next go to the preferences/settings page and add your payout addresses (BTC, LTC, etc). Copy your Merchant ID...
by bitfreak
Sat Mar 19, 2016 7:44 am
Forum: Technical Support
Topic: Status: require_once(Mail.php) [solved]
Replies: 15
Views: 43057

Re: Status: require_once(Mail.php)

The RSA private key must be kept offline, so it cannot be backed up on the server, that would defeat the purpose of using it in the first place.