Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App.php syntax error #6

Closed
gtech99 opened this issue Mar 13, 2018 · 3 comments
Closed

App.php syntax error #6

gtech99 opened this issue Mar 13, 2018 · 3 comments
Assignees

Comments

@gtech99
Copy link
Contributor

gtech99 commented Mar 13, 2018

Also, in go/core/App.php at line 154 you use '??' which is not valid. Did you want to use ternary operator ?

"dataPath" => $config['file_storage_path'] ?? '/home/groupoffice',

@mschering
Copy link
Member

Actually, in php 7 this is valid. php 7 is the minimal version for 6.3.

@mschering mschering self-assigned this Mar 13, 2018
@wsmits
Copy link

wsmits commented Mar 13, 2018

@gtech99
Copy link
Contributor Author

gtech99 commented Mar 13, 2018

Thank you, must have been a compatibility issue on my end after upgrading to 7.2.

@gtech99 gtech99 closed this as completed Mar 13, 2018
@nuwohg nuwohg mentioned this issue May 31, 2018
@kmribti kmribti mentioned this issue Apr 2, 2020
mschering pushed a commit that referenced this issue Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants