Thread: PHP Question...
View Single Post
Old 01-28-2004, 11:09 AM  
galleryseek
Confirmed User
 
Industry Role:
Join Date: Mar 2002
Posts: 8,234
Quote:
Originally posted by JSA Matt


Make a seperate file and put nothing but this code in it:

PHP Code:
info.php

<?php
phpinfo
();
?>
Run that script from your server and tell me if the variable 'display_errors' is set to 'Off'
display_errors are both set to On (for local and master value)

display_startup_errors are both set to off

error_reporting are both set to "81"

html_errors On On

ignore_repeated_errors Off Off
galleryseek is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote