Quote Originally Posted by simon1066 View Post
BTW, the line numbers are different to your stock file because I added some custom lines to display product images - see a previous post for actual code.
yeah, i have all of my own code, so i know where all of the problems are. thanks for pointing them out.

i will be submitting a new version shortly.

you have error_reporting set to E_ALL somewhere. if you turn that config to something to something like E_ALL & ~E_NOTICE; i think all of these notices, and hence the log files, will disappear.

it is a setting and not specifically related to v157.

best.