musicpanda
musicpanda
I thought that collectlogs just collected the server logs. But those logs are just as summary as those in the "log" directory. An additional problem is that I often (always?)...
Then why does it ask for a cron?
I find the collectlogs puzzling. It nowhere tells you where you can find the list of errors.
PHP 8.x compatibility tip: search the code for {0} - as array index. It is still found in several vendor packages
My preference would be that such modules are scheduled for updates as if they were active. That is the approach that is the least annoying for the user.
The website where the company offers the module is: https://www.icredit.co.il/%d7%aa%d7%95%d7%a1%d7%a4%d7%99%d7%9d-%d7%9c%d7%90%d7%aa%d7%a8%d7%99-%d7%9e%d7%a1%d7%97%d7%a8/ I fixed the bug for this shop by changing one line in moduleExistsOnFilesystem(): I changed `$name = strtolower($moduleName);` into `$name...
A short analysis of the code: When you open the Modules page in the backoffice the first function called in Module.php is getModulesOnDisk(). The relevant part says: ```php $modulesDir =...
The time zone that you provide at the start of the installation isn't preserved either.
I went to the Localization page in the backoffice. I had set the Timezone as America/Toronto at the start of the installation. Yet the Localization page showed Amsterdam - my...
I get the impression that the problem is in the country selector. This looks so:  Looks very nice. But that beauty is also a potential source of problems as...