Bitcoin Forum
August 08, 2024, 09:25:52 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Micro Earnings / Re: [ANN] Paytoshi: Micropayments & Faucets on: June 01, 2016, 08:26:22 PM
Yes, it worked. Thanks for your help guys, much appreciated as always!

Thanks! I am getting the error "date.timezone setting must be set
Set the "date.timezone" setting in php.ini* (like Europe/Paris)." Where can I set the timezone?

Cheers, thanks.

Hello bitcoinbling,

it really depends on your environment.

You can set in your php.ini adding
Quote
date.timezone="Europe/Paris"

or in your virtualhost configuration adding inbetween <VirtualHost>
Quote
php_value date.timezone "Europe/Paris"

or adding in your index.php just after <?php
Quote
ini_set('date.timezone', 'Europe/Paris');

Hope this solves your issue,
Let us know if it works for you.

Thank you,
Cheers
2  Economy / Micro Earnings / Re: [ANN] Paytoshi: Micropayments & Faucets on: May 31, 2016, 04:15:14 PM
Thanks! I am getting the error "date.timezone setting must be set
Set the "date.timezone" setting in php.ini* (like Europe/Paris)." Where can I set the timezone?

Cheers, thanks.

We just released v2.0.4 of our faucet script. It should fix a missing template during the setup process.

@bitcoinbling this should enable you to inspect your real issue.

Thank you,
Cheers
3  Economy / Micro Earnings / Re: [ANN] Paytoshi: Micropayments & Faucets on: May 29, 2016, 08:01:47 PM
Changed the index file, the current page error reads:

Whoops, looks like something went wrong.

1/1 Twig_Error_Loader in Chain.php line 115:
Template "admin/setup_requirements_fail.html.twig" is not defined.
in Chain.php line 115
at Twig_Loader_Chain->getCacheKey('admin/setup_requirements_fail.html.twig') in Environment.php line 312
at Twig_Environment->getTemplateClass('admin/setup_requirements_fail.html.twig', null) in Environment.php line 378
at Twig_Environment->loadTemplate('admin/setup_requirements_fail.html.twig') in Environment.php line 347
at Twig_Environment->render('admin/setup_requirements_fail.html.twig', array('checker' => object(RequirementsChecker))) in TwigTemplatingEngine.php line 29
at TwigTemplatingEngine->renderView('admin/setup_requirements_fail.html.twig', array('checker' => object(RequirementsChecker))) in TwigTemplatingEngine.php line 22
at TwigTemplatingEngine->render('admin/setup_requirements_fail.html.twig', array('checker' => object(RequirementsChecker))) in SetupController.php line 73
at SetupController->setupAction()
at call_user_func_array(array(object(SetupController), 'setupAction'), array()) in HttpKernel.php line 139
at HttpKernel->handleRaw(object(Request), '1') in HttpKernel.php line 62
at HttpKernel->handle(object(Request), '1', true) in Application.php line 586
at Application->handle(object(Request)) in Application.php line 563
at Application->run() in index.php line 7

--------------------------------------------------------------------------------------------------------------------------------------

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
Quote
<?php

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
4  Economy / Micro Earnings / Re: [ANN] Paytoshi: Micropayments & Faucets on: May 26, 2016, 04:22:14 AM
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
5  Economy / Micro Earnings / Re: Faucet rotator 2.0 on: March 29, 2016, 11:25:56 PM
Can you add bitcoinbling.xyz?

75 satoshi (30%)
125 satoshi (29%)
250 satoshi (40%)
1000 satoshi (1%)

+ 40% referral commission

Thanks!
6  Economy / Micro Earnings / Re: Best Bitcoin Faucets 2016 on: March 16, 2016, 04:38:05 AM
http://bitcoinbling.xyz/ - 150, 250, or 500 satoshi every 60 minutes + 40% referral commission !
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!