New posts not possible since update to latest develop code
!Friendica Admins
I currently cannot write new posts of my instance as this #JavaScript #bug blocks it from happening, it is not theme-related:
Plus I get a similar 2nd JavaScript error:
Any quick ideas? Cleaning up browser cache is already numerously done by myself. #Firefox 78 #ESR is in use here.
PS: I know github, maybe someone knows a solution before I open a ticket there?
I currently cannot write new posts of my instance as this #JavaScript #bug blocks it from happening, it is not theme-related:
Uncaught TypeError: $(...).editor_autocomplete is not a function
<anonymous> https://f.haeder.net/view/js/main.js?v=2021.03-dev:179
jQuery 4
i
fireWith
ready
J
main.js:179:4
Plus I get a similar 2nd JavaScript error:
Uncaught TypeError: $(...).search_autocomplete is not a function
<anonymous> https://f.haeder.net/network:541
f https://f.haeder.net/addon/xmpp/converse/builds/converse.min.js:237
fireWith https://f.haeder.net/addon/xmpp/converse/builds/converse.min.js:237
ready https://f.haeder.net/addon/xmpp/converse/builds/converse.min.js:237
B https://f.haeder.net/addon/xmpp/converse/builds/converse.min.js:237
network:541:31
Any quick ideas? Cleaning up browser cache is already numerously done by myself. #Firefox 78 #ESR is in use here.
PS: I know github, maybe someone knows a solution before I open a ticket there?
Roland Häder 2 months ago
Steffen K9 🐰 2 months ago from libranet.de •
Roland Häder likes this.
Michael Vogel 2 months ago •
Roland Häder 2 months ago •
Roland Häder 2 months ago •
@Deprecated
annotation (PHP doesn't issue warnings) but e.g. some API call:App::isDeprecated();
or so.Michael Vogel 2 months ago •
Roland Häder 2 months ago •
ejabberd_auth.php
script reads the password from database which had been modified by the XMPP plugin to a random password. Maybe another "hook" is needed here? Somewhere when the login credentials are entered (clear-text then) so it can be passed over to thepconfig
table?Michael Vogel 2 months ago •
Roland Häder likes this.
Roland Häder 2 months ago •
But yeah, I'm loosing here. ;) Let's wrap this bug up: FIXED! Thank you both for hinting it to me, that
xmpp
is deprecated. It is now deactivated and all is back to normal. Appreciated a lot!Steffen K9 🐰 likes this.