If you’re using the Postalicious plugin with PHP4.x, you will get the following error:
To fix it, change the following line from this:
if(stripos($neop_del_tagfilter,$t) !== FALSE) {
to this:
if(strpos($neop_del_tagfilter,$t) !== FALSE) {
…and it should work. stripos apparently only works with PHP 5.x, and Dreamhost, my hosting company is using PHP 4.x.
Note that strpos(), and its case-insensitive sibling stripos(), returns the index of the first occurrence of a substring within a string. The function appears to be used in the code that handles tags, so tag handling may be affected by this change.
Original: craschworks - comments
no subject
Date: 2007-04-24 09:00 pm (UTC)Any thoughts?
no subject
Date: 2007-04-24 09:29 pm (UTC)I've since heard bad things about GoDaddy, though I've not had any problems with them myself.
Do you care about email functionalty? Can you install your own plugins with a Wordpress.com hosted blog? If you don't care about email, and you can install your own plugins, and you only need change the domain to switch, then I would say stay with Wordpress.com. Otherwise, I would host it at Pair or Dreamhost. I don't know much about Pair personally, but the buzz I've heard is that they're a decent hosting provider.
It was very easy to set up a Dreamhost Wordpress blog--they have a one-click install. It was quite a bit more difficult to import my LJ.
no subject
Date: 2007-04-25 01:59 am (UTC)