FEATURE TICKET 2842: Support for multiple LDAP authentications.#1
Closed
wisiemilljungdahl wants to merge 2 commits intoTestLinkOpenSourceTRMS:testlink_1_9from
Closed
FEATURE TICKET 2842: Support for multiple LDAP authentications.#1wisiemilljungdahl wants to merge 2 commits intoTestLinkOpenSourceTRMS:testlink_1_9from
wisiemilljungdahl wants to merge 2 commits intoTestLinkOpenSourceTRMS:testlink_1_9from
Conversation
fmancardi
added a commit
that referenced
this pull request
Oct 18, 2015
… in READ ONLY MODE FEATURE TICKET 7299: Test Case - right to freeze/unfreeze test case version (WIP #1)
Closed
fmancardi
pushed a commit
that referenced
this pull request
Mar 26, 2017
updated from TestLinkOpenSourceTRMS/testlink-code
gandharkhaladkar
added a commit
to gandharkhaladkar/testlink-code
that referenced
this pull request
Oct 26, 2018
…-notapplicable-status-added Tvx notapplicable status added
fmancardi
added a commit
that referenced
this pull request
Feb 17, 2019
fmancardi
added a commit
that referenced
this pull request
Feb 17, 2019
siniy80
pushed a commit
to siniy80/testlink-code
that referenced
this pull request
Oct 8, 2019
siniy80
pushed a commit
to siniy80/testlink-code
that referenced
this pull request
Oct 8, 2019
atisne
pushed a commit
to atisne/testlink-code
that referenced
this pull request
Jun 16, 2020
atisne
pushed a commit
to atisne/testlink-code
that referenced
this pull request
Jun 16, 2020
fmancardi
added a commit
that referenced
this pull request
Dec 19, 2020
fmancardi
pushed a commit
that referenced
this pull request
Nov 29, 2022
johssalinas
added a commit
to johssalinas/testlink-code
that referenced
this pull request
Dec 28, 2023
the object was not initialized previously and causes this error: Fatal error: Uncaught Error: Attempt to modify property "results" on null in C:\xampp\htdocs\testlink\cfg\const.inc.php:410 Stack trace: #0 C:\xampp\htdocs\testlink\install\index.php(20): require_once() TestLinkOpenSourceTRMS#1 {main} thrown in C:\xampp\htdocs\testlink\cfg\const.inc.php on line 410
Closed
Alexandremjp
added a commit
to Alexandremjp/testlink-code
that referenced
this pull request
Apr 15, 2025
We need an explicit cast to array in the sizeOf for PHP8 to avoid error : PHP Fatal error: Uncaught TypeError: sizeof(): Argument TestLinkOpenSourceTRMS#1 ($value) must be of type Countable|array, null given in /var/www/html/testlink-code-testlink_1_9_20_fixed/lib/functions/object.class.php:600
Merged
fmancardi
pushed a commit
that referenced
this pull request
May 2, 2025
We need an explicit cast to array in the sizeOf for PHP8 to avoid error : PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, null given in /var/www/html/testlink-code-testlink_1_9_20_fixed/lib/functions/object.class.php:600
DanProgs
added a commit
to DanProgs/testlink-code
that referenced
this pull request
7CD1
Jul 11, 2025
…OpenSourceTRMS#1 ($array) must be of type array, null given in neverRunByPP.php:275
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have used the patch in ticket 2842 as a base for implementing support for multiple LDAP authentication servers.
The format of the authentication options in config.inc.php has changed a bit (LDAP settings has moved inside to be per "authentication domain").
However the code is written to be fully backward compatible with older config.inc.php