led24ee Posted August 2, 2022 Posted August 2, 2022 (edited) TB1.4 (PHP8.1.7 / Cisero) Result is error500 Following is message count(): Argument #1 ($value) must be of type Countable|array, bool given in file classes/Language.php at line 1242 Decrypted message : 1241: $files = @scandir(_PS_MODULE_DIR_.$mod.'/mails/'); 1242: if (count($files) <= 2) { 1243: Tools::deleteDirectory(_PS_MODULE_DIR_.$mod.'/mails/'); Edited August 2, 2022 by led24ee
0 datakick Posted August 2, 2022 Posted August 2, 2022 Another php8 compatibility issue. This will take some time before all of these hidden gems are discovered a resolved. I have filed github issue here: https://github.com/thirtybees/thirtybees/issues/1482 Next time please report bugs directly on github. If reported here they will be forgotten.
Question
led24ee
TB1.4 (PHP8.1.7 / Cisero)
Result is error500
Following is message
count(): Argument #1 ($value) must be of type Countable|array, bool given
in file classes/Language.php at line 1242
Decrypted message :
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now