User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
It would be too early to test in PHP 8 because apparently not all the PHP 8 fixes from 3.9.23 have been implemented in Joomla 4. This info is from yesterday.
I have tested this item
Tested on 7.3.21
I have tested this item
Tested successfully.
I have tested this item
The issue this PR is supposed to fix is installing sample data when running PHP 8.0
It does not fix the issue.
From debug:
CRITICAL ::1 error Uncaught Throwable of type ValueError thrown with message "Missing format specifier at end of string". Stack trace: #0 D:\virtualhosts\new40\libraries\vendor\wamania\php-stemmer\src\StemmerFactory.php(52)
If line 52 in StemmerFactory.php is changed from:
throw new NotFoundException(sprintf('Stemmer not found for %', $code));
to:
throw new NotFoundException(sprintf('Stemmer not found for %d', $code));
the sample data installation works.
EDIT: %s would probably be more correct.
Closing this, it dies not resolve the issue
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-12-06 22:54:07 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
?
|
I have tested this item✅ successfully on 9a3811b
Tested successfully in Beta6-dev of 3 December using PHP 7.4.13.
Installing sample data in PHP 8.0.0 fails with the message "There is an error in sample data plugin. Response in invalid".
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31566.