Search found 98 matches

by bitfreak
Wed Feb 08, 2017 3:35 am
Forum: Technical Support
Topic: PHP Fatal Error: bscale()
Replies: 8
Views: 42060

Re: PHP Fatal Error: bscale()

Yeah I've been told BitShop doesn't work with the newest version of PHP, you'll probably have to go back to PHP 5 until I upgrade the script.
by bitfreak
Wed Feb 08, 2017 3:11 am
Forum: Technical Support
Topic: help, can't install, what am i doing wrong?
Replies: 1
Views: 8402

Re: help, can't install, what am i doing wrong?

That's pretty strange, you should at least get an error. Check if error reporting is enabled in your /inc/config.inc.php file. What version of PHP are you running?
by bitfreak
Tue Oct 18, 2016 7:15 am
Forum: Technical Support
Topic: AJAX ERROR: Forbidden
Replies: 3
Views: 17324

Re: AJAX ERROR: Forbidden

I think your best bet might be to contact your web host and see what they have to say about it. I haven't seen anyone else with this issue so it seems like excessive security settings are to blame here. However I noticed this thread has quite a lot of views so before I jump to conclusions I just wan...
by bitfreak
Mon Oct 03, 2016 1:51 pm
Forum: Technical Support
Topic: AJAX ERROR: Forbidden
Replies: 3
Views: 17324

Re: AJAX ERROR: Forbidden

Haven't seen that error before, but it's most likely due to some security setting on your server. According to this stackoverflow thread you may be able to solve it by adding these settings to your .htaccess file:

Code: Select all

SecFilterScanPOST Off
SecFilterEngine Off
by bitfreak
Sun Aug 28, 2016 7:18 am
Forum: Technical Support
Topic: Setting the own Bitcoin Adresses File
Replies: 3
Views: 14381

Re: Setting the own Bitcoin Adresses File

Make sure you are using the latest version of BitShop.
by bitfreak
Sun Aug 14, 2016 4:19 am
Forum: Technical Support
Topic: Setting the own Bitcoin Adresses File
Replies: 3
Views: 14381

Re: Setting the own Bitcoin Adresses File

Admin Area -> Wallet -> Custom Address List

Make sure to also set the gateway settings to use the custom address list.
by bitfreak
Wed Aug 10, 2016 5:40 am
Forum: Technical Support
Topic: Cron error [solved]
Replies: 15
Views: 47002

Re: Cron error [solved]

New version of BitShop has been released, it should fix the cron job issue and automatically get the IP of a server without a host name.
by bitfreak
Tue Aug 09, 2016 8:06 am
Forum: Technical Support
Topic: Cron error [solved]
Replies: 15
Views: 47002

Re: Cron error [solved]

You know what I just realized that adding that server_name() call in the config file was probably a very bad idea. It will probably cause a lot of errors on servers without a host name. For some reason when a script is called via a cron job it doesn't seem to know about the host name but it does in ...
by bitfreak
Tue Aug 09, 2016 7:51 am
Forum: Technical Support
Topic: Cron error [solved]
Replies: 15
Views: 47002

Re: Cron error [solved]

Ok I believe I've tracked down the cause of the cron job problem which I originally thought was a permission error. After finding an error log in the cron folder it looks like the issue may have actually been with the ticker_update.php file. The config file was being included before the library file...
by bitfreak
Tue Aug 09, 2016 6:45 am
Forum: Technical Support
Topic: Lighttpd mod_rewrite rules
Replies: 4
Views: 29773

Re: Lighttpd mod_rewrite rules

I believe the .htaccess file with BitShop is basically just the one from html5boilerplate with a few little tweaks. I don't really know a whole lot about writing mod_rewrite rules unfortunately but there must be some code for Lighttpd floating around the internet. What exactly do you need to do?