marcof
Forum Replies Created
-
Forum: Plugins
In reply to: Portfolio?well, the http://imagesafari.com link didn’t work (timeout), seems to work now though.
Forum: Fixing WordPress
In reply to: changes in xmlrpc.php??I’ve tried the new xmlrpc.php and the b2functions.php (good thing I scanned this one first), and voila.. no problem anymore. BlogApp works like a charm.
thanksForum: Fixing WordPress
In reply to: changes in xmlrpc.php??thanks, I’ll check it once I’m back home 🙂 damn firewalls here…
Forum: Fixing WordPress
In reply to: changes in xmlrpc.php??so, I found that dbconnect() is not in b2functions.php anymore… (why is it in xmlrpc.php then?)
I just bluntly copied the function from the old 0.7 b2functions.php, but now it complains about invalid user/password…
sigh..
helllllllp!Forum: Fixing WordPress
In reply to: changes in xmlrpc.php??I’ve checked the kunglog debug output:
XMLRPC parameters for blogger.getUsersBlogs:
{
appkey = CBA1A614CEFC5337A795A465752597A7BEEB0287;
password = ******;
username = admin;
}
Invoking XMLRPC call…
WebServicesCore Response:
{
“/FaultCode” = -65794;
“/FaultExtra” = {domain = -1; error = -65795; msg = “No valid XML data in response”; };
“/FaultString” = “/CFStreamFault”;
“/WSDebugInBody” = “
<b>Fatal error</b>: Call to undefined function: dbconnect() in <b>/usr/local/psa/home/vhosts/marcof.net/httpdocs/xmlrpc.php</b> on line <b>543</b>
“;
uuuhh.. undefined function dbconnect() ??
did I screw up somewhere?Forum: Fixing WordPress
In reply to: changes in xmlrpc.php??(can’t edit the post, so it seems)..
and Kung Log has the same problem..Forum: Installing WordPress
In reply to: Upgrading from previous WPYou need to transfer the data from the old 0.7 b2config to the new 0.71 b2config.
I made the mistake of keeping the old one, but the update fails when you do that.
there are some “DEFINES” in the new one which don’t exist in the old one.