( ! ) Notice: Undefined variable: categories in C:\wamp64-2\www\drkyre\modules\Album\action.default.php on line 115
See attached image.

A notice is not exactly an error, you can disregard that. You should disable error reporting on a production site, leaving it only logging errors.newvision wrote:I am getting the following error message:
( ! ) Notice: Undefined variable: categories in C:\wamp64-2\www\drkyre\modules\Album\action.default.php on line 115
There are several possibilities, one of them being in php.ini: http://pt1.php.net/manual/en/errorfunc. ... -reporting.newvision wrote:I don't know how to turn that off. Can you please tell me? Thanks!