2021-02-23 17:09:56
2021-02-23 17:03:41
2021-02-23 17:03:19
45640
When I want to delete a spam account on my server I get
Exception thrown in /var/www/src/App/BaseURL.php:451
Stack trace:
#0 /var/www/src/BaseModule.php(160): Friendica\App\BaseURL->redirect()
#1 /var/www/src/Module/Admin/Users/Index.php(89): Friendica\BaseModule::checkFormSecurityTokenRedirectOnError()
#2 [internal function]: Friendica\Module\Admin\Users\Index::content()
#3 /var/www/src/App/Page.php(332): call_user_func()
#4 /var/www/src/App/Page.php(389): Friendica\App\Page->initContent()
#5 /var/www/src/App.php(562): Friendica\App\Page->run()
#6 /var/www/index.php(40): Friendica\App->runFrontend()
#7 {main}
/friendica reads:
This is Friendica, version 2021.01 that is running at the web location https://friendica.utzer.de. The database version is 1384/1384, the post update version is 1383/1384.
But bin/console postupdate
gives:
Überprüfe ausstehende Update-Aktionen
Erledigt.
Ausstehende Post-Updates ausführen
Alle ausstehenden Post-Updates wurden ausgeführt.
(Meaning all postupdate are done)
Friendica version is stable. Bit confused, wondering why the deletion does not work anymore, did work last days and today I ran bin/console dbstructure drop -e
. Should I restore the backup from before? 😕
Friendica Support reshared this.
utzer [Friendica]
•Now the deletion worked. I tried it twice, or more times, before....
Still is that version shown ok or is there really some postupdate missing? I remember that the numbers were off somehow.