southbeach
Programmer
After a system crash, new server and full restore from tape, it appears that PHP pages won't work.
I have some very complex pages which are not working. Simple pages such as
work OK. I have even added
and nothing comes up. Pages are rendered totally blank. I have played with it placing echo commands and none of them show. I have removed chunks of code and nothing ... I have tried everything I can think of and cannot figure why pages that were working fine prior to the crash are now not working. Given that a full restore was performed and same version of OS, Apache and PHP are running I cannot think of anything obvious to look into.
What do you guys suggest I do?
Thank you all for your help!!!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
I have some very complex pages which are not working. Simple pages such as
Code:
<?php
echo 'Hello world!';
?>
Code:
ini_set('display_errors',1);
error_reporting(E_ALL|E_STRICT);
What do you guys suggest I do?
Thank you all for your help!!!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.