Gallery icon indicating copy to clipboard operation
Gallery copied to clipboard

DOCS: Suported ModX version incorrect

Open markvr opened this issue 12 years ago • 1 comments

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?

markvr avatar May 09 '13 06:05 markvr

I think this topic related: http://forums.modx.com/thread/?thread=84385

Hubbitus avatar Mar 11 '14 20:03 Hubbitus