Thomas Jakobi
Thomas Jakobi
The writeSchema method in xPDO 3 does not create a valid scheme for xPDO 3. opengeek stated on Slack: "that’s all still 2.x schema-ish".
The following code does not work anymore with MySQL 8: `$c->groupby($this->classKey . '.key', 'ASC');` According to @digitalpenguin it has to be reduced to: `$c->groupby($this->classKey . '.key');`
To avoid the modAction deprecation message in Revo 2.7+
I got an PHP Fatal error with Resizer on one resource. PHP 7.4.3 + Imagick 3.4.4. Switching off Resizer did help in pThumb. ```PHP Fatal error: Class Reductionist\Imagick\RImagine contains 4...
In my opionion all assets should be in assets/ This would solve #20 too.
The current version of UpgradeMODX shows the following widget in the frontend: Version 3 is disallowed, this is fine. But the widget shows the begin upgrade button, even if there...
The CKEditor is displayed right but somehow the updated field content is not saved. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27195427-ckeditor-load-save-issue?utm_campaign=plugin&utm_content=tracker%2F795024&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F795024&utm_medium=issues&utm_source=github).
The VersionX 3 CMP throws the following error just after running the migrate script. ``` [01-Oct-2023 11:17:39 Europe/Berlin] PHP Fatal error: Uncaught Error: Class "modmore\VersionX\VersionX" not found in /…/core/components/versionx/controllers/index.class.php:13 ```...
It seems that the link listbox does not provide any paging or filtering for the list. Is this somehow possible? Would it be possible to add something like the single...