• hi, i already posted on comments,
    but..
    simplr 2.2.3 form fails using Cimy Swift SMTP plugin in wp3.6,

    my host blocks phpmail functions.

    Cimy Swift SMTP activated, the simplr form registers the new user ok, but fails to send the email, i get a blank return page and a 500 server error behind the page in ie.

    so simplr is causing an upset somewhere, with cemy smtp..

    i commented out the wp_email function in wp itself, in case the simplr plugin wasn’t replacing it from its simplr code.. but no luck, still no email.

    i know the smtp settings are correct in the cimy swift plugin, it works ok for a normal wp user registration. simplr worked ok with correct return page when cimy smtp wasn’t installed, but of course i got no user advice email then, as the system can’t use phpmail functions.

    http://wordpress.org/plugins/simplr-registration-form/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter hareslade

    (@hareslade)

    hi, cimy asked me to to switch on debug which i did, there are a few errors but see final one, looks like an email address isn’t being passed through. these seems to be simplr connected, rather than to the cimy smtp plugin.??

    on homepage

    Notice: Trying to get property of non-object in //wp-content/plugins/simplr-registration-form/simplr_reg_page.php on line 328
    
    Notice: Trying to get property of non-object in //wp-content/plugins/simplr-registration-form/simplr_reg_page.php on line 609
    
    Notice: Trying to get property of non-object in //wp-content/plugins/simplr-registration-form/simplr_reg_page.php on line 139

    on reg page

    Notice: Trying to get property of non-object in //wp-content/plugins/simplr-registration-form/simplr_form_functions.php on line 452
    
    Notice: Trying to get property of non-object in //wp-content/plugins/simplr-registration-form/simplr_form_functions.php on line 457
    
    Notice: Trying to get property of non-object in //wp-content/plugins/simplr-registration-form/simplr_form_functions.php on line 535

    With debug on wp, registration form..simplr…

    Notice: Trying to get property of non-object in //wp-content/plugins/simplr-registration-form/simplr_form_functions.php on line 401
    
    Notice: Trying to get property of non-object in //wp-content/plugins/simplr-registration-form/simplr_form_functions.php on line 427
    
    Notice: Undefined variable: out in /home/artdotgr//plugins/simplr-registration-form/simplr_form_functions.php on line 460
    
    in the simplr form itself
    
    Notice: Undefined index: options_array in //wp-content/plugins/simplr-registration-form/simplr_form_functions.php on line 358
    
    RETURN PAGE ERRORS after clicking the register button, return page
    
    Notice: Trying to get property of non-object in /home/artdotgr/public_html/llandeilomarkethall.org/wp-content/plugins/simplr-registration-form/simplr_reg_page.php on line 328
    
    Notice: registration.php is deprecated since version 3.1 with no alternative available. This file no longer needs to be included. in /.../wp-includes/functions.php on line 2920
    
    Notice: Trying to get property of non-object in /home/artdotgr/public_html/llandeilomarkethall.org/wp-content/plugins/simplr-registration-form/simplr_form_functions.php on line 17
    
    Notice: Trying to get property of non-object in /home/artdotgr/public_html/llandeilomarkethall.org/wp-content/plugins/simplr-registration-form/simplr_form_functions.php on line 179
    
    Fatal error: Uncaught exception 'Swift_RfcComplianceException' with message 'Address in mailbox given [] does not comply with RFC 2822, 3.6.2.' in /.../wp-content/plugins/cimy-swift-smtp/Swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php:352 Stack trace: #0 /.../wp-content/plugins/cimy-swift-smtp/Swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php(264): Swift_Mime_Headers_MailboxHeader->_assertValidAddress('') #1 /.../wp-content/plugins/cimy-swift-smtp/Swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php(108): Swift_Mime_Headers_MailboxHeader->normalizeMailboxes(Array) #2 /.../wp-content/plugins/cimy-swift-smtp/Swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php(65): Swift_Mime_Headers_MailboxHeader->setNameAddresses(Array) #3 /.../wp-content/plugins/cimy-swift-smtp/Swift/lib/classes/ in /.../wp-content/plugins/cimy-swift-smtp/Swift/lib/classes/Swift/Mime/Headers/MailboxHeader.php on line 352

    regards

    Plugin Author mpvanwinkle77

    (@mpvanwinkle77)

    Ok, I haven’t had a chance to test in 3.6 yet. Doing that this week.

    Plugin Author mpvanwinkle77

    (@mpvanwinkle77)

    Ok, most of the errors are inconsequential, but I’m fixing them any way. Can you clarify where you are seeing the 500 error? And have you deactivated all your other plugins besides these two?

    Thread Starter hareslade

    (@hareslade)

    hi, i’m in contact with the designer of the smtp plugin, he says
    ”if you do not
    specify any “Notification email” then it will try to send an email to an
    empty email address, that’s why the error from my plug-in.
    I can workaround that bug discarding all emails with empty recipient,
    but that is really a bug of the Simplr Registration Form plug-in, it
    shouldn’t do that.
    A workaround is to change your post/page’s tag like this:
    [register notify=”[my email address]”]”

    not quite sure what he meant?
    anyway do please let me know when its working for 3.6

    thanks

    Thread Starter hareslade

    (@hareslade)

    the 500 error was ‘behind’ a blank page, which is the page you get after clicking submit, at registration, that should just say thanks or whatever..

    Thread Starter hareslade

    (@hareslade)

    hi, its been some time now,
    did you issue a simplr version for wordpress 3.6 yet?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘using simplr with Cimy Swift SMTP plugin’ is closed to new replies.