Jump to content
thirty bees forum
  • 0

Can't delete language


led24ee

Question

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 by led24ee
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...