I've recently just upgraded my Classifieds from 2.42 to version 2.5.
I had a small hack, which put the most recent ad on the homepage using vBadvanced CMPS.
Well, after the upgrade the hack was generating errors. I found some of my paths were cleared in the upgrade, so I fixed them (as best as I can tell). However, I was stuck with one remaining error.
Code:
Content visible to verified customers only.
The image path mentioned is in tact. But when I commented out line 119, the errors stopped and it looks great. This is line 119:
$image_stats = getimagesize( $thumbtag );
What does that line do?