Title: [Plugin: Custom Content Type Manager] Can&#039;t post
Last modified: August 19, 2016

---

# [Plugin: Custom Content Type Manager] Can't post

 *  [dardna](https://wordpress.org/support/users/andrad/)
 * (@andrad)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/)
 * ..the custom content type creation works fine however I can’t publish regular
   posts/pages.
 * Confirmed it on a vanilla wordpress installation: simply installed the plugin
   and tried to create a new post.
 * [http://wordpress.org/extend/plugins/custom-content-type-manager/](http://wordpress.org/extend/plugins/custom-content-type-manager/)

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

 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1790997)
 * Thanks for the heads-up. Could you provide your exact server specs? WordPress
   version, PHP version, MySQL version, and which operating system your server is
   running on?
 * I’m trying to figure out how the WordPress plugin bug-tracker is supposed to 
   work… it’s easier for me to monitor a bug-tracker than the forums, but I’ll try
   to get this patched as soon as possible.
 *  [jay-august](https://wordpress.org/support/users/jay-august/)
 * (@jay-august)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791020)
 * Hi,
 * Since topic starter doesn’t respond anymore… I’m having the same issue, as I 
   mentioned on your blog as well.
 * My server:
    WiredTree Managed VPS cPanel running on CentOS Apache version 2.2.15
   PHP version 5.2.13 MySQL version 5.1.51 Architecture i686
 * WP version 3.0.3
    Latest stable version of your plugin
 * Still, when I add or edit a post, I get the ‘are you sure you want to do this,
   please try again’
 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791022)
 * Thanks. I’ve identified the source of the problem: I’m incorrectly handling a
   WordPress NONCE / referrer. I’ve got some paying projects that take precedence,
   but this is on my to-do list for the weekend. Sorry for the inconvenience!!
 * I think the temporary work-around is to “activate” each content type in the manager—
   this will standardize all custom fields for that content type, which may not 
   be desirable, but it should force the NONCE to be generated correctly so the 
   referrer checking passes.
 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791024)
 * I submitted the fix in version 0.8.1, so it should show up as an available update
   shortly. So sorry this got out the door with that problem.
 * The CSS issues / UI stuff will be addressed in a future version.
 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791025)
 * Uh… the changes are visible on the “Changelog” so I know my updates are in WP’s
   system… but why the F doesn’t this show up as an update? Sigh… WP, where is your
   documentation when I need it.
 *  Anonymous User
 * (@anonymized-3085)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791026)
 * It’s strange as it shows up in the drop down selection.
 * I’d give it a few days and if it hasn’t updated, then perhaps email [plugins@wordpress.org](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/plugins@wordpress.org?output_format=md)
 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791027)
 * Rich: as I am writing a book on this process of authoring plugins, it would be
   HUGELY helpful if you could fill in some of the gaps here.
    - How do you get your plugin listed in the Trak bug tracker? The docs on that
      seem completely AWOL. WTF?
    - What is the EXACT thing that needs to be updated in a plugin that triggers
      an update to show up? As far as I can tell, there are 3 things that need to
      get synced up:
 *  1. **readme.txt:** Stable tag: 0.1.2.3
    2. **Info Header:** Version: 0.1.2.3
    3. **SVN tag:** you must copy the trunk to a named directory in _tags_
 * It seems to be anyone’s guess as to what exactly triggers the update to show 
   up, or how to continue submitting incremental changes on a working copy _without_
   indicating a new stable version. E.g. what happens if you put a non-existant “
   stable” version in your readme.txt file? What happens if you put an arbitrary
   version number in the plugin’s info header?
 * I do a lot of development on a lot of different systems, and WP is notably behind
   in its docs for developers. If you could point me in the right direction here,
   it’ll end up in the book and benefit thousands of others in the process. And 
   you’ll be my new best friend. Thanks.
 *  Anonymous User
 * (@anonymized-3085)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791028)
 * I only know what I’ve picked up, much the same as yourself.
 * [Developer FAQ](http://codex.wordpress.org/Developer_FAQ) has some info.
    [How to Use Subversion](http://codex.wordpress.org/How_to_Use_Subversion)
   also has some info which may or may not be relevant.
 * But of late there have been a lot of inconsistencies, so don’t rely on the 15
   minutes updates.
 * My last change to my plugin was all correct, the download version number changed,
   but the readme took 2 days+ to update!
 * The **Stable Tag** appears to be the main one to be careful with.
 *  [jay-august](https://wordpress.org/support/users/jay-august/)
 * (@jay-august)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791036)
 * fps, thanks for the heads up. I will download and install the update once WP 
   has put in their update queue.
 * THANKS A LOT for fixing my site 🙂 Much appreciated.
 * //EDIT
 * Your update is actually downloadable from the plugin page. The button says 0.8.0,
   the zip file you’re downloading says 0.8.1. After installing the plugin still
   says 0.8.0, but at least it works again 🙂
 *  [jay-august](https://wordpress.org/support/users/jay-august/)
 * (@jay-august)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791037)
 * UPDATE:
 * After updating the plugin to the 0.8.1 version, my terms page is wrecked.
 * Check this out.
 * With your plugin disabled: [http://ep2up.com/uploads/1292234440.jpg](http://ep2up.com/uploads/1292234440.jpg)
   
   with your plugin enabled: [http://ep2up.com/uploads/1292234383.jpg](http://ep2up.com/uploads/1292234383.jpg)
 * Any idea what could be wrong?
 *  Plugin Contributor [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * (@fireproofsocks)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791113)
 * Please uninstall the plugin and download the latest version: 0.8.8.
 * Because these forums are not particularly useful to me as the developer since
   they don’t notify me of problems, I kindly request that all bug reports be filed
   here: [http://code.google.com/p/wordpress-custom-content-type-manager/issues/list](http://code.google.com/p/wordpress-custom-content-type-manager/issues/list)
 * Thanks!

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

The topic ‘[Plugin: Custom Content Type Manager] Can't post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-type-manager_c9c790.
   svg)
 * [Custom Content Type Manager](https://wordpress.org/plugins/custom-content-type-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-content-type-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-type-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-type-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-type-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-type-manager/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [fireproofsocks](https://wordpress.org/support/users/fireproofsocks/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-cant-post/#post-1791113)
 * Status: not resolved