Cpanel tags no longer work in the users control panel after performing the latest ugprade :-(
Anyone else having this problem:
Example: this function displays nothing:
<cpanel Quota="showquotaremain()">
It appears also that the cpanel engin is not preprocessing because i have a function to notify the user of certain limits, so i read the disk size with this:
$diskleft = intval("<cpanel Quota="showquotaremain()">");
However this error is displayed:
Parse error: syntax error, unexpected T_STRING in /usr/local/cpanel/base/frontend/ts2/index.php on line 8
Which basically means it dosent like the quotes where "showquotamain()" is, but php should never see that if the cpanel engine were working..
anyone else having this problem?
Anyone else having this problem:
Example: this function displays nothing:
<cpanel Quota="showquotaremain()">
It appears also that the cpanel engin is not preprocessing because i have a function to notify the user of certain limits, so i read the disk size with this:
$diskleft = intval("<cpanel Quota="showquotaremain()">");
However this error is displayed:
Parse error: syntax error, unexpected T_STRING in /usr/local/cpanel/base/frontend/ts2/index.php on line 8
Which basically means it dosent like the quotes where "showquotamain()" is, but php should never see that if the cpanel engine were working..
anyone else having this problem?