I'm getting this error on every page of my management site:
Use of uninitialized value in pattern match (m//) at website/extlib/I18N/LangTags.pm line 394.
I did a Google for that exact error, and only came up with one hit, which wasn't very helpful (I've tried recopying the extlib files, and even wiping out the directory and copying them as new), but it still gives the error.
I will, say, though, that going from 4.01 to 4.1 has cleaned up some of my GUI problems. The big issue at this point is getting it to complete the publishing task without hanging (which is what's causing the time outs when y'all comment).
That looks like it's in the language support. (Internationalization is so long, it's "'I', 18 letters, and 'n'") I'd guess a pattern is being applied to a variable that's not set in the Perl script. Have you installed all of the language packs?
Have you installed all of the language packs?
I don't know. How would I do that? I just followed the installation instructions...