Post
Topic
Board Micro Earnings
Re: Need help to fix HTTP error
by
faizx
on 05/01/2017, 17:19:46 UTC
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