Skip to main content

Search

Items tagged with: friendica


I will later switch friendica.utzer.de to the release candidate of #Friendica

This switch will cause a downtime due to database updates and other things, I will do this during the evening (central European time).

!Friendica Support


Final people total: 25.
Final account total: 29.
Networks represented: #Friendica, #Diaspora, #Mastodon, #Pleroma, #Mistpark, #Misskey


I files a #MariaDB bug, hat happens on my #Friendica server. Didn't really beliefe it is a bug in MariaDB, but there is a first comment seeming to be positive about my filed bug.

See here: https://jira.mariadb.org/browse/MDEV-25031

Anyone else having this problem?

!Friendica Support


On my server, the server where is profile it hosted, the profile picture does not load anymore.

It shows a fault:

Internal Server Error

Invalid photo with id 888.

#0 [internal function]: Friendica\Module\Photo::rawContent()
#1 /srv/http/src/App/Module.php(289): call_user_func()
#2 /srv/http/src/App.php(557): Friendica\App\Module->run()
#3 /srv/http/index.php(40): Friendica\App->runFrontend()
#4 {main}

Link to profile photo should be this, according to html source:
https://friendica.utzer.de/photo/52959870015ac78226075e6200304821-4.jpg?ts=1523017271?rev=2018-04-06+14%3A21%3A11

Any idea what is wrong?

!Friendica Support #Friendica @utzer


Trying to move my storage from "filesystem" to "Database".

@Michael Vogel which direction of storage move are you doing? I am now wondering why the folder is not completely empty after it finished.
When I do

bin/console storage move -n 50
I get [2021-02-24 14:25:46] Moved 0 files total but du -sh /path gives me 1,5G /path and there is really still folders and files in there. Is this files that are not used anymore?

!Friendica Support #Friendica




Hi and welcome to #Friendica !

If you're interested by the reasons, I can give you a few:
  • Mastodon started in 2016. By that time, Friendica was already 6 years old and the original creator had already left the project 4 years before to work on RedMatrix/Hubzilla.
  • Mastodon does one thing (micro-blogging) and does it well, Friendica does many things but often very confusingly. The real shining point is the wide protocol support, but this is a niche feature not many users really need.
  • Mastodon benefitted from wide mainstream media coverage from at least 2017, although the tone has been mixed. Initially praised as the "new hot thing" by The Verge, it's also been criticized, often unfairly, but even bad publicity is publicity. In comparison, Friendica is virtually unknown and we are currently making no efforts to change this.



Own Post not in own stream


Hello !Friendica Support,

this post https://friendica.xyz/display/adf174d5-9060-33f7-bfb2-485620419111 did not appear in my owns stream /profile/montag. I can see the post on test accounts on Diaspora and on Libranet. If i click on the Link to original post i can see the post but with a weird address line: Montag via Montag

#Friendica #bug


#Friendica is compatible with both #ActivityPub and #Diaspora protocols, so it is possible to have the best of both worlds.


I trust you, but if an instance isn't moderating this kind of behavior even in small quantity, then I can only assume the admin is fine with it, which casts the whole instance in an unfavorable light to me.

At the end of the day, I don't have time to figure out how not so bad an instance is, a few users is usually way more than I need to block a whole instance from my single-user #Friendica node.


Advanced #Friendica settings

...can be found in /static/defaults.config.php. Some of them are really useful, e.g. 'local_search' => true, blocks access to search for anonymous users so crawlers don't thrash your server. To apply them you need to copy the settings with values you want into your /config/local.config.php.


Friendica Mobile Clients


This is more for those using #Friendica, but I welcome any input.

What is your mobile app of choice to use with Friendica, that offers the best user experience, in your opinion? I am looking primarily at Android clients.

I feel as if I have downloaded them all, but I have not fully settled on one yet.

Perhaps @Hypolite Petovan would offer us his insight on this, too. . .


I want to move all attachments and phots ot the database, but it doesn't work.

I do:

bin/console storage move

And then I just get a fault:

Database storage failed to insert data

What is wrong, how can I find out?

!Friendica Support #Friendica


On friendica.utzer.de I got 4000 items in the queue, some of them date back to 16th Feb.

How can I check why these items are still in the queue and not processed? I had briefly upgraded to PHP8, maybe this is the reason, but how can I check what is going on?

!Friendica Support @utzer #Friendica


