|
Posted by Rik on 04/26/07 17:09
Mente Libre wrote:
> I thought this was going to be easy. My first mistake. I was
> throwing up a wamp server up on an old w2k box we had sitting around
> to do some testing and development.
>
> I have installed Apache/2.2.4 (Win32) PHP/5.2.1.
>
> I have tested apache and is delivering html just fine both on
> localhost and externally.
> When I tested php using phpinfo it works fine.
>
> When I installed a know good application (code came from production)
> the pages all come up blank. At first I thought that short names was
> turned off and giving me the problem so I turned them on.
Do you mean short_open_tags? (<? instead of <?php)
> That had
> no effect. httpd looks fine. I turned on errors in PHP nothing makes
> it to the error file when I call the page.
And if you just display the errors instead or logging them
(error_reporting(E_ALL);ini_set('display_errors',true);)?
And what is the PHP version of the production site? And since you have a
working phpinfo(), any noticabale differences between that one and the
one in production?
And as stated before, a 'blank page' can mean different things. DO you
get any headers, and if so, which ones?
--
Rik Wasmus
Estimated date being able to walk again: 01-05-2007.
Less then a week, hurray!
Navigation:
[Reply to this message]
|