The former.The XML-RPC interface of WordPress, or your own that's goes straight to the DB layer?
The former.The XML-RPC interface of WordPress, or your own that's goes straight to the DB layer?
It's possible, but most of us are retards so you are in good company.I don't know much about code and whatnot. Am I just a retard?
I'm getting these errors:
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 2: parser error : Start tag expected, '<' not found in /xxxxx/fxxxxz/public_html/xxxxxxxx/wp-content/plugins/pingcrawl2.php on line 121
Warning: simplexml_load_string() [function.simplexml-load-string]: in /home/xxxxxx/public_html/xxxxxx/wp-content/plugins/pingcrawl2.php on line 121
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/xxxxxx/public_html/xxxxxxxx/wp-content/plugins/pingcrawl2.php on line 121
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/public_html/xxxxxxxxx/wp-content/plugins/pingcrawl2.php:121) in /home/xxxxxxx/public_html/xxxxxxxx/wp-includes/pluggable.php on line 865
I don't know much about code and whatnot. Am I just a retard?
The former.
Will do tomorrow. Most of the XML-RPC publishing I do are to WPMU hosts, so I can't upload plugins. I will have to test it by remote posting to one of my own blogs.Then this should still invoke the update / publish event stack.. can you put PingCrawl2 on one of those and tell me if it works?
else{
#$feed=simplexml_load_string($rss);
$feed = $rss;
I think the real problem is in getRSS. Sometimes you return raw xml and sometimes you return an object. You should probably choose one. I assume the change I made only works because the SimplePie class isn't included.
I think I fixed it. Do you mind testing? PingCrawl 2.04