[SHARE] GAB - Gekko Automated Backtests
#34
Hi tommiehansen, I've the same problem as donkykong017.
The UI of the tool is gone since the last update.
However the Tool isn't functional at all on my Setup.
I've installed gab on /var/www/gab/ but when creating a run, the tool want' to redirect to http://192.168.2.132system/post.php (without slash between the IP and gab) so the tool isn't functional on my setup.

I'll try to look deeper into it, but my programming isn't the best Wink

EDIT: Seems, that the links are build false, I've attached a picture with links, for system for example, there is no slash.

2nd_EDIT: Solution is changing 

$conf['urls'] = [

                'system' => $base_url . 'system/',
                'results' => $base_url . 'results/',
                'assets' => $base_url . 'assets/',

in system/conf.php  to

$conf['urls'] = [

                'system' => $base_url . '/system/',
                'results' => $base_url . '/results/',
                'assets' => $base_url . '/assets/',




Kind Regards and thank you for your tool
fablerII


Attached Files
.png   GAB.PNG (Size: 46.49 KB / Downloads: 22)
  Reply


Messages In This Thread
RE: [SHARE] GAB - Gekko Automated Backtests - by fablerII - 03-27-2018, 04:27 PM
YT - by mtom78632 - 07-17-2021, 06:02 AM
WW - by mtom78632 - 07-18-2021, 07:12 AM

Forum Jump:


Users browsing this thread: