SMFHacks.com

Newsletter Pro => Support => Topic started by: Saftek on April 13, 2015, 11:33:34 am

Title: Subject Required Error
Post by: Saftek on April 13, 2015, 11:33:34 am
Trying to set up a newsletter. Have a test list, created messages, setting up schedule enter the required information including the SUBJECT... but every time I hit save I get

An Error has occurred!

Subject is required.


The subject IS inserted but apparently not being read?
Title: Re: Subject Required Error
Post by: SMFHacks on April 13, 2015, 11:35:48 am
What SMF version?
Title: Re: Subject Required Error
Post by: Saftek on April 13, 2015, 11:43:46 am
Sorry SMF 2.0.9
Title: Re: Subject Required Error
Post by: Saftek on April 13, 2015, 12:14:12 pm
Looks like a mod conflict may have been the cause of this problem too. It accepted the campaign this time.

Cheers.
Title: Re: Subject Required Error
Post by: SMFHacks on April 13, 2015, 12:16:53 pm
Cool great what mod was it by the way?
Title: Re: Subject Required Error
Post by: Saftek on April 13, 2015, 12:19:04 pm
GuestRegistrationNotification

Cheers.
Title: Re: Subject Required Error
Post by: lostfly on April 26, 2015, 02:15:48 am
I have same issue
"Subject is required" error, when I planning a Schedule.

ANy idea ?
Title: Re: Subject Required Error
Post by: lostfly on April 26, 2015, 02:20:09 am
I see the error.
In file : NewsPor2.php

Two disctinct verification have same text error.
My problem are not select "message" in SelectList, but error say SubjectError
Line : 1088

   if (empty($subject))
      fatal_error($txt['newspro_err_camp_subject'], false);
      
   if (empty($message))
      fatal_error($txt['newspro_err_camp_subject'],false);



Title: Re: Subject Required Error
Post by: SMFHacks on April 26, 2015, 10:32:37 am
What mods do you have installed?