Environment:
php 5.1.2 / apache 1.3.33 / linux (armeb)
with ea enabled errors like the following appears when using Gallery 2.1.2
Fatal error: Call to undefined method GalleryPhotoItem::onLoad() in /volume1/web/gallery/modules/core/classes/helpers/GalleryEntityHelper_simple.class on line 91
The onLoad() method is used by a number of other classes too and is inherited from GalleryEntity?.class. The error appears whenever onLoad() is used.
On other systems the problem seems not to occur and on some it does. No dependency of php version and apache could be found.
tried different ini settings and compile configs without success. see also http://gallery.menalto.com/node/54210
Gallery works perfectly if ea is either disabled or all .class files are filtered out, hence I assume it to be a ea problem.