Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: An Error Was Encountered Approval email can’t be sent, no valid member found.

Status Resolved
Add-on / Version Publisher 0.98.8
Severity Blocker
EE Version 2.5.5

Andrew Bacon

Aug 21, 2013

Using a Safecracker form, you can try it here:  http://www.jointbaselewismcchord.com/pages-public/free-relocation-guide

The form doesn’t submit and the language looks like Publisher.  Is there a setting I have to fix to allow SafeCracker?  Publisher is upposed to be ignoring the channel SafeCracker is posting channel entries to.

#1

BoldMinded (Brian)

If its an ignored channel then it definitely shouldn’t be getting far enough to call that error. On line 114 of models/publisher_approval_entry.php change the beginning of the function to look like this:

public function save($entry_id, $meta, $data)
    {
        if ( !$this->validate())
        {
            return;
        }

See if that fixes it.

#2

BoldMinded (Brian)

I’m pretty sure the posted code fixes the issue. It’ll be included in the 1.0.7 release. If its still an issue after updating just open a new ticket. Thanks.

Login to reply