Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 2 matches

by bubbathehut
03 Jul 2007, 18:51
Forum: Bubba Server Support
Topic: Problem with XML tags and short_open_tag=On in php.ini
Replies: 2
Views: 5621

Hi Tor and others,

If anyone else runs into this problem I thought I'd share my solution. At least it seems to work so far. On the PHP homepage I found a few lines which I modified a bit and ran in the web-admin directory (after backup of course).

find -name '*.php' | xargs perl -pi -e 's ...
by bubbathehut
26 Jun 2007, 17:50
Forum: Bubba Server Support
Topic: Problem with XML tags and short_open_tag=On in php.ini
Replies: 2
Views: 5621

Problem with XML tags and short_open_tag=On in php.ini

Hi,

I have some applications that I use to make web pages that creates xml tags of the form <?xml version="1.0"?> or similar.

Since short_open_tag=on in /etc/php4/apache2/php.ini this tag is interpreted as PHP and an error message is shown when I access these pages.
Parse error: parse error ...