rlgrobert
Forum Replies Created
-
Hmm… Perhaps this is related to WP Super Cache on a Network install:
http://ww.wp.xz.cn/support/topic/wp-super-cache-breaks-sites-after-logged-into-admin?replies=7
I’m seeing the same thing suddenly. Were you able to find a solution?
The answer to http://wordpress.stackexchange.com/questions/47280/revision-records-in-wp-posts-have-original-post-type-instead-of-revision/47353 has a modification which can be used to fix this problem.
I had this same issue and traced it back to the Post Type Switcher plugin:
Forum: Fixing WordPress
In reply to: Execute shortcodes in feed excerptHello, did you ever find a solution for this? I need to do the same thing.
It appears that there are some SimpleXMLElement objects in the array that is to be serialized in stack trace above, and as the error says, ‘Serialization of ‘SimpleXMLElement’ is not allowed.’ Boo.
I tried to figure out how to modify the response so it replaces all the SimpleXMLElement objects, but this was a pain. I ended up commenting out line 237 of ExactTarget#Attributes() in /gravity-forms-exacttarget/api/ExactTarget.class.php:
// set_transient('extr_attributes', $attrs, 60*60*24); return $attrs;I’m not sure why the $attrs need to be stored as a transient. Things seemed to work fine without it being done.
Anyway, this seems to work for me. Any other suggestions?
A more detailed explanation of the problem is here: http://wordpress.stackexchange.com/questions/29755/preview-changes-button-doesnt-show-changes-for-previously-published-posts-page
I meant upgraded from 0.4.something….
I’m getting the same thing—a WordPress 404. I’ve never used the W3 Total Cache plugin. It was working fine until two days ago when I updated from 4.something to 1.0.1.
Any other reasons? Thanks.
Thanks for the reply. I don’t remember doing anything with the browser security for the domains on the network that is working properly. Is there a way to test if this is the issue?
Could it be a file permissions issue somewhere? Oh, and I just noticed that the error is showing in Chrome and Safari (webkit) but not Firefox.
Any ideas on how I could debug this?
Forum: Plugins
In reply to: [Post Type Switcher] [Plugin: Post Type Switcher] Post types do not changeThanks for the update, seems to be working fine now.
Forum: Themes and Templates
In reply to: Show shortcodes in excerptClarification: The two lines of code work fine for me when an excerpt is manually entered for a post. However, if I have not entered a separate excerpt, the_excerpt() pulls the first few lines of text from the content, and in this case the shortcodes are not executed.
Is there a way for these filters to be applied to the_excerpt() on posts where the excerpt text is automatically generated?
Forum: Themes and Templates
In reply to: Show shortcodes in excerptThose two lines aren’t working for me either. Any ideas? I’m on WP3.0.5.
Forum: Plugins
In reply to: [Post Type Switcher] [Plugin: Post Type Switcher] Post types do not change+1. It seems that the functionality is still working in the plugin (i.e., When you choose a new post type in the drop down and click the “OK” button, the jQuery works correctly to update the hidden “#post_type” element.)
However, perhaps the WP3.1 changes to /wp-admin/post.php core file (the action of the form) make it so that it no longer respects changes made to the post_type parameter. I couldn’t figure out if this was the case or not, or how to fix the plugin…
Any one else?
Forum: Plugins
In reply to: [CF Internal Link Shortcode] [Plugin: CF Internal Link Shortcode] Link images+1 for supporting the [link id=’X’]My link text[/link] syntax.