Title: Adding a Post will not work
Last modified: August 22, 2016

---

# Adding a Post will not work

 *  Resolved [Greg7976](https://wordpress.org/support/users/greg7976/)
 * (@greg7976)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adding-a-post-will-not-work/)
 * I get this when I try to add a post. Can anyone tell me what this means? Please….
   I am using Tempera Theme
 * Notice: WP_User->id was called with an argument that is deprecated since version
   2.1! Use WP_User->ID instead. in /hermes/bosoraweb155/b742/ipg.wheelsontheroadca/
   ysnr/wp-includes/functions.php on line 3495 Notice: Undefined index: user-submitted-
   url in /hermes/bosoraweb155/b742/ipg.wheelsontheroadca/ysnr/wp-content/plugins/
   user-submitted-posts/user-submitted-posts.php on line 105 Notice: Undefined index:
   user-submitted-tags in /hermes/bosoraweb155/b742/ipg.wheelsontheroadca/ysnr/wp-
   content/plugins/user-submitted-posts/user-submitted-posts.php on line 106 Warning:
   Cannot modify header information – headers already sent by (output started at/
   hermes/bosoraweb155/b742/ipg.wheelsontheroadca/ysnr/wp-includes/functions.php:
   3495) in /hermes/bosoraweb155/b742/ipg.wheelsontheroadca/ysnr/wp-includes/pluggable.
   php on line 1178
 * [https://wordpress.org/plugins/user-submitted-posts/](https://wordpress.org/plugins/user-submitted-posts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/adding-a-post-will-not-work/#post-5629327)
 * Hi Greg,
 * Glad to help. There are several things happening with that block of data:
 * “Notice: WP_User->id was called with an argument that is deprecated since version
   2.1! Use WP_User->ID instead. in […]/wp-includes/functions.php on line 3495”
 * This is a PHP “Notice”, which is just information for developers. The script 
   should continue to function normally despite any Notices. Nothing to worry about.
 * “Notice: Undefined index: user-submitted-url in […]/plugins/user-submitted-posts/
   user-submitted-posts.php on line 105”
 * This is another notice, just FYI for the developer.
 * “Notice: Undefined index: user-submitted-tags in […]/plugins/user-submitted-posts/
   user-submitted-posts.php on line 106”
 * Another notice for the developer.
 * “Warning: Cannot modify header information – headers already sent by (output 
   started at […]/wp-includes/functions.php:3495) in […]/wp-includes/pluggable.php
   on line 1178”
 * This is a PHP “Warning”, which means something is awry and should be addressed.
   I have tested User Submitted Posts under default WP conditions and do not see
   this warning. It could be from another plugin or from the current theme, should
   you decide to investigate further.
 * I hope this helps! (Note that it is wise to NOT include the full path information
   when dumping piles of log entries; if you do feel the need to dump such data,
   it is best to truncate any full paths as I have done in my response above. Just
   a security measure.)

Viewing 1 replies (of 1 total)

The topic ‘Adding a Post will not work’ is closed to new replies.

 * ![](https://ps.w.org/user-submitted-posts/assets/icon-256x256.png?rev=2567685)
 * [User Submitted Posts – Enable Users to Submit Posts from the Front End](https://wordpress.org/plugins/user-submitted-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-submitted-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-submitted-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/user-submitted-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-submitted-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-submitted-posts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/adding-a-post-will-not-work/#post-5629327)
 * Status: resolved