You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gallery is stated to support ModX 2.0.0-rc-2 or later. On 2.0.4-pl2 it fails to install.
The console gets to:
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => gallery.backend_thumb_zoomcrop )"
Before stopping.
The PHP error log contains:
PHP Fatal error: Call to undefined method xPDOManager_mysql::addField() in /core/packages/gallery-1.5.2-pl/modMenu/def4ac811464491e73fb74f3de7d1f7e.resolve.dbchanges.resolver on line 42
On the version above, the file core\xpdo\om\mysql\xpdomanager.class.php doesn't contain the addField method, hence the error message. On the latest ModX (currently 2.2.7), that file does contain the addField method.
I presume the docs are out of date on the version of ModX Gallery supports?
The text was updated successfully, but these errors were encountered:
Gallery is stated to support ModX 2.0.0-rc-2 or later. On 2.0.4-pl2 it fails to install.
The console gets to:
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => gallery.backend_thumb_zoomcrop )"
Before stopping.
The PHP error log contains:
PHP Fatal error: Call to undefined method xPDOManager_mysql::addField() in /core/packages/gallery-1.5.2-pl/modMenu/def4ac811464491e73fb74f3de7d1f7e.resolve.dbchanges.resolver on line 42
On the version above, the file core\xpdo\om\mysql\xpdomanager.class.php doesn't contain the addField method, hence the error message. On the latest ModX (currently 2.2.7), that file does contain the addField method.
I presume the docs are out of date on the version of ModX Gallery supports?
The text was updated successfully, but these errors were encountered: