Sea Jay
Forum Replies Created
-
Thanks for the update! FYI: 0.1.2 is showing a last modified date of 2010-06-28 at:
Thanks for your attention to this request!
Something that might be relevant here: I had YARPP network activated rather than site-by-site. I’ll investigate whether that makes a difference with Tabber-Widgets.
Forum: Plugins
In reply to: [Tabber Tabs Widget] [Plugin: Tabber Tabs Widget] Fatal conflict with YARPPThis is what I got (follows). Thought it was kind of strange that Tabber Tabs has been putting up a doing-it-wrong error code on *other* plugins off and on for several years (I think this is the 4th time), and then throwing a fatal error itself. I’ve only had that problem once with any other plugin. So, I just disabled Tabber Tabs altogether. All set now.
Error Code: php_code_error:1:/home/XXX/public_html/wp-content/plugins/yet-another-related-posts-plugin/cache-tables.php:234:Call to undefined function _doing_it_wrong()
Message: A fatal code error occurred.If you are unable to fix this problem, please copy all the text on this screen and send it to support@ithemes.com.
Debug Data:
Array
(
[0] => Array
(
[file] => /home/XXX/public_html/wp-content/plugins/tabber-widget/lib/classes/it-error.php
[line] => 123
[function] => fatal
[class] => ITError
[type] => ::
[args] => Array
(
[0] => php_code_error:1:/home/XXX/public_html/wp-content/plugins/yet-another-related-posts-plugin/cache-tables.php:234:Call to undefined function _doing_it_wrong()
[1] => A fatal code error occurred.
))
[1] => Array
(
[file] => /home/XXX/public_html/wp-content/plugins/tabber-widget/lib/classes/it-error.php
[line] => 150
[function] => handle_error
[class] => ITError
[type] => ::
[args] => Array
(
[0] => 1
[1] => Call to undefined function _doing_it_wrong()
[2] => /home/XXX/public_html/wp-content/plugins/yet-another-related-posts-plugin/cache-tables.php
[3] => 234
))
[2] => Array
(
[function] => it_error_shutdown
[args] => Array
(
))
)
Forgive me, I don’t know what a “tracker” is. Can you send a URL?
Thanks for the update.
For some reason, even though its only a warning, MailChimp is rejecting an Atom feed with an invalid schema. (I think it’s looking for a real XML schema, rather than a webpage URL.)
I don’t think you have to add your company URL to the feed. A namespace for the RSS and Atom feeds is standard in WordPress feeds:
xmlns:atom=”http://www.w3.org/2005/Atom”
xmlns:sy=”http://purl.org/rss/1.0/modules/syndication/”And I don’t see a “series” XML element later in the feed for which a special schema would be needed.
Adding xmlns:series is unnecessary and it throws a warning. Would you consider removing it?
I found that the Custom Taxonomy Order plugin has multiple issues:
http://wordpress.org/extend/plugins/order-up-custom-taxonomy-order/
So, I replaced with a related plugin for term reordering …
http://wordpress.org/extend/plugins/ps-taxonomy-expander/
… and all is good within each taxonomy.
The one thing is doesn’t do is allow the ordering of the parent taxonomies themselves. I’ll keep looking for that. In the meantime, I’ll mark this as resolved.
In developing a new site, I’d forgotten that menus for taxonomies without posts will not appear. Once I added a dummy post in all categories, this was working fine.
This was my mistake. I have marked the thread as resolved.
Forum: Plugins
In reply to: [BuddyPress] [Plugin: BuddyPress] Missing adminbar.cssFollow-up: Is the idea to be able to override adminbar.css in my child theme? If so, I created adminbar.css in my child theme and added several selectors and it appears they are not being processed.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Custom Post TypesI believe you can add the custom post type to the attributes, i.e.,
post_type=posts
However, I haven’t checked that recently.
So I’ve activated the debug log, and it has many lines.
Can you suggest phrases for which I can search to find activities that may be related to this issue?
Your quick response is appreciated.
Thanks for the suggestion and link. I will do this and report.
Forum: Plugins
In reply to: [Taxonomy Picker] [Plugin: Taxonomy Picker] error on activationFYI, received this error after. Now disabled and deleted. 🙁
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/XXX/public_html/wp-content/plugins/taxonomy-picker/taxonomy-picker.php on line 62
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/XXX/public_html/wp-content/plugins/taxonomy-picker/taxonomy-picker.php on line 42
Forum: Plugins
In reply to: [Taxonomy Picker] [Plugin: Taxonomy Picker] error on activationI received a similar error when activating in 3.3.1
The plugin generated 287 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
The other similar plugin, Query Multiple Taxonomies, does not work with custom taxonomies generated by WP-Types & Views, so I’m really hoping this issue will be corrected here.
FYI: I believe this is related to the Custom Taxonomy Order plugin. I’ve also posted over there.