Code: Select all
Parse error: parse error, unexpected T_ARRAY, expecting T_STRING
in /includes/smtp_squirrelmail/class/deliver/Deliver.class.php on line 39
JimmyNeutron wrote:Can someone help-me ?Code: Select all
Parse error: parse error, unexpected T_ARRAY, expecting T_STRING in /includes/smtp_squirrelmail/class/deliver/Deliver.class.php on line 39
cla wrote: Umm, that shouldn't be able to happen... From looking at the code, it's obvious line 39 should take a T_ARRAY.
Are you sure you're using the Squirrelmail files in the installation package? Unaltered, untempered.
JimmyNeutron wrote: Some idea ?
cla wrote:/* If you want to remove the line below, you're probably running php with gettext... :> */
function _($str) { # emulate gettext syntax to avoid errors
message_die(GENERAL_ERROR,$str, "", __LINE__, __FILE__);
}
You're probably running php with gettext. Try removing the entire function altogether.
Code: Select all
if (!function_exists('_') {
function _($str) { # emulate gettext syntax to avoid errors
echo $str;
}
}
Code: Select all
Fatal error: Call to undefined function: html_tag() in /home/www/djfish.awardspace.com/phpBB2/includes/smtp_squirrelmail/functions/display_messages.php on line 174
AffroThund3r wrote: I'm getting this error
Anyone any ideas?Code: Select all
Fatal error: Call to undefined function: html_tag() in /home/www/djfish.awardspace.com/phpBB2/includes/smtp_squirrelmail/functions/display_messages.php on line 174
Ta