The Artima Developer Community
Sponsored Link

Python Buzz Forum
Structured Blogging compatibility testing

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
Structured Blogging compatibility testing Posted: Dec 18, 2005 8:52 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: Structured Blogging compatibility testing
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement

I've been setting up some Debian instances (separate chrooted copies of differen versions of the OS) so I can run different versions of PHP and hopefully debug some of the issues people have been having with the Structured Blogging Wordpress plugin on their systems.

The feedback I have from people so far is:

  • PHP pre 4.3.0 doesn't work due to html_entities_decode() not being present.
  • PHP 5 on Windows doesn't work as it requires <?php rather than just <?. (And possibly for other reasons.)
  • Some versions (not sure which) result in a loop that makes PHP run into its memory limit. (This may actually be an interaction with other plugins.)

So today I'm testing what I can right now:

  • Debian Woody - WP 1.5.2 on PHP 4.1.2 on Apache 1.3.26. This gives me the expected error about html_entity_decode().
  • Debian Sarge - WP 1.5.2 PHP 4.3.10 on Apache 1.3.33. This seems to work OK.

And I've already tested on:

  • Debian Sarge+PHP5 - WP 1.5.2 on PHP 5.1.1 on Apache 1.3.33. Works fine.

The next one to set up and test is PHP 5 on Windows. I haven't managed to replicate any of the stranger errors - the memory limit one, for example.

BTW if you're coming to this post via Google to figure out why your SB install isn't working, and can't use your Wordpress install at all at the moment, just delete the structuredblogging.php file to disable the plugin and get WP going. Then drop me a line (click on the envelope: ) to make sure I know about your particular case.

Comment

Read: Structured Blogging compatibility testing

Topic: Reddit etc. Previous Topic   Next Topic Topic: Continuing the Structured Blogging coverage

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use