• Resolved Denis

    (@denis_miller)


    Another issues:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class Markup_Markdown does not have a method register_settings_menu in /home/g/glav/public_html/wp-includes/class-wp-hook.php on line 307 Warning: Cannot modify header information – headers already sent by (output started at /home/g/glav/public_html/wp-content/plugins/markup-markdown/markup-markdown.php:

    Problem with markup-markdown.php. There is a small space at the beginning of the file, before php tag

    Current:

     <php
    /**
     * Markup Markdown
    

    Expected (without the first space)

    <php
    /**
     * Markup Markdown
    
    • This topic was modified 2 years, 4 months ago by Denis.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Pierre-Henri Lavigne

    (@peter202202)

    Wow sorry and thank you very much for the fix @denis_miller
    I’ve just released V1.5.2, everything should be fine now. ??

    For the warning I’ve also fixed it, it was related to the settings page I haven’t created yet! ??

    Hope you won’t get more issues, I appreciate your help and your feedback and wish you happy editing ! ! !

    Peter

    Thread Starter Denis

    (@denis_miller)

    You are welcome!

    It’s a pleasure to use the plugin. Minimalistic and exactly what is needed!

    /denis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: headers already sent by…’ is closed to new replies.