[Tickets #13419] Re: 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
Fri Mar 10 06:39:10 UTC 2023


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/13419
------------------------------------------------------------------------------
  Ticket             | 13419
  Updated By         | sahubawa at gmail.com
  Summary            | 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
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
  State              | Resolved
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


sahubawa at gmail.com (2023-03-10 06:39) wrote:

> 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