As @Hypolite Petovan explained to you, your node can only search what it is aware of (means in local database only). Otherwise any search query needs to be replicated to all nodes causing a huge load on the network. There is an other way. You can subscribe to hashtags like e.g. #Friendica or #Fediverse or whatever you want. When your node has the relay enabled, it will include posts in your timeline with that hashtags you subscribed on.

You can "subscribe" to those tags by clicking on them (at least under Friendica) and click "follow" then. That's a healthier way (for the node network) instead of actively searching all nodes and causing a lot load on them. Don't see only yourself searching all alone, other users search, too!


I was testing #Friendica OExchange implementation and suddenly two people boosted my dummy test.


how to render eg twitter urls in friendica?


@Friendica Support

Hi there,
my friendica node does not render the content of eg. twitter urls.
this is how it looks like:

1957


this is how I want it to look like:

1959


I tried to flip the "oembed"-setting in admin panel, but nothing changes:

1961




Does anyone know what to do about it?

greetings
Joe

#help #friendica #oEmbed


!Friendica Support

Dear all, not a support request but rather a question to all friendica users. It would be great if you could send your feedback. The question is:

What do you think the network icon along with the icon to the right side located in the top right corner of every post do?

#uxstudies #friendica

Example screenshot (can also show friendica, twitter or other icons)


#Friendica has built-in support for RSS feeds, along ActivityPub, Diaspora, OStatus.


I don't know who these folks are, but the #Friendica team is indeed badass.


The thing is that your browser has a bug that prevents it from noticing changes in JavaScript/CSS files. I found it half-hearted what is done here in #Friendica as only the version number is included in the URL of such files. Cache-busting is a technique that gives buggy browsers a new URL each time the CSS/JS file has been changed, e.g. by adding the commit id to the URL and not just only the URL. If that is done to Friendica, you won't have to flush your browser cache every time you update your instances.


Reboot of git.friendi.ca and wiki.friendi.ca


There will be a server reboot due to some kernel update paired with ip address config change that will be tested.

Reboot takes place in in 30 minutes.

#Friendica !Friendica Support


I tried to move some stuff from filesystem to database with:

bin/console storage move -n 50

I get this error:
[Error] Der Datenbankspeicher konnte keine Daten einfügen

and in the log I see only this:

2021-02-01T13:15:28Z console [ERROR]: DB Error  - {"file":"Database.php","line":765,"function":"e","uid":"cc501c","process_id":3308496}

Anyone got any idea what this means? #Friendica current stable version.
!Friendica Support


Wiki internal link problem


I edited this wiki page https://wiki.friendi.ca/docs/quick-start-guide and wanted to set an internal link to the next wiki page in the bottom. When I use the WYSIWYG editor it sets the wrong link/url

It should seit it to
https://wiki.friendi.ca/docs/quick-start-network

But it sets it to
https://wiki.friendi.ca/wiki.friendi.ca/docs/quick-start-network

Who can reconfigure this behaviour?

#Friendica #Wiki #Documentation
!Friendica Support


'tis true, #Friendica offers contact groups you can share specific posts with.


Nachdem ich gestern bei meiner Nextcloud schon #2FA aktiviert habe, bin ich am überlegen, ob ich das bei meinem #Friendica Konto nicht auch machen soll?
Wer nutzt denn alles bei Friendica 2FA und kann berichten, wie stabil das ganze läuft?
Gibt es irgendwelche Nachteile dadurch?


Let's say I wanted to hook up a town with lots of #facebook #boomers on the Fediverse by creating a server, which platform would you recommend? #Pleroma? #Mastodon? #Friendica? Another one?


With each new #Facebook scandal like the recent WhatsApp-related one, the #Fediverse welcomes a wave of new users and admins. #Friendica gets its tiny share of the newly converted to decentralized social media. Some stick, most don't, but there's always this one guy (it's always a man) whose first few messages on GitHub are to angrily complain that Friendica isn't user-friendly enough and that it is spelling doom for a project they didn't know the day before and for the #Fediverse as a whole.

This has been going on ever since I joined the project in 2016, and we're still here. 🤷‍♂️


Public Posts


Hello !Friendica Support,

As I just noticed, my own public posts do not appear on the /community page on my server.

Friendica 'Red Hot Poker' 2021.03-dev - 1385

#friendica #bug



I deleted about 90 users, which gave me 180000 tasks in the queue. Didn't think about that before, but that will take a few hours now.

!Friendica Support #Friendica