remopini
Forum Replies Created
-
Forum: Plugins
In reply to: [W2Q: WPML to qTranslate] Error on line 261: unexpected "["Pretty flawlessly… had to adjust a few settings here and there, but the migration has no issues whatsoever.
Forum: Plugins
In reply to: [W2Q: WPML to qTranslate] Error on line 261: unexpected "["The error actually seems to have gone away by itself (probably due to updating some other plugins in the meantime)
Forum: Plugins
In reply to: [Syndicate Out] Doesn't seem to work in 3.5.1maybe this helps:
The custom field “_so_remote_posts” that get’s added has the following content (at least on my installation):
a:2:{s:15:”options_version”;i:3;s:5:”group”;a:1:{i:1;a:1:{i:0;a:2:{s:9:”faultCode”;i:500;s:11:”faultString”;s:45:”A name is required for this term”;}}}}
This error is raised by the taxonomy class of the receiving wordpress, I think…
Forum: Hacks
In reply to: Widget fails to save settingsI also checked the values of the instances in the update function:
the initial $new_instance that is passed to the update function only contains the “title” array entry, the others aren’t there… sooo there must be something wrong with the form function, I guess, but what?
Forum: Hacks
In reply to: Widget fails to save settingsOne interesting observation:
The TITLE seems to be updated/saved just fine. The checkboxes aren’t. So the error must be somewhere in there…
Forum: Hacks
In reply to: Widget fails to save settingsHm… I failed to see that when going over the whole thing last night. I’ve added the “$instance”, but that alone didn’t seem to change anything…