Viewing 12 replies - 1 through 12 (of 12 total)
  • This pluggin didnt work in my blog too 🙁

    Doesn’t work for me, either. I keep getting default error upon submitting an image.

    Plugin Author Jeff Starr

    (@specialk)

    The plugin does work, and the new version includes new features, improvements, and bug fixes. Please have another look, I think you’ll enjoy it. If something isn’t working for you, please describe it in more detail to help troubleshoot and resolve the issue. Thanks.

    The initial version was working without any problems but after update I see this error message:
    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/ …

    I think ‘session_start();’ causes header already sent issues.

    First I disabled ‘All in One Seo’ but it conflicted with something else.

    Plugin Author Jeff Starr

    (@specialk)

    Yes, this is a known issue and will be fixed in the next version. For now, you can comment out the following code in either submission-form-classic.php or submission-form.php (whichever you are using):

    session_start();
    $title      = $_SESSION['title'];
    $content    = $_SESSION['content'];
    $authorName = $_SESSION['authorName'];
    $authorUrl  = $_SESSION['authorUrl'];
    $tags       = $_SESSION['tags'];
    $captcha    = $_SESSION['captcha'];
    $category   = $_SESSION['category'];

    That should do it, if not let me know! Thanks.

    Everything is working fine now, thanks.

    I also checked it as working with WP 3.4.2

    Plugin Author Jeff Starr

    (@specialk)

    That’s great news, netvision. I’ll be updating the plugin to resolve this issue in the next version.

    That didn’t seem to work for me. I can’t exactly remember exactly what it looked like before it broke, but there’s no form now.

    http://www.fertilitynw.com/site/baby-blog/

    You can click on the little promo at the top of the page and see it. I un-commented out the section you suggested on submission-form.php but I got a HUGE error, so I put it back. (tried both)

    Suggestions?

    Plugin Author Jeff Starr

    (@specialk)

    Please try installing the latest version of the plugin, sock2me. The issue discussed in this thread has been fixed, as verified by netvision. The lines mentioned previously have been removed from the latest version of USP.

    Ahh..sorry. yes, that fixed it…

    Plugin Author Jeff Starr

    (@specialk)

    Excellent, glad to hear it 🙂

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: User Submitted Posts] Plugin does not work’ is closed to new replies.