AW: [PHP-WIN] Re: Subject: FOpen problems

2003-05-28 Thread Sven Schnitzke
WL [SMTP:[EMAIL PROTECTED] > Gesendet am: Dienstag, 27. Mai 2003 20:44 > An: [EMAIL PROTECTED] > Betreff: [PHP-WIN] Re: Subject: FOpen problems > > Neil Smith <[EMAIL PROTECTED]> said: > > Have you put a line into the top of your code like : > > > > err

[PHP-WIN] Re: Subject: FOpen problems

2003-05-27 Thread WL
Neil Smith <[EMAIL PROTECTED]> said: > Have you put a line into the top of your code like : > > error_reporting(E_ALL) > > ? And if so, where are your errors being logged on the new server - > some log to stdout (the apache logfiles) some to the console (the web > browser) so if case (1) you may be

[PHP-WIN] Re: Subject: FOpen problems

2003-05-27 Thread Neil Smith
Have you put a line into the top of your code like : error_reporting(E_ALL) ? And if so, where are your errors being logged on the new server - some log to stdout (the apache logfiles) some to the console (the web browser) so if case (1) you may be getting error messages but not seeing them. C