Jen
Jen
Presumably the same potential for abuse here as the feature proposed in #2569. In the meantime, filing a support request in Antispam is sufficiently effective.
I don't remember seeing any others pop up, but if they do I will take care of it. 🙂
We did something similar to this back in the day with LJ/IJ users to display the correct userhead for personal journal vs. community. The relevant code is in `cgi-bin/DW/External/Userinfo.pm` if...
Here's an example of something likely to be a problem: https://www.effectiveperlprogramming.com/2017/04/you-must-escape-the-left-brace-in-a-regex/ I'm just starting to scratch the surface on this, but the good news is that changes necessary for Perl...
Another relevant issue I logged way back when: #1937
Does running `bin/checkconfig.pl` find any errors with your configuraton?
I think you may need to solve the module issues before the other checks in that script will run. The `Can't call method "quote" on an undefined value` error in...
I see what happened. You need to downgrade JSON::Validator to 3.25 until we can fix #2695.
It still sounds to me like either your main database or your test database is not connecting correctly. Make sure you have your personalized config files in ext/local/etc, and that...
Make sure the DBINFO for master in your `ext/local/t/config-test-private.pl` matches what's in your `ext/local/etc/config-private.pl` and try again? If it turns out you don't have the correct database password, you may...