Michael Peters wrote:
I tried this:

<?php
error_reporting(E_ALL);
ini_set('display_errors', '1');

Try error_reporting(0); to disable errors ...
What version of PHP was the code originally written for? It may be something like e_strict which is crashing the other pages. Trick is to add code to a working page until things crash. I normally end up adding a print('TEST'); kill(); and move it down the page until I identify what is going wrong :)

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to