Re: [Postfixadmin-devel] Postfix admin and smarty
Brought to you by:
christian_boltz,
gingerdog
From: reg9009 <re...@ya...> - 2009-11-07 18:36:28
|
Johan Hendriks schrieb: > > > Hello again. > I have updated to revision 761 > > Now i have the following on top of the page : > > '.$val.''; } return $ret_val; } function eval_size ($aSize) { if > ($aSize == 0) {$ret_val = $GLOBALS ['PALANG']['pOverview_unlimited']; > } elseif ($aSize < 0) {$ret_val = $GLOBALS > ['PALANG']['pOverview_disabled']; } else {$ret_val = $aSize; } return > $ret_val; } php?> > > This is before the postfixadmin logo > > The first page load normal but the page list-virtual.php stays empty > (except for the above line) > This is also for almost all other pages like domain overview log > alias overview. > > Thanks again for the work on this project. > regards, > Johan Hendriks > Ok, it seems that your installation is lacking support of short tags in PHP. Could you crosscheck if short_open_tag is set to On in your php.ini file (short_open_tag = On)? In the meantime, I'll fix the rest of the php files... Regards, Sebastian |