Bitcoin Forum

Economy => Micro Earnings => Topic started by: faizx on January 05, 2017, 08:25:53 AM



Title: Need help to fix HTTP error
Post by: faizx on January 05, 2017, 08:25:53 AM
I created a faucet site with Epay faucet script but there is a problem of HTTP 500 error.
when i click on NEXT button after enter my wallet, than HTTP 500 error appears. can somebody help me to fixed this issue. here is faucet, 5minfaucet.club

http://www11.0zz0.com/2017/01/05/11/199962577.png (https://www.0zz0.com)


Title: Re: Need help to fix HTTP error
Post by: tungaqhd on January 05, 2017, 10:47:55 AM
Did you fix any code line


Title: Re: Need help to fix HTTP error
Post by: FusionSe7en on January 05, 2017, 02:12:53 PM
Add this in header of code
Code:
ini_set('display_errors', 'On');
error_reporting(E_ALL);

and send the print with errors here.


Title: Re: Need help to fix HTTP error
Post by: NielsB17 on January 05, 2017, 02:26:30 PM
Check the error log file. I'm sure your server will output it somewhere.

//Update: your site works over here btw?


Title: Re: Need help to fix HTTP error
Post by: faizx on January 05, 2017, 05:19:46 PM
Check the error log file. I'm sure your server will output it somewhere.

//Update: your site works over here btw?

Add this in header of code
Code:
ini_set('display_errors', 'On');
error_reporting(E_ALL);

and send the print with errors here.

There is no error Its completely blank.

Did you fix any code line

No



Title: Re: Need help to fix HTTP error
Post by: pedrog on January 05, 2017, 06:15:18 PM
Working fine here, clean your cookies and browser cache and you should be able to access it ok.


Title: Re: Need help to fix HTTP error
Post by: hoop on January 05, 2017, 10:46:41 PM
 HTTP 500 error is server side error, one or more server such as MySQL or Apache is hung up and can't handle with user request.


Title: Re: Need help to fix HTTP error
Post by: iqbal26 on January 06, 2017, 05:56:53 AM
500 error check your server database , change max submit database
if you used free hosting or small hosting maybe you must upgrade your hosting


Title: Re: Need help to fix HTTP error
Post by: alfaboy23 on January 06, 2017, 07:01:31 AM
I don't know if this will help you find the problems, but try this:

If you are using a CPanel, goto to the Logs section and click the Error Log icon (see the image below)
https://i.imgur.com/4dTxJCl.png

Then post the logs that will appear in the box (you can highlight, then copy and paste here the logs).

Hope that helps.


Title: Re: Need help to fix HTTP error
Post by: ePay.info on January 06, 2017, 09:15:46 AM
Hi,
We can help you with teamviwer
just install and let me know


Title: Re: Need help to fix HTTP error
Post by: faizx on January 06, 2017, 10:08:19 AM
Working fine here, clean your cookies and browser cache and you should be able to access it ok.

Not working, enter your BTC Wallet and Then click NEXT STEP.. You will see 500 Error

I don't know if this will help you find the problems, but try this:

If you are using a CPanel, goto to the Logs section and click the Error Log icon (see the image below)
https://i.imgur.com/4dTxJCl.png

Then post the logs that will appear in the box (you can highlight, then copy and paste here the logs).

Hope that helps.


I'm using ajenti.

Hi,
We can help you with teamviwer
just install and let me know

That's good, I have installed teamviewer!



Title: Re: Need help to fix HTTP error
Post by: faizx on January 06, 2017, 10:32:59 AM
I don't know if this will help you find the problems, but try this:

If you are using a CPanel, goto to the Logs section and click the Error Log icon (see the image below)
https://i.imgur.com/4dTxJCl.png

Then post the logs that will appear in the box (you can highlight, then copy and paste here the logs).

Hope that helps.


Here is my error log file:

PHP message: PHP Notice:  Trying to get property of non-object in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 70
PHP message: PHP Notice:  Undefined index: step in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 90
PHP message: PHP Notice:  Trying to get property of non-object in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 90
PHP message: PHP Notice:  Undefined index: ab2 in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 115
PHP message: PHP Notice:  Trying to get property of non-object in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 115
PHP message: PHP Notice:  Undefined index: timer in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 124
PHP message: PHP Notice:  Trying to get property of non-object in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 124
PHP message: PHP Notice:  Undefined index: step in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 127
PHP message: PHP Notice:  Trying to get property of non-object in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 127
PHP message: PHP Notice:  Undefined index: ab5 in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 155
PHP message: PHP Notice:  Trying to get property of non-object in /var/www/5minfaucet.club/web/templates_c/671a63a4bb69d978c77d240b02f37175e7c76961.file.index.tpl.php on line 155" while reading response header from upstream, client: 154.242.61.155, server: 5minf


Title: Re: Need help to fix HTTP error
Post by: faizx on January 09, 2017, 11:55:24 AM
Some one please help me to fox this issue.  ???


Title: Re: Need help to fix HTTP error
Post by: AdolfinWolf on January 09, 2017, 03:25:13 PM
Some one please help me to fox this issue.  ???
It says that is in unable to indentify to point certain lines of codes, you should go over those codes and fix them, are you using any faucetscripts or did you coded this yourself? Also whenever i go to your site it is displaying a PNG, not sure what that is, could you explain?


Title: Re: Need help to fix HTTP error
Post by: hoop on January 09, 2017, 08:24:13 PM
 Seems to me is chmod issue, check templates_c folder chmod (permissions) and set permissions 777 to this folder.


Title: Re: Need help to fix HTTP error
Post by: danielwang on January 09, 2017, 08:40:36 PM
Wouldn't suggest 777 for production, but do it for now, and see if it fixes it.