[Tickets #13419] PHP Parse error: syntax error, unexpected '{', expecting T_STRING or T_VARIABLE or '$' in /usr/share/pear/Horde/String/Transliterate.php on line 62, referer: /pear/Horde/String/Transliterate.php

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Aug 6 07:59:19 UTC 2014


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/13419
------------------------------------------------------------------------------
  Ticket           | 13419
  Erstellt Von     | klaus at tachtler.net
  Zusammenfassung  | PHP Parse error:  syntax error, unexpected '{', expecting
                   | T_STRING or T_VARIABLE or '$' in
                   | /usr/share/pear/Horde/String/Transliterate.php on line
                   | 62, referer: /pear/Horde/String/Transliterate.php
  Warteschlange    | Horde Framework Packages
  Version          | Git master
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 3. High
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


klaus at tachtler.net (2014-08-06 07:59) hat geschrieben:

Hi,

when I open a mailbox the error

PHP Parse error:  syntax error, unexpected '{', expecting T_STRING or  
T_VARIABLE or '$' in /usr/share/pear/Horde/String/Transliterate.php on  
line 62, referer:  
http://my.horde.installation/imp/dynamic.php?page=mailbox

are in the horde.log and the mailbox content will not be shown, only  
an "Server communicatin error" on the frontend, will be shown.

Code: Line 62:
===========

             if (($out = self::{$val}($str)) !== false) {

Maybe it must be: Line 62:
=======================

             if (($out = self::$val($str)) !== false) {

Thank you!
Klaus.





More information about the bugs mailing list