ronbme
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] No posts available in meta boxI imagine he’s been busy doing other things, like working on WordPress 3.0 and 3.1. 😉
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] No posts available in meta boxqwik3r,
You can click on the link “development version” above in scribu’s comment, or you can go to the plugin page and click on “Other versions”.
Then click on “Development version” to download it.Forum: Alpha/Beta/RC
In reply to: Custom Post Type and Taxonomy Permalinks BrokenJust use “Custom Structure” under Permalinks.
The custom structure should be ” /%postname% “. (No quotes of course.)
In the case of a custom post type of “movies” the permalink will be
” /movie/avatar “. You should see this permalink when you edit your “avatar” post.Forum: Plugins
In reply to: [Plugin: Taxonomy List Shortcode] You left out a needed fileThanks Mike.
I’m going to go over my code this weekend and see I can locate the problem.
Ron
Forum: Plugins
In reply to: [Plugin: Taxonomy List Shortcode] You left out a needed fileMike,
I went to your web site, (which is very good by the way), and checked out some of your other plugins.
I downloaded and installed the Taxonomy Terms List plugin.
It worked with every taxonomy I have. The correct terms and taxes were displayed after every post. (The site I tested on is updated with the latest trunk version. WordPress 3.0-RCI-15022.)
Maybe there is a clue in there which will help.
Ron
Forum: Plugins
In reply to: [Plugin: Taxonomy List Shortcode] You left out a needed fileMike,
I am using the Custom Post Type UI plugin. I also just added the GD Custom Posts and Taxonomies Tools. The other plugin I am using is just one I created myself to create a custom post type of “Movies” with several different taxonomies. (This was for testing all the changes being developed for WordPress 3.0.)
The results were that none of the taxes from my plugin worked with your plugin, although they work for everything else.
The taxes created with the Custom Post Type UI plugin worked, even though it has not been updated to work with the WP 3.0 changes.
The Custom Posts and Taxonomies Tools plugin has been updated to work with WordPress 3.0 and the taxes I created with it do not work with your plugin either.
I haven’t had a chance to explore your code but I wonder if the problem might be with “is_taxonomy”. It would seem that the plugin is recognizing some taxes but not others. And why would it ignore taxes updated to work with WP 3.0 and work with ones not updated?
To answer your question, yes, I made sure there were terms in the taxonomies I checked.
You mentioned that all post types and taxonomies were created in functions.php. All the ones I am mentioned were created with plugins.
The one which works the best is the “movies” plugin I created, but that’s because I kept changing it to be compliant with every nightly build.
If “is_taxonomy” is failing somewhere along the line, that is a serious bug and worth checking out.
Ron
Forum: Plugins
In reply to: [Plugin: Taxonomy List Shortcode] You left out a needed fileThanks, Mike.
I reinstalled the plugin. It worked for “category” and the taxonomies of one of my custom post types.
I have one custom post type and taxonomies I created myself and several others created with another plugin. It worked on some of them but not on others.
I also have one taxonomy defined for two different post types. One is “post” and the other is a custom post type. It wouldn’t display for either of those.
Ron
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1So I wonder if Custom Post Types GUI also needs to be modified to work with PHP strict?
Good question! I just read where some major changes have been made to custom post types and taxonomies. They are advising plugin authors to recheck their code.
I think Brad will probably be checking the Custom Post Types UI plugin to see what changes are needed. Maybe he can check for the PHP strict at that time.
Ron
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1gambit37,
Ok. Try this. Just list the following line right after the
call_user_func_array line. That will probably be around line 396:var_dump( debug_backtrace() );This will definitely dump a lot of output.
Click on “Manage Post Types” just as you did before and then I would save the whole screen of output to a text file so that you can refer to it later.
BTW, this is not going to be in html format. (I think I misunderstood what you were asking before.) These are the instructions generated starting from call_user_func_array and working backwards, but it will give us the info we need to see where the problem is. (Hopefully!)
We’re actually looking for the call which has “cpt_manage_cpt” as part of the path.
Ron
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1Did you get the warning when you clicked on “Manage Post Types”?
Yes, it would have been output in the HTML.
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1Hi gambit37,
The code is:
if ( is_wp_error($the_['function'] ) ) { var_dump( debug_backtrace() ); die(); }I would put it on the line right after the point where you are having the error, i.e. line 396 in wp-includes\plugin.php.
Naturally, if there is an error there, the code will stop executing and y9ou should have a backtrace. I would copy this out somewhere so it can be examined, and so you can paste it in the forum.
I can’t reproduce the error myself. But somehow I have no problem getting constant errors in the new menu system. (Which is not ready for primetime in my opinion.)
BTW, I noticed in the WordPress trac that they are working on some tickets that could pertain to your problem. (And also several tickets on the menu system, which could solve my problem.)
Let me know what you find out.
Ron
Forum: Alpha/Beta/RC
In reply to: Admin Interface and Post TypesAre you thinking of something like the Custom Post Type UI plugin?
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1Hi gambit37, I’ve got a couple of questions.
Have you tried just setting your permalinks to the default? That might
help if there is a problem with the path.Have you looked at your site path in phpMyAdmin? Browse wp_options. The Option Name should say “siteurl” and the value should be “http://local/wp3beta”. There should be no trailing slash. Is that what you get?
BTW, why aren’t you using “localhost” instead of “local”?My next suggestion, (if those don’t work), would be to include some code at certain points to see how far you get before it fails. (And to give a backtrace to track down the problem.)
You’re not the only one having this problem, so there must be something that you all have in common.
Ron
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Error Accessing an option PluginIt looks like you are using WordPress ver. 2.9.2. Is that correct?
This plugin requires version 3.0. Try updating to the latest nightly build and then see if you still get the error.
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Version 0.4.1 partially working with WP3 Beta 1gambit37,
If you just put your cursor on “Manage Post Types”, you should be seeing the following at the bottom of your page:“/** your path **/wp-admin/admin.php?page=custom-post-type-ui/custom-post-type-ui.php_cpt_manage_cpt “
Is that what you are seeing?
The error is saying that it cannot find “cpt_manage_cpt” which is the function it needs.
If you are not seeing the path that I typed, then try entering it yourself and see what you get. Type in your path and then you can paste or type the rest.
Also, you said that you could use the “Add New” for custom types. If that worked then you should be seeing your metaboxes in the left side of the admin screen, i.e. movies, or whatever the name of your custom type was. If you don’t see the metabox for your custom post type, then it was never created and “Add New” is not working.
Ron