Whenever I go to list and select one to delete I get the following 2 errors in my error log. The file deletes ok but produces the errors.
I'm running 2.0 RC3 and have NewsLetter Pro2.0.5a installed.
Error 1
http://www.xxxxxxx.com/forum/index.php?action=admin;area=newspro;sa=deletelist;id=38: Undefined index: description
File: /home/xxxxxxx/public_html/forum/Themes/default/GenericMenu.template.php
Line: 284
This is whats on line 284!
283: <p class="windowbg description">
==>284: ', !empty($selected_tab['description']) ? $selected_tab['description'] : $tab_context['description'], '
285: </p>';
Error 2
http://www.xxxxxxxx.com/forum/index.php?action=admin;area=newspro;sa=deletelist;id=38: Undefined index: title
File: /home/xxxxxxxx/public_html/forum/Themes/default/GenericMenu.template.php
Line: 273
This is whats on line 273
272: echo '
==>273: ', $tab_context['title'];
274: }
Thanks
Cutter