1macgeek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mystery UserI don’t suppose you could narrow it down to less than 1,200 articles to search?
Forum: Fixing WordPress
In reply to: Issues posting to my WP blog using Ecto and MarsEditUPDATE : I finally did find a discrepancy between my XMLRPC.PHP file and a brand new one downloaded from WordPress.
The WordPress Copy, Line 10 :
$HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA);My copy, Line 10 :
$HTTP_RAW_POST_DATA = mysql_escape_string(trim($HTTP_RAW_POST_DATA));And guess what? I replaced my XMLRPC.PHP with the fresh copy, and no more parse errors in Ecto, at least for me. Your mileage may vary, but I would appreciate hearing if it worked for anyone else.
Forum: Fixing WordPress
In reply to: Issues posting to my WP blog using Ecto and MarsEditI started getting this as well, with Ecto.
The last time it happened, it was the WordPress.Net.In problem. I have been going over my wordpress files, but I can’t find anything like what happened the last time. The puzzling thing is I downloaded a new copy of WordPress 2.5 and put the new files in place that were suspect last time, and I am still getting a parse error.
Forum: Fixing WordPress
In reply to: Ecto Parse ErrorSOLVED !
The problem is defined by Googling “WordPress.net.in”
THE SOLUTION :
The nut of it is replacing these files with known good copies :
index.php
xmlrpc.php
wp-admin/admin.php
wp-admin/index.php
wp-includes/wp-db.php
wp-includes/pluggable-functions.php
wp-includes/gettext.php
wp-includes/default-filters.phpStep-by-step removal instructions found here :
Forum: Fixing WordPress
In reply to: Sidebar widget problem with 2.0.6 upgradeSorry. Nevermind.
I don’t know how, or why, but they just came back into being without any effort on my part. I had flushed my browser cache and they weren’t showing up. Now – Poof!
One heart attack averted. 😉
Forum: Fixing WordPress
In reply to: Sidebar widget problem with 2.0.6 upgradeI am also having a problem.
I backed up my sidebar.php file, and upgraded to 2.0.6. I copied the custom parts of my sidebar.php back into the new sidebar (and yes, saved them), and I still have nothing in my sidebar.
Any ideas?