SMFHacks.com

Newsletter Pro => Support => Topic started by: Cutter on June 14, 2010, 06:36:48 am

Title: Delete List Errors
Post by: Cutter on June 14, 2010, 06:36:48 am
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=3
8: 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=3
8: 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
Title: Re: Delete List Errors
Post by: SMFHacks on June 14, 2010, 09:13:33 pm
Fixed for next update for Newsletter Pro. Those errors are safe to ignore.
Title: Re: Delete List Errors
Post by: Cutter on June 15, 2010, 07:38:11 am
Fixed for next update for Newsletter Pro. Those errors are safe to ignore.

Thanks for the reply! Good to know they have been taken care of for the next update!  ;D

Cutter