yii2-image-manager icon indicating copy to clipboard operation
yii2-image-manager copied to clipboard

1.2.11 table not exist

Open codigowww opened this issue 6 years ago • 1 comments

I have problem with version 1.2.11, in this commit: https://github.com/noam148/yii2-image-manager/commit/458d69c60a7034772daeba5255edf61123810050#diff-4d288fa17e65c8738aafbec4aabdb456 you change {{%imagemanager}} to {{%ImageManager}}, in windows server the plugin run ok , but in linux plugin crash because not find the table in db, i think it's because unix systems are case-sensitive. I was forced to go back to the version 1.2.10. Excelent plugin, regards

codigowww avatar Feb 12 '19 23:02 codigowww

Please update your table name to ImageManager instead of imagemanager. It's update by accident to lowercase. That's the reason is update it back to ImageManager. Sorry for the confusion.

noam148 avatar Feb 14 '19 07:02 noam148