Re: Wordpress on Quercus
Scott Ferguson <[email protected]> Thu, 22 Jun 2006 19:55:02 -0700
| Newsgroups | gmane.text.xml.resin.user |
|---|---|
| Message-ID | <[email protected]> |
On Jun 22, 2006, at 7:43 PM, Tony Field wrote:
> Hi -
>
> I've just downloaded Wordpress 2.0.3 from wordpress.org, and I've
> been running resin 3.0.19 for a couple of weeks doing regular java
> stuff.
>
> /Users/tfield/Desktop/resin-3.0.19/webapps/anthropparel/wp-includes/
> functions-formatting.php:102:
> -$text is an invalid left-hand side of an assignment. in
> functions-formatting.php:101: $text = preg_replace('/&([^#])(?![a-
> z1-4]{1,8};)/',
> '&$1', $text);-
> functions-formatting.php:102: $text = str_replace('<', '<',
> $text);
> functions-formatting.php:103: $text = str_replace('>', '>',
> $text);
It looks like a wordpress bug.
There's a bogus '-' at the end of line 101.
You might also need to set the SMTP parameters for Mac OS X:
<init>
<php-ini SMTP="smtp.foo.com" sendmail_from="[email protected]"/>
</init>
Where smtp.foo.com is the outgoing mail.
-- Scott
>
>
> Resin-3.0.19 (built Mon, 15 May 2006 04:50:47 PDT)
>
> I can get part way through the setup wizard if I download the
> latest from the svn trunk for wordpress, but still - it's not
> running OOTB. I'm running Mac OS X 10.4.6, java 1.5, resin 3.0.19.
>
>
> Thanks!!
> Tony
>
>