Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: MarsEdit error: mt.getCategoryList
kuopassa wrote #323420:
if the RPC system’s TXP_RPCServer.php uses
$HTTP_RAW_POST_DATA
, then: PHP.net says that is deprecated.
True. We seem to be covered in the constructor (I hope):
function __construct()
{
global $enable_xmlrpc_server, $HTTP_RAW_POST_DATA;
if (!$HTTP_RAW_POST_DATA) {
$HTTP_RAW_POST_DATA = file_get_contents('php://input');
}
...
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: MarsEdit error: mt.getCategoryList
Success! MarsEdit works again with Txp v4.8.1-dev. Thanks a million for resolving this.
My Diagnostics pre-flight check only warns that I am using a dev version. Is it safe for me to continue with v4.8.1-dev on my live site, or should I roll back?
Last edited by mistersugar (2020-05-29 23:56:02)
Offline
Re: MarsEdit error: mt.getCategoryList
Yay! This RPC issue, now resolved, is the green light for 4.8.1 so you’re effectively using the stable version, albeit not tagged as such.
Unless we find anything deal breaking, I’d expect a final release over the weekend.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: MarsEdit error: mt.getCategoryList
Hello! Sorry to resurrect this thread, but I wondered if anyone had figured out how to add custom fields to MarsEdit? I’v tried adding using both my own name (“external-url”) as well as custom_1_set, which is what I managed to glean from the database. (I’m not exactly an expert on this). Has anyone had any luck with this? Thanks for any input. (From what I understand, xml-prc is on its way out, but I still like using MarsEdit, but until that point…)
Offline