Prunka, Sean wrote:
> Thanks. The last bit is the one I'm hitting already. We have a Java 
> Programmer that uses require_once in every file that calls the other files, 
> so it's a nice tangled mess, but I am sorting it all out. I think I've gotten 
> narrowed done to a handful of possible culprits.
> 
> I'm expecting to find an extra line after a closing tag... but I had 
> forgotten to check for leading whitespace. Thanks again!

Note that ?> at the end of file is optional, so you can remove it and
that way there won't be any extra line.

Another possibility is that one of your files has a BOM on one file
(some editors, like notepad like to add them). It's a tricky issue since
many editors won't display it, being invisible on editing but still
breaking your php pages.

_______________________________________________
Mediawiki-api mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-api

Reply via email to