Hello guys,
I'm running FormaLMS 4.0.11 and the following errors are being thrown on the error_log of PHP:
Undefined array key "HTTP_X_FORWARDED_FOR" in /home/robertinho/public_html/ava/lib/FormaUser.php on line 204
Search found 21 matches
- Fri Oct 25, 2024 10:35 pm
- Forum: Installation and configuration
- Topic: Undefined array key "HTTP_X_FORWARDED_FOR"
- Replies: 4
- Views: 2890
- Thu May 09, 2024 5:02 pm
- Forum: Installation and configuration
- Topic: No XML language updates applied during FormaLMS 3 upgrade
- Replies: 1
- Views: 1710
Re: No XML language updates applied during FormaLMS 3 upgrade
The facto it seems to be the default behavior because it could override custom strings user replaced on their translations, but I believe it should import the missing strings from the XML core files, but I don't think it's happening.
- Thu May 09, 2024 3:19 pm
- Forum: Installation and configuration
- Topic: No XML language updates applied during FormaLMS 3 upgrade
- Replies: 1
- Views: 1710
No XML language updates applied during FormaLMS 3 upgrade
When upgrading from Forma LMS 3.0.17 to 3.0.22, it doesn't seems that the XML language was applied during the Upgrade phase, as when I entered on Language Mgmt, it was still showing the older strings instead of the newer ones. I'm not sure if it's the intended behavior, but it also may also means ...
- Mon Feb 05, 2024 1:18 pm
- Forum: Plugins & patches
- Topic: Bugs on Attendance
- Replies: 1
- Views: 2488
Bugs on Attendance
Hello, I would like to report some bugs when creating attendance dates on Attendance course module. I didn't have time to debug those right now, but maybe someone else or FormaLMS team can troubleshoot and fix them. I believe they're all JS related. 1. When adding a new date with "00:00:00" hour (e ...
- Thu Jan 18, 2024 7:21 pm
- Forum: Plugins & patches
- Topic: Unable to translate delete learning object hard-coded message
- Replies: 3
- Views: 3683
Re: Unable to translate delete learning object hard-coded message
I created the PR#13 that translate those texts: https://github.com/formalms/formalms/pull/13
- Thu Jan 18, 2024 3:16 pm
- Forum: Plugins & patches
- Topic: Doesn't accept "/" character on title
- Replies: 12
- Views: 6257
Re: Doesn't accept "/" character on title
Hello @alfa24, Thank you for your feedback. I've changed the commit so it updates the _organization repo only with slashes and keep "_homerepo" and "_repo" as it is. I'm not sure if it's the best approach, but I believe it will not cause any issues because it seems they are identified by the ...
- Thu Jan 18, 2024 1:18 pm
- Forum: Plugins & patches
- Topic: "Subscribe" button CSS sprite hover isn't rendering correctly
- Replies: 2
- Views: 2461
Re: "Subscribe" button CSS sprite hover isn't rendering correctly
For anyone that maybe interested, I created the PR#9 that fix the issue: https://github.com/formalms/formalms/pull/9
- Thu Jan 18, 2024 11:29 am
- Forum: Plugins & patches
- Topic: Doesn't accept "/" character on title
- Replies: 12
- Views: 6257
Re: Doesn't accept "/" character on title
Hello @alfa24, Thank you for your help! I replaced all instances of "addslashes" PHP function by "sql_escape_string" PHP function and I can confirm that on DB it's now being saved with slashes as expected. But I noticed a stranger behavior: when editing the item, the slash was there on the "Title ...
- Thu Jan 18, 2024 10:49 am
- Forum: Plugins & patches
- Topic: TinyMCE isn't being translated
- Replies: 1
- Views: 1979
Re: TinyMCE isn't being translated
For anyone that maybe interested, I created a PR on GitHub that implements this feature: https://github.com/formalms/formalms/pull/6
- Wed Jan 17, 2024 10:17 pm
- Forum: Plugins & patches
- Topic: Refreshing a test question page the page is blank
- Replies: 3
- Views: 2662
Re: Refreshing a test question page the page is blank
It would be great if Forma handle those kind of situation, maybe redirecting the user to the same form or last page, to avoid confunding the end user. Microsoft deals with those kind of issues on their Microsoft 365 Admin Center website.