nicollb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.5 – maybe hackedThanks – theme files are next.
The dates on the plugin files seem ok, other than the ad_*.php files which were added on april 15. but I’ll look there as well.
Forum: Plugins
In reply to: share user login between Mediawiki and wordpressJust another “me too” — If anyone finds a reasonable way to do this I’d love to know about it.
I thought of going the OpenID route with the site(s) – but that may be beyond the pale for this particular set of users.
Forum: Installing WordPress
In reply to: Install won’t work – 404; page cannot be foundI don’t know if this is related (and it is definitely not a solution); I install using the svn method. I have installed WP many times – quite successfully. Last night I tried to install a new copy. I get an error 500 ( server misconfiguration or somesuch problem); I have removed and reinstalled the 2.3.3 files 3 times now. No luck.
I’m beginning to wonder if there is something wrong in the repository. If I remove my wp-config.php, I get the screen that tells me that. In desperation, I let WP create me one using the online method. All was ok until I clicked Install – back to the Server Error 500.
Forum: Fixing WordPress
In reply to: incomplete import rss in spanishJust in case anyone else has to do battle with utf8 encoding:
The issue was resolved by taking the RSS feed for the supplying application and passing the text thru utf8_encode (in the php script that created the RSS feed). That finally replaced the offending characters with ones that would load into the database using the RSS import script.
Forum: Fixing WordPress
In reply to: incomplete import rss in spanishI looked into the rss import module – there are 2 differences I can see between the title field (which works) and the category and post_content (which fail):
Title is Text; the other 2 are Longtext;
Title is not decoded before it is written to the database; the other 2 are.
Feed displays find in my browser – diacritics and all.
Forum: Fixing WordPress
In reply to: RSS Title in Feed to show but not on page`Put the title back in, and set it to display:none in the css – I think that will work for you.
Forum: Installing WordPress
In reply to: Upgrade to 2.0.2, admin user can no longer loginThanks – that got me in.
Doesn’t explain the other wierdness – but I can work with it now, at least.
Forum: Fixing WordPress
In reply to: Adding a plugin to page-newThanks… I’m still not quite there, tho.
If ound the ‘edit_page_form action’ – but I’m not sure what to do with it. I know this is beta, but is where would I look for some sort of documentation on how to do this?