* Thus wrote ADFH:
> > So everything else works fine except phpBB?
> 
> Would seem so - but even if it is phpBB, it shouldn't be able to cause a
> fault that would cause apache to completely ignore the hit, no?

Be sure to check common error logs, ie: apache/error_log,
/var/log/messages ..

> 
> Ie. some barf report should be generated somewhere..
> 
> ... I'm trying to figure out:
> 
> A. Why the same data with same php code works fine on one system
>    ... and doesn't on another.
> 
> B. Where I'd find out what exactly is barfing.

The most common issue with this is the differences between php.ini
settings.  Do a comparison on the ini files that work vs. the one
that doesnt.  Be sure also that there aren't any special apache
directives that override php.ini, like php_admin_flag <php_option>
off



Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to