Get error on every page load from openbay
Posted: Sat Jun 07, 2014 7:42 am
This is driving me crazy, my error log is a little useless as it gets bombarded by this same error with every page load. I am not a great coder so really have no clue with this.
2014-06-06 23:33:29 - PHP Notice: Undefined index: play in /home/openm136/public_html/continuum/vqmod/vqcache/vq2-admin_view_template_common_header.tpl on line 130
Here is the offending line(s).
I just want to get rid of this error. I have no interest in using openbay, nor does any of it seem to be installed or enabled on my site. Not sure why I would be getting this error anyways.
Thank you in advance for any help you can pass my way.
2014-06-06 23:33:29 - PHP Notice: Undefined index: play in /home/openm136/public_html/continuum/vqmod/vqcache/vq2-admin_view_template_common_header.tpl on line 130
Here is the offending line(s).
Code: Select all
128 <?php } ?>
129
130 <?php if($openbay_markets['play'] == 1){ ?>
131 <li><a class="parent" href="<?php echo $openbay_link_play; ?>"><?php echo $text_openbay_play; ?></a>
Thank you in advance for any help you can pass my way.