Check LocalSettings.php to enable detailed debugging (In order to find the root cause of error displayed at Newsletter:Test Wiki Admin Newsletter
$wgShowExceptionDetails = true;
$wgShowSQLErrors = true;
$wgDebugDumpSql = true;
$wgDebugLogFile = "/path/to/debug.log
If all is true I don’t know.
Description
Description
Details
Details
- Security
- None
Event Timeline
Comment Actions
It seems like it may be related to @Harvici being renamed on wiki. Not quite sure how to fix this Somehow it is pulling the old username from somewhere, and then failing when when attempting to query the DB with it.
Comment Actions
Hmm.. try the following
UPDATE newsletter
SET author = 'TheAstorPastor'
WHERE author = 'Harvici';
Comment Actions
I recreated the old account, which fixed it. It still showed the old username and main page title, but upon editing that was fixed. Lesson learned, is remove as publisher/subscriber before renaming the account.