mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #268] alias editing : error #219
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#219
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rico29 on GitHub (Jun 18, 2020).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/268
Hello
I'm using master branch
I get an error when editing an email alias :
URL : https://vimbadmin.xxx.fr/alias/edit/alid/114
error : Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /usr/share/vimbadmin/application/Proxies/__CG__EntitiesDomain.php on line 49
It seems that this syntax is not valid :
removing the "?" seems OK, and I don't get the error anymore :
Will propose a PR for that.
@Rico29 commented on GitHub (Jun 18, 2020):
This breaks vimbadmin in php5. works in php7
@barryo commented on GitHub (Apr 1, 2022):
Thanks @Rico29. I think in 2022 we don't need to worry about PHP5 anymore really.