xytroyzy / wordpress-custom-content-type-manager

Automatically exported from code.google.com/p/wordpress-custom-content-type-manager
0 stars 0 forks source link

Bug - field type of User breaks the post edit screen #452

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem? (Be specific enough so that someone
else can make the plugin fail for themselves. Remember: if the issue can't
be fixed if it can't be reproduced!)

If a post has a custom field of the User type associated with it then the post 
editing screen breaks. The custom field panel is empty (the expand triangle 
does nothing) and the other panels including Publish, Categories, Tabs, etc, 
are missing. Also, the Screen Options tab doesn't work.

Does the problem continue if you disable all other plugins? (Conflicts
between plugins are easily the #1 cause of errors, so it's important to
isolate the issue):

Yes.

Bug is recent as it worked prior to the 3.5 update and the corresponding BP 
update.

I have also tried deleting and recreating both the custom post type and field, 
in case it was a corruption in the CCTM database table.

Please copy and paste the system information that appears in a yellow
textarea when you click on "Report a Bug" on any CCTM admin screen (this
includes the version of the
plugin, the version of PHP, the version of MySQL, a list of other active
plugins etc.):

*SYSTEM INFO* 
------------------------ 
Plugin Version: 0.9.6-pl
WordPress Version: 3.5.1
PHP Version: 5.3.15
MySQL Version: 5.1.55-rel12.6
Server OS: Linux
------------------------ 
ACTIVE PLUGINS: 
 * BGMCDocsWidget v.1 [http://members.brightongmc.org]
 * All-in-One Event Calendar by Timely v.1.9.1-standard [http://time.ly/]
 * BP Display Name v.1.0 [http://scenicjobs.com/wordpress-plugins]
 * BP Group Management v.0.5.4 [http://teleogistic.net/code/buddypress/bp-group-management]
 * BuddyPress Block Activity Stream Types v.0.5.2 [http://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/]
 * BuddyPress Group Email Subscription v.3.3.1 [http://wordpress.org/extend/plugins/buddypress-group-email-subscription/]
 * BuddyPress Mandatory Groups v.1.2 [http://www.jerseyconnect.net/development/buddypress-mandatory-groups/]
 * BuddyPress Toolbar v.1.5.1 [http://genesisthemes.de/en/wp-plugins/buddypress-toolbar/]
 * BuddyPress v.1.6.4 [http://buddypress.org]
 * Custom Login lite v.1.1.4 [http://austinpassy.com/wordpress-plugins/custom-login]
 * Easy FancyBox v.1.3.4.9 [http://status301.net/wordpress-plugins/easy-fancybox/]
 * Import Users from CSV v.0.5.1 [http://pubpoet.com/plugins/]
 * Invite Anyone v.1.0.17 [http://teleogistic.net/code/buddypress/invite-anyone/]
 * Preserved HTML Editor Markup v.1.5 [http://www.marcuspope.com/wordpress/]
 * Private BuddyPress v.1.0.4 [http://bp-tutorials.de/]
 * Timely Updater by Timely v.1.0 [http://time.ly/]
 * U BuddyPress Forum Attachment v.1.2.1 [http://urlless.com/u-buddypress-forum-attachment/]
 * User Role Editor v.3.9 [http://www.shinephp.com/user-role-editor-wordpress-plugin/]
 * WordPress Backup to Dropbox v.1.4.2 [http://wpb2d.com]
 * WP Better Emails v.0.2.4.1 [http://wordpress.org/extend/plugins/wp-better-emails/]
 * WordPress Google Form v.0.45 [http://michaelwalsh.org/wordpress/wordpress-plugins/wpgform/]
------------------------ 
CURRENT THEME: Members’ Lounge v.1.0 http://example.org/

Original issue reported on code.google.com by t...@brightongmc.org on 30 Jan 2013 at 4:31

GoogleCodeExporter commented 8 years ago
Before you file a bug, it's best to update to the latest version -- at this 
moment that's 0.9.6.7, so you're 7 minor versions behind (!), and it's quite 
possible that the bug is fixed already in that version.  

It's possible that this was one of the things fixed in the upcoming 0.9.7 
version -- you can download that here:
http://downloads.wordpress.org/plugin/custom-content-type-manager.zip 

Original comment by ever...@fireproofsocks.com on 30 Jan 2013 at 4:47

GoogleCodeExporter commented 8 years ago
I could not reproduce this error in the latest dev version (0.9.7-dev), so I'm 
closing this.  Updating your version of the plugin should fix this for you.

Original comment by ever...@fireproofsocks.com on 30 Jan 2013 at 11:16

GoogleCodeExporter commented 8 years ago
It's strange as I only ever install plugins via the WP repository, I always 
keep everything up to date, and yet it hasn't offered an update for CCTM for 
ages! 

I've updated to 0.9.7 and it's still doing it I'm afraid. Looking at the 
generated HTML for the post editing page, I can see that the code stops after 
this:

<div id="categorydiv" class="postbox " >
<div class="handlediv" title="Click to toggle"><br /></div><h3 
class='hndle'><span>Categories</span></h3>
<div class="inside">

I know that's not much help if you can't replicate it, but I was hoping that it 
might help!

Cheers

Peter

Original comment by t...@brightongmc.org on 31 Jan 2013 at 10:57

GoogleCodeExporter commented 8 years ago
I have little faith in the WP repo... so many bugs in its packaging system over 
the years.   I would try making a backup of your CCTM definitions (under the 
CCTM --> Tools menu), then delete the plugin and all of it's files and 
reinstall it (and re-import your definitions).  I can't reproduce this locally, 
so I have nothing to go on unless you can provide me with a login to the site.

FYI: "a corruption in the CCTM database table" -- the CCTM does not use any 
custom database tables.  It uses all the built-in WP stuff.

Original comment by ever...@fireproofsocks.com on 31 Jan 2013 at 3:31