Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
17407901
Topic
1740166
Board
Micro Earnings
Re: Need help to fix HTTP error
by
FusionSe7en
on
05/01/2017, 14:12:53 UTC
Add this in header of code
Code:
ini_set('display_errors', 'On');
error_reporting(E_ALL);
and send the print with errors here.