Hey Paytoshi,
Thanks for your help with my previous faucet (bitcoinbling.xyz) . I am making a new one (wheeltoshi.com) and when I unzip the file in my webserver area I am keeping a "Whoops, looks like something went wrong." message. I believe my config.yml is formatted correctly as I am using the same indentation layout as my first faucet. Any help would be much appreciated.
Thanks,
Dan
Hello bitcoinbling,
could you change your index.php to
require_once __DIR__.'/vendor/autoload.php';
$app = new Looptribe\Paytoshi\Application();
$app['debug'] = true;
$app->run();
and report back the error you get?
Thank you,
Cheers