Hi,
something strange happening:
In a forum software, a file is called via require or include (we tried both), and obviously it's running through (we tested that), but it does not execute a single echo command. The software is ok, it works on any other server, but not here. Is there a known issue with PHP not executing echo's in certain conditions? From what I found, the server runs
Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.3pl1 mod_auth_pam_external/ 0.1 FrontPage/4.0.4.3 mod_perl/1.25
Is there anything that can be done to test further? We tested if the file is been run through by including a function call which does not require output to screen, but to a file, and the program is writing to that file from within the include-file. So it's read and parsed, but not the echo commands, they are really the only part that's not executed.
TIA,
Martin