Frank Rochlitzer
Frank Rochlitzer
> What about custom code that sets `$isPercent` to `true`? This makes no sense. The code https://github.com/OpenMage/magento-lts/blob/412bee01b9cc77f50b4333b098e25d116bf9e820/app/code/core/Mage/Catalog/Block/Product/View/Type/Configurable.php#L231-L235 depends on https://github.com/OpenMage/magento-lts/blob/412bee01b9cc77f50b4333b098e25d116bf9e820/app/code/core/Mage/Catalog/Block/Product/View/Type/Configurable.php#L196-L198 So is percent is considered in lines 196-198 and the...
Overwrites the current call of the loop https://github.com/OpenMage/magento-lts/blob/412bee01b9cc77f50b4333b098e25d116bf9e820/app/code/core/Mage/Catalog/Block/Product/View/Type/Configurable.php#L231-L235 not all preceding ones? Thus it would be sufficient to call `_preparePrice` only once? However, this would also be pointless, since then...
> Have you tried removing that code and reloading the page? What was the loading time? We commented out that code block and the request completed in under a second....
> @theroch Hey, are you still using your workaround in production? Any issues noticed? We still use this code without any issues.
You are using Ubuntu 16.04 with smb protocol v2 or v3? Maybe this is related icewind1991/SMB/issues/56
But the notify problem is only related to you if you use `occ files_external:notify`. But if I see, you are using the cron with files:scan and you doesn't use the...
I can confirm this problem with nextcloud 16.0.3 and fulltext 1.3.6 and fulltext_files 1.3.5. If I create a new file directly on the share this file is not indexed. `occ...
I tested something one time and created a new file. The file doesn't seem to be updated via notify, but after about 24h the file was included in the fulltextsearch.
I can confirm that. Probably the entries share_names.ID should be used instead?
The .noindex file excludes the entire folder and the files it contains. But how can I exclude files by pattern? I will exclude temporary Word files like "~*.docx" from indexing...