XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > Webmail Add-ons > Uebimiau & PHP5


Posted by: ndoeberlein Mar 9 2006, 06:41 PM
Uebimiau php code does not start with the usual <?php, but only <? so you need to make a change to the php.ini

CODE
; Allow the <? tag.  Otherwise, only <?php and <script> tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.
short_open_tag = on


This is normally off be default in the latest releases of php.

Hope this helps and saves someone some frustration.

Posted by: BooT Mar 10 2006, 09:37 AM
Hi

Thanx for the Heads up!

Maybe this post should be Pinned here?

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)