Hi,
i'm getting a class not found error in a custom theme developed a while ago(2 years ???). The exact error messsage is:
Class 'Image' not found in [...] album.php
Is the image class depreciated?
regards Volkan
Yes, indeed. You should be using the function newImage($album, $filename) to instantiate images as there are multiple classes of image.
newImage($album, $filename)
classes