Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

500 error php

/* Find Mistakes in your code or Database connection */
/* Enable Show Errors From Apache Server */
/* Try Debugging */
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
/* Check Your .htaccess for errors try emptying it for a while */
 
PREVIOUS NEXT
Tagged: #error #php
ADD COMMENT
Topic
Name
8+4 =