Ecto and latest Serendipity
Posted: Thu Feb 01, 2007 8:55 pm
I am a new convert to Serendipity. I was using Wordpress before, but I was forced to use wordpress-PG because I am a PostgreSQL man. Well, I finally got tired of it being out of date, etc.
I moved over to Serendipity. I really like it so far. However, I am having an issue with the XML-RPC functionality. I mainly want to be able to post new items from my desktop. Logging in, etc. to create a quick entry gets old...
Anyways, when I publish via Ecto (latest version), I get a response of "Entries were not successfully inserted!"
Viewing the console, I see the following errors:
--- START ---
<br />
<b>Warning</b>: Cannot modify header information - headers already sent in <b>/home/pjs/public_html/plugins/serendipity_event_xmlrpc/PEAR/XML/RPC/Server.php</b> on line <b>399</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent in <b>/home/pjs/public_html/plugins/serendipity_event_xmlrpc/PEAR/XML/RPC/Server.php</b> on line <b>399</b><br />
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param>
<value><boolean>1</boolean></value>
</param>
</params>
</methodResponse>
--- END ---
Now, the post DOES show up in the admin interface, under "Edit Entries." It shows as not published yet. So even if I try to edit that entry and publish it, it never shows up on the main page. Also, clicking with the saved URL given to me, says its an invalid page.
When I edit the entry, everything is correct. Same post, correct formatting, etc. I just cant publish it, even from the admin interface.
Anyone know what I am doing wrong? Is there something in Ecto I need to be doing special? I chose the MoveableType API. Should I be using something else?
Not sure if it matters, but I use OS X. Maybe there is something fishy with OS X copy of Ecto.
Thanks in advance for all help!
I moved over to Serendipity. I really like it so far. However, I am having an issue with the XML-RPC functionality. I mainly want to be able to post new items from my desktop. Logging in, etc. to create a quick entry gets old...
Anyways, when I publish via Ecto (latest version), I get a response of "Entries were not successfully inserted!"
Viewing the console, I see the following errors:
--- START ---
<br />
<b>Warning</b>: Cannot modify header information - headers already sent in <b>/home/pjs/public_html/plugins/serendipity_event_xmlrpc/PEAR/XML/RPC/Server.php</b> on line <b>399</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent in <b>/home/pjs/public_html/plugins/serendipity_event_xmlrpc/PEAR/XML/RPC/Server.php</b> on line <b>399</b><br />
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param>
<value><boolean>1</boolean></value>
</param>
</params>
</methodResponse>
--- END ---
Now, the post DOES show up in the admin interface, under "Edit Entries." It shows as not published yet. So even if I try to edit that entry and publish it, it never shows up on the main page. Also, clicking with the saved URL given to me, says its an invalid page.
When I edit the entry, everything is correct. Same post, correct formatting, etc. I just cant publish it, even from the admin interface.
Anyone know what I am doing wrong? Is there something in Ecto I need to be doing special? I chose the MoveableType API. Should I be using something else?
Not sure if it matters, but I use OS X. Maybe there is something fishy with OS X copy of Ecto.
Thanks in advance for all help!