• I actually posted under reviews, unaware this forum was here. I’ll adjust my ratings accordingly.

    Could you help me with this?
    ___________________
    The interface is actually nicer than other form submission plug-ins.

    But can you help me with this? I don’t know why this error message is showing up and unsure how to fix this. I haven’t done anything except add the shortcode for the moment.

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/sffood23/public_html/wp-content/themes/genesis/lib/structure/header.php:63) in /home/sffood23/public_html/wp-content/plugins/tt-guest-post-submit/tt-guest-post-submit.php on line 30

    https://wordpress.org/plugins/tt-guest-post-submit/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rashed Latif

    (@rashedlatif)

    Thanks sffood for pointing out this issue. I haven’t experienced that warning message otherwise i would have definitely fixed that before.
    As its just an warning message, not an error so the plugin should still work.

    I have looked at the problem over the internet and found few possible reason that can cause this issue. So i changed the code little bit to make fix that issue.

    Please download the plugin again and try to use it and let me know if that makes any change or not.

    Thread Starter @thegracekeh

    (@sffood)

    Hi Rashed,

    I updated and it didn’t work.
    I deleted and reinstalled, and it still looks like this:

    http://screencast.com/t/nUkjlqMvDe7

    For my purposes, this plug in is the best I can find in terms of layout, interface and functionality, but obviously, I can’t have that message up there.

    Is it something on my end? I don’t understand HTML so I’m not even sure how to fix it if it’s something on my end of WordPress Admin.

    Thread Starter @thegracekeh

    (@sffood)

    I’ll leave it there in hopes of it helping you.
    SUBMIT PAGE

    Plugin Author Rashed Latif

    (@rashedlatif)

    Following two link may help you.
    In my opinion its something wrong with your theme. In the first link you can have an idea of re installing the theme which may solve the issue.
    In the second link you will have an idea of how to remove some spaces or other stuff from the file mentioned in the error message. In your case it will be
    /themes/genesis/lib/structure/header.php
    /plugins/tt-guest-post-submit/tt-guest-post-submit.php
    I have already checked in tt-guest-post-submit.php and its ok but you can check again.
    and also you can try wp-config.php as mentioned in the link and also function.php of your theme.

    But make sure you know what you are doing otherwise you may end up with something worst. Better take a backup first.

    http://wordpress.org/support/topic/warning-session_start-cannot-send-cache-limiter
    http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F

    The Lacesz

    (@kardiweb)

    Hello!

    This error fix it!
    Please merge pull request!
    https://github.com/wp-plugins/tt-guest-post-submit/pull/1

    Thread Starter @thegracekeh

    (@sffood)

    This is what I see in line 63 in the file mentioned.
    http://screencast.com/t/ra9rYooQV

    Line 62-66
    ?><!DOCTYPE html>
    <html <?php language_attributes( ‘html’ ); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <?php

    Is it something here? Do you see something wrong?

    Laszlo, I am not quite sure what you mean by merge pull request. Not something I’ve done…?

    Plugin Author Rashed Latif

    (@rashedlatif)

    Laszlo, Thanks. I think thats a good approach to fix this issue.
    I will make this change and and update the plugin.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Help with an error message’ is closed to new replies.