Posted by Paul on 05/04/07 21:16
"Erwin Moller"
<since_humans_read_this_I_am_spammed_too_much@spamyourself.com> wrote in
message news:463b81a6$0$321$e4fe514c@news.xs4all.nl...
> Paul wrote:
>
>> I have a script that uses some Pear (Flex template and Quickform)
>> elements
>> that are the same on both servers. The script works fine on my
>> localserver but on the remote server, one page does not work properly -
>> only one,
>> everything else works great. It's an exact copy of what is on my local
>> server. localserver is windows running apache and remote server is linux
>> running apache.
>>
>> Help me troubleshoot. What else can I check/compare besides php.ini
>> settings?
>
> Did you make sure the errorreporting is ON on your new server?
> Changes are they have different php.ini file.
>
> You can easily check most (all?) php.ini setting by a script that only
> contains php_info();
>
> Regards,
> Erwin Moller
Good point - I found the problem - it was a $DB call where the DB object has
not been not been initiated.
Navigation:
[Reply to this message]
|