Bitcoin Forum
June 21, 2024, 02:11:20 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Need help to fix HTTP error  (Read 514 times)
faizx (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 05, 2017, 08:25:53 AM
 #1

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
tungaqhd
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 508


View Profile
January 05, 2017, 10:47:55 AM
 #2

Did you fix any code line
FusionSe7en
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile WWW
January 05, 2017, 02:12:53 PM
 #3

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

and send the print with errors here.
NielsB17
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250


View Profile
January 05, 2017, 02:26:30 PM
 #4

Check the error log file. I'm sure your server will output it somewhere.

//Update: your site works over here btw?
faizx (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 05, 2017, 05:19:46 PM
 #5

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

pedrog
Legendary
*
Offline Offline

Activity: 2786
Merit: 1031



View Profile
January 05, 2017, 06:15:18 PM
 #6

Working fine here, clean your cookies and browser cache and you should be able to access it ok.

hoop
Legendary
*
Offline Offline

Activity: 1523
Merit: 1001


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
January 05, 2017, 10:46:41 PM
 #7

 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.

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
iqbal26
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


View Profile
January 06, 2017, 05:56:53 AM
 #8

500 error check your server database , change max submit database
if you used free hosting or small hosting maybe you must upgrade your hosting
alfaboy23
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
January 06, 2017, 07:01:31 AM
 #9

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)


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

Hope that helps.
ePay.info
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


ePay.info Think different


View Profile WWW
January 06, 2017, 09:15:46 AM
 #10

Hi,
We can help you with teamviwer
just install and let me know
faizx (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 06, 2017, 10:08:19 AM
 #11

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!

faizx (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 06, 2017, 10:32:59 AM
 #12

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
faizx (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 09, 2017, 11:55:24 AM
 #13

Some one please help me to fox this issue.  Huh
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
January 09, 2017, 03:25:13 PM
 #14

Some one please help me to fox this issue.  Huh
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?

hoop
Legendary
*
Offline Offline

Activity: 1523
Merit: 1001


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
January 09, 2017, 08:24:13 PM
 #15

 Seems to me is chmod issue, check templates_c folder chmod (permissions) and set permissions 777 to this folder.

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
danielwang
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 09, 2017, 08:40:36 PM
 #16

Wouldn't suggest 777 for production, but do it for now, and see if it fixes it.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!