hello again. thanks for taking the time to assist me.
line 595 reads:
$buttons[$key] = '<a href="' . $value['url'] . '" ' .( isset($value['custom']) ? $value['custom'] : '') . '>' . ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . ($value['lang'] ? $context['user']['language'] . '/' : '') . $value['image'] . '" alt="' . $txt[$value['text']] . '" border="0" />' : $txt[$value['text']]) . '</a>';
i seem to be getting this error everytime i access the pages in aeva media. it doesn't really interrupt me using the gallery, but at the rate it's going, my error log will be clogged up with this

. i'm not very well versed in PHP, hope you can assist me in any way you can

.