Hi Garvin,
Currently can't find any issues other than my observations noted in the following. I might need more clarification on the comments issue.
I am also using the latest source code from SVN (as of about 1 hour prior to this post).
garvinhicking wrote:He also reports that trackback notifications (where comment.php is called from users that have no HTTP cookie, as trackbacks are sent without an actual user specifying any HTTP-Headers) also only contain constant names.
I will need exact steps and where the problem happens. I tried to replicate this here, but can't so might be doing something wrong. I did the following:
- set default blog language to French
- telnet into blog at port 80 (insures I have no headers/cookies/etc..)
- set a trackback GET /comment.php?type=trackback&....
- response is XMl snippet indicating success (saw correct output too when failed)
- they are set to moderate so I received email (in French) telling me I need to approve it
If the problem manifests itself using different steps I please provide them.
garvinhicking wrote:I can confirm at least the first problem: When I install the livesearch event plugin and the quicksearch sidebar plugin, then go to my blog and enter a word that is not found anywhere, I get the output "PLUGIN_EVENT_LIVESEARCH_NOTFOUND" instead of the localized content like "Word not found". This does not happen with the versions prior to the language patch.
Are you absolutely sure it worked before? I grep'd the source and PLUGIN_EVENT_LIVESEARCH_NOTFOUND is not defined anywhere (so PHP outputs the constant name). The language must be working here because PLUGIN_EVENT_LIVESEARCH_WAIT is replaced with the correct content (and those 2 are resolved at the same time).
Rob