Search
Items tagged with: 1
#digitalart #MattMerhoff
MattMerhoff
MattMerhoff - Professional | DeviantArt
Check out MattMerhoff's art on DeviantArt. Browse the user profile and get inspired.www.deviantart.com
Do, undo, return to original state (#1) is the *better* behavior and it's the intuitive one for anyone not trained on other systems or thinking like a programmer.
If I have "action" and "unaction", I expect "unaction" to get me back to the status i was before "action": "mute/unmute", "follow/unfollow" "block/unblock", "delete/undelete"...
what was the reason for this error when deleting a user?
Exception thrown in /var/www/src/App/BaseURL.php:451
Stack trace:
#0 /var/www/src/BaseModule.php(189): 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(333): call_user_func()
#4 /var/www/src/App/Page.php(390): Friendica\App\Page->initContent()
#5 /var/www/src/App.php(707): Friendica\App\Page->run()
#6 /var/www/index.php(42): Friendica\App->runFrontend()
#7 {main}
I forgot it again...
Admin panel and settings panel seem to work well.
/profile/admin
Exception thrown in /var/www/virtual/ .. /htdocs/src/Module/Profile/Status.php:57
Stack trace:
#0 /var/www/virtual/../htdocs/src/Module/Profile/Index.php(44): Friendica\Module\Profile\Status::content()
#1 [internal function]: Friendica\Module\Profile\Index::content()
#2 /var/www/virtual/.. /htdocs/src/App/Page.php(332): call_user_func()
#3 /var/www/virtual/.. /htdocs/src/App/Page.php(389): Friendica\App\Page->initContent()
#4 /var/www/virtual/ .. /htdocs/src/App.php(562): Friendica\App\Page->run()
#5 /var/www/virtual/.. /htdocs/index.php(40): Friendica\App->runFrontend()
#6 {main}
In my log I have a bunch of entries that look like this, is it even related?
2021-02-06T07:44:23Z index [ERROR]: DB Error {"code":3065,"error":"Expression #1 of ORDER BY clause is not in SELECT list, references column 'friendica.post-view.received' which is not in SELECT list; this is incompatible with DISTINCT","callstack":"DBA::p, Profile::rawContent, call_user_func, Module::run, App::runFrontend","params":"SELECT DISTINCT(
parent-uri-id
) AS uri-id
, created
FROM post-view
WHERE uid
= 2 AND NOT contact-blocked
AND NOT contact-pending
AND visible
AND (NOT deleted
OR gravity
= 3) AND NOT moderated
AND wall
AND received
> '2021-02-06 02:41:14' AND private
!= 1 ORDER BY received
DESC"} - {"file":"Database.php","line":662,"function":"p","uid":"76430f","process_id":648036}