LORIS V26 upgrade issue #9308
Replies: 7 comments 1 reply
-
Tagging @laemtl and @jeffersoncasimir as they might know more about this. As far as I know this is because the protocol buffer is not installed. This module readme seems to suggest to follow github installation instructions However protocol buffer should not be required unless EEG browser s being set up according to #7676 |
Beta Was this translation helpful? Give feedback.
-
Until you've successfully run make I wouldn't make much of any other warnings, because if make hasn't run and there's a mismatch between the version of the code running on the backend and on the frontend anything can happen, but theoretically I think this PR should fix the warning from statistics: |
Beta Was this translation helpful? Give feedback.
-
Gentlemen,
Please advise on how to deal with the getAllInstruments() function deprecation. Thanks in advance for any help with this issue, |
Beta Was this translation helpful? Give feedback.
-
Update on this V26 upgrade issues: a. Despite the multiple warnings on the getAllInstruments() function deprecation being registered/capture on the loris-error.log, LORIS V26 is working when accessed with the Firefox and Chrome browsers. b. The LORIS V26 hanging, after the login in, only occurs when accessing LORIS with the latest MS Edge browser. c. When invoking the EEG Browser module, these messages are being capture on the loris-error.log:
Any advice on how to set the instruments referred in the above messages will be greatly appreciated. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
-
Update on this upgrade to V26: The LORIS V26 hanging was due to caching, clearing the MS Edge browser cache resolved the issue. Despite the warnings, LORIS V26 is working fine in the MS Edge, Firefox and Chrome browsers. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
-
Hey @Johan-Peralta
|
Beta Was this translation helpful? Give feedback.
-
[like] Johan Peralta reacted to your message:
…________________________________
From: Rida Abou-Haidar ***@***.***>
Sent: Tuesday, July 23, 2024 11:21:38 PM
To: aces/Loris ***@***.***>
Cc: Johan Peralta ***@***.***>; Mention ***@***.***>
Subject: Re: [aces/Loris] LORIS V26 upgrade issue (Discussion #9308)
[EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize the sender and know the content is safe.
Hey @Johan-Peralta<https://github.com/Johan-Peralta>
1. Although that function throws a deprecation warning it is still technically functional, the warning is just a flag that the function will be removed in the next LORIs iteration (probably replaced by another function that already exists) you can ignore these warnings
2. Happy to hear LORIs works on MS edge but just to be clear we officially support Firefox and Chrome. We don't generally go out of our way to support edge if something doesnt work on it.
3. As for instruments. I would recommend looking at the documents here https://github.com/aces/Loris/tree/main/docs/wiki/01_STUDY_PARAMETERS_SETUP/02_Clinical_Instruments and some of the examples in https://github.com/aces/Loris/tree/main/raisinbread/instruments
—
Reply to this email directly, view it on GitHub<#9308 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFCGLFM7F73SRL62UNT2PM3ZN3QQFAVCNFSM6AAAAABK7M3VH6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJTGE3TENY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is proprietary, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you have received this email in error please notify the sender by return email and delete the original message and any attachments
|
Beta Was this translation helpful? Give feedback.
-
Hi, I followed the steps below to upgrade a LORIS instance from v25.0.x to v26.0.0:
The make step yielded this error:
The loris-error.log captures this other error:
**[Tue Jul 16 20:52:44.235200 2024] [php:warn] [pid 1484] [client 123.12.456.34:38647] PHP Warning: Undefined array key 1 in /var/www/loris/modules/statistics/php/charts.class.inc on line 129**
Any ideas of what could be the root cause?
Thanks in advance for any help with this issue,
Johan
Beta Was this translation helpful? Give feedback.
All reactions