- Issue created by @Aaronwa
- 🇺🇸United States Aaronwa
If I change
$library = $this->libraryDiscovery->getLibraryByName('core', 'ckeditor');
to
$library = $this->libraryDiscovery->getLibraryByName('ckeditor', 'ckeditor');
then it gets back a valid returnArray ( [remote] => https://github.com/ckeditor/ckeditor4 [version] => 4.18.0 [license] => Array ( [name] => GNU-GPL-2.0-or-later [url] => https://raw.githubusercontent.com/ckeditor/ckeditor4/4.18.0/LICENSE.md [gpl-compatible] => 1 ) [js] => Array ( [0] => Array ( [preprocess] => [minified] => 1 [group] => -100 [type] => file [data] => modules/contrib/ckeditor/vendor/ckeditor.js [version] => 4.18.0 ) ) [dependencies] => Array ( ) [css] => Array ( ) ) Array ( [remote] => https://github.com/ckeditor/ckeditor4 [version] => 4.18.0 [license] => Array ( [name] => GNU-GPL-2.0-or-later [url] =>
This appears to happen when you are using a contrib ckeditor4 module that is not from core.
- Assigned to abhishek_virasat
- Merge request !1fix the issue strpos(): Passing null to parameter #1 () of type string is deprecated → (Merged) created by abhishek_virasat
- 🇮🇳India abhishek_virasat
@Aaronwa , i have fixed the issue "strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated". please kindly review the MR.
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 6:02am 28 September 2023 - Status changed to Closed: duplicate
about 1 year ago 9:01am 30 October 2023 - 🇪🇸Spain akalam
The MR doesn't solve the issue and is changing the indentation wrongly. There's a working patch with a proper solution: 🐛 Library detection warnings when using contrib version of CKEditor 4 Needs review
- Status changed to Needs review
12 months ago 5:12am 23 November 2023 - 🇮🇳India dineshkumarbollu
Hi @akalam
Created patch for this issue, please review.Thanks - First commit to issue fork.
-
VladimirAus →
committed 9a799f06 on 8.x-1.x authored by
abhishek_gupta1 →
Issue #3381049 by dineshkumarbollu: strpos(): Passing null to parameter...
-
VladimirAus →
committed 9a799f06 on 8.x-1.x authored by
abhishek_gupta1 →
- Status changed to Closed: won't fix
11 months ago 7:38am 18 December 2023