google-code-export / wordpress-custom-content-type-manager

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

conflict with ultimate ajax grid plugin #528

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi installed the ultimate ajax grid plugin, wich is a great plugin by the way.
Unfortunately it is causing a conflict for the post types with CTM.
I don't have this problem with other custom post type plugin. But i prefere 
much to work with CTM, because of some great features you have.
Please see the details below. 
I can give you a login if you would like to have a closer look.
It is a brand new installed wordpress. NO themes or other plugins activated.
I tested it with several istallations and Themes, and it is allways the same 
issue.

What steps will reproduce the problem? (Be *specific*)
1. installing the ultimate ajax grid plugin: 
http://codecanyon.net/item/ultimate-ajax-grid-for-wordpress/4730887 
2. add a new custom post type ore safe a an existing one
3.

What is the expected output?

Them name for the post_type* should be as i named it

What do you see instead?

The name for the post_type* is changed to any.
When i open the the post type in the left sidbar navigation, it shows me all 
post types and pages.
Im also not able then, to add another custom post type, because it says the 
name (any) allready exists

Does the problem continue if you disable all other plugins? (plugin
conflicts cause a LOT of problems, so please isolate the problem)

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.7.11-pl
WordPress Version: 3.6.1
PHP Version: 5.2.17
MySQL Version: 5.5.34-log
Server OS: Linux
Language: 
------------------------ 
ACTIVE PLUGINS: 
 * Ultimate AJAX Grid v.1.0.4 [http://demo.themefluent.com/?uag]
 * WordPress Database Reset v.2.1 [https://github.com/chrisberthe/wordpress-database-reset]
------------------------ 
CURRENT THEME: Twenty Thirteen v.1.0 http://wordpress.org/themes/twentythirteen

Thanks for your answer
Reto

Original issue reported on code.google.com by Retot...@gmail.com on 17 Oct 2013 at 5:59

GoogleCodeExporter commented 9 years ago
This sounds like the other plugin is at fault, but to be honest, WordPress has 
a terrible architecture for this sort of thing: conflicts are virtually 
guaranteed, there's no centralized logging to help warn developers about 
conflicts, and the API methods that are available are horribly limited in 
preventing them.  Generally, I can't invest time in troubleshooting other 
plugins.  It sounds like the other plugin is executing some Ajax calls that are 
manipulating the CCTM's HTML pages.  If you could help identify which IDs are 
being written to (e.g. with Firebug), then it might be possible to change the 
ids to something that the other plugin will ignore.  But in general, the Ajax 
manipulation plugins like the one mentioned here can easily step on toes.

Original comment by ever...@fireproofsocks.com on 17 Oct 2013 at 3:07

GoogleCodeExporter commented 9 years ago
Ajax not working 

Original comment by krishna....@suvij.com on 27 Jan 2015 at 10:51