I just bumped into this issue using modx Evo 1.0.6 and maxigallery 0.5.2
However changing the "split" into "explode" did not work for me. Is there another way to work around this?
-
☆ A M B ☆
- 24,524 Posts
The error will tell you which line number in the file is causing the error. Go to that line and make the change.
-
☆ A M B ☆
- 24,524 Posts
That's a different error altogether. You'll need to change that TYPE to ENGINE in the installation part of the snippet; newer versions of MySQL don't like the TYPE property.
Thanks for the reply, which files need to be changed? Just "maxigallery.class.inc.php" or any more?
-
☆ A M B ☆
- 24,524 Posts
Yes, should be around line 54.
Thanks for your time sottwel! Got it sorted out.