• prate012

    (@prate012)


    I’m trying to write my first plugin using this page (http://weebtutorials.com/2013/04/develop-a-hello-world-plugin-for-wordpress/), and eventually custom post type…
    I only have created the plugin folder, and base php file (which contains ONLY comments at this point)
    But when I activate my plugin, I see this:

    Plugin URI: http://redtechdesign.com Description: Allows you to keep record of your firearms/bow targets in digital format (with pic). Version: 1.0 Author: Brandon Prater Author URI: http://redtechdesign.com/ License: GPL */
    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home1/prate012/public_html/alabamaguntrader/wp-content/plugins/targetLog/targetLog.php:9) in /home1/prate012/public_html/alabamaguntrader/wp-content/plugins/ninja-forms/ninja-forms.php on line 653

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter prate012

    (@prate012)

    Also I should note that I am developing the plugin with sublime text3 and have the FTP setup so that whenever I save a file it automatically uploads to the directory – not sure if this is what is causing the error or not.

    Thread Starter prate012

    (@prate012)

    Duh!, I got it figured out.
    The example does not remind you to put in the beginning and ending php tags. Did this and no problems…
    Thx considerder this one closed or just delete it altogether.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Beginner Plugin Issues – Hello World Plugin’ is closed to new replies.