noidea

@noidea@boerdica.de

"the ability to walk and sleep at the same time.."
..

This profile is from a federated server and may be incomplete. Browse more on the original instance.

noidea, to php

Hello ..

Today I installed #php 8.3 on my VServer ( #Alpine Linux) and tried to switch to that version with ln -fs /usr/bin/php83 /usr/bin/php .
Previously I used php 8.2.x

The problem is, #Friendica 's Admin Page says this:

version 8.2.18
php.ini /etc/php82/php.ini

and in SSH, the php --version command says that:

PHP 8.3.6 (cli) (built: Apr 11 2024 15:12:15) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.6, Copyright (c) Zend Technologies

The phpinfo() included in the admin area also says 8.2.18 and I have deleted the php-fpm82 service and added and started the php-fpm83 service and also restarted the php and apache and mariadb services and rebooted the server..

Has somebody got an idea what I am missing?

noidea,

"which php" ( and pressed tab)

php        php-cgi    php-cgi82  php-fpm82  php-fpm83  php81      php82      php83
noidea,

@hypolite of course.. yes.. Server API Apache 2.0 Handler

noidea,

@hypolite Thanks for pointing that out. I used the apk packet manager.. So I guess remove php-fpm.. but I read it is "faster"... How are you people doing that? php or php-fpm?

noidea,

@agarbathi That is pretty much what I did and I have also read this page some time ago.. Hm 😕

noidea,

@hypolite It is not "upgrading" from 8.2 to 8.3 in Alpine. That are 2 different packages

noidea,

It seems okay now.

This message :

[Wed May 08 17:36:06.972634 2024] [so:warn] [pid 13101] AH01574: module php_module is already loaded, skipping

Led me to uninstalling the package php82-apache2 , which seemed to be still loaded. After that the other one (php83-apache2) seemed to be in use. (maybe some "reload" would have helped, too, i don't know..)
Then I had to install php83-session to be able to log in.
Now it looks okay in the admin page:

version	8.3.6
php.ini	/etc/php83/php.ini

thanks.

And the php-fpm packages are now removed..

noidea, to helpers German

Hello..

If I want to stop someone from commenting on my posts... would I block, ignore or collapse that user... ? I don't want to block everything, just commenting on my posts.

Or, would it be possible to have an option to "close comments" when it gets to much? I don't know if that would be possible because of the other networks, diaspora, etc..

Otherwise my only option is to delete every single comment or delete the post, and maybe that is just what the person wants..

feb, to helpers German

@the_halmaturus Vielleicht kann einer der etwas dazu sagen.
sharkey.xprmnt42.de/notes/9ta3…

noidea,

@feb @the_halmaturus irgendwie fehlt hier bei mir was.. was dazu sagen. .. Aber zu was?

noidea, to admins

Hello ..

In SSH sessions on my VServer, I often see PHP errors appearing just in the terminal, when I am inside a directory or even when I am working with the nvim editor.

I think it must be some "stdout" or "stderr" or something, some "Linux thing" where the errors are outputted to.

Maybe somebody knows this phenomenon, that errors appear everywhere , no matter what, and can help.

I am using Alpine Linux and PHP 8.2.14

z428, to helpers

One of my currently biggest "issues" with Friendica is handling re-sharing posts right. Like: If I use just "native reshare" on the post, behaviour differs according to where a post comes from. Meaning: Resharing Pixelfed or Mastodon posts will only make them visible to the AP crowd. Resharing Diaspora* posts will only make them visible for Diaspora* folks. Same for Tumblr and cough Bluesky. So I usually do use quote-sharing for content that matters (to me), which however results in being unable to use random Mastodon API clients (like #phanpy , #rodent , #tusky) for that - as in there, I can only (by now) boost Mastodon posts as far as it seems and I am unable to at least easily do a quote-share of an existing boost. Unfortunately, even though I really do force myself to use Friendica web / Frio all the time, it still leaves some things to be desired especially on mobile devices.
So, wondering: How do you folks handle this? Just use Friendica web and go with its "issues"? Just use whatever "reshare"/"boost" does without not bothering too much about who's able to see the posts? Or not interacting with any people outside the ActivityPub universe at all....?

noidea,

@z428 I use friendica in web browsers and if something is important I quote share it.

noidea, to helpers German

Hello

I don't receive posts from "Friendica Support" and the other forums "Friendica Admins" and "Friendica Developers". Can somebody help me troubleshoot that problem?

I have followed them weeks or months ago. It is on my own friendica instance. Something must be wrong. I don't know where I can start to look.

thanks

noidea, to developers

Hello and merry christmas,

I can't add a certain diaspora contact ( diaspora.schoenf.de/u/jochen ). Some info messages pop up. I did not have problems adding diaspora contacts until now.

Der Netzwerktyp wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden.
Die angegebene Profiladresse liefert unzureichende Informationen.<br />Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden.<br />

does somebody understand what is happening there? I don't understand. and I have informed the admin of diaspora.schoenf.de (who is the that contact).

noidea, to developers German

hello ..

in my logs there are many db errors now..

i believe they are all like this one:

Cannot delete or update a parent row: a foreign key constraint fails (amical.post-engagement, CONSTRAINT post-engagement_ibfk_2 FOREIGN KEY (owner-id) REFERENCES contact (id))

maybe something missing in the latest update with the comments?

noidea, to bluesky German

Hallo !

Kann mir jemand sagen wie ich nach bestimmten Netzwerken suchen kann in der Friendica Suchfunktion? Gab es da nicht was, so in der Art.: suchbegriff network: diaspora ?

In der Hilfe hab ich auch nix gefunden, zu den Suchoptionen.

Ich würde gerne mal gucken ob ich was von #bluesky finde und wie das aussieht.

noidea,

vielen dank! Wenn ich mal Zeit habe gucke ich evtl. auch mal wegen Übersetzung der einen oder anderen englischen Doku/Hilfeseite auf deutsch.. wie das geht.. 👍

noidea, to admins German

Hello ..

Since the latest update I see this error. I already tried to dbupdate in CLI, that did not seem to help.

Fehler 1553 beim Update der Datenbank aufgetreten Cannot drop index 'last-editor-uid': needed in a foreign key constraint 

Das Update 1522 der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: Fehler beim Ändern der Datenbank aufgetretenALTER IGNORE TABLE `report` DROP INDEX `last-editor-uid`, MODIFY `category-id` int unsigned NOT NULL DEFAULT 1 COMMENT 'Report category, one of EntityReport::CATEGORY_*', MODIFY `status` tinyint unsigned NOT NULL COMMENT 'Status of the report, one of EntityReport::STATUS_*', MODIFY `resolution` tinyint unsigned COMMENT 'Resolution of the report, one of EntityReport::RESOLUTION_*', MODIFY `created` datetime(6) NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '';

thanks for help

noidea, to helpers German

Hello

What is "collapse User" actually doing? It is below a post in the dropdown menu. And if it "hides" a post or user. where can I undo that..?

thanks

noidea, to helpers German

ist irgendwas bekannt, das erklären würde warum ich seit 1 oder 2 Tagen keine Diasporabeiträge sehe? (also neue..) Hab eben noch das letzte Update von dev eingespielt , war nicht viel. Vielleicht war es ja das.. (?)

noidea,

Sind scheinbar noch eingetrudelt...

noidea, to random German

Teste gerade nach langer Zeit mal wieder den FOSS-Browser. Konnte mich erst in mein Friendica einloggen nach drücken des Schild Icons und setzen auf "vertrauenswürdig". .. Vermute das blockt standardmäßig cookies. Weiß nicht.

Na mal schauen. Hatte vorher hier gelesen: kuketz-blog.de/firefox-weshalb…

noidea, to developers German

Hello

I see lots of these errors and I'd like to find out why:

Level: ALERT .. (worker)

Fatal Error (E_ERROR): gd-webp cannot allocate temporary buffer

in /var/www/localhost/friendica/src/Object/Image.php line 171

I'm using PHP 8.1.21 (memory_limit = 2048M) and Alpine Linux + the latest dev code of friendica. On a vserver S from php-friends.de (10 GB DDR4-RAM (ECC)) and I am the only user on my instance.

Maybe someone has an idea? It seems nobody else has these errors..

thanks..

noidea, to helpers German

Hello ,

When one of my mastodon contacts reshares a post, it seems, these posts don't appear in my 'network' - 'stream' is that normal or am I missing a setting perhaps?

I have to go to the contacts page and 'like' a post. then it shows up in my stream.

thanks for help

noidea, to admins

In case anybody also has this error:

08-May-2024 16:08:10 UTC] PHP Fatal error:  gd-webp cannot allocate temporary buffer in /var/www/localhost/friendica/src/Object/Image.php on line 231
[08-May-2024 16:08:11 UTC] PHP Fatal error:  gd-webp cannot allocate temporary buffer in /var/www/localhost/friendica/src/Object/Image.php on line 231
[08-May-2024 16:10:40 UTC] PHP Fatal error:  gd-webp cannot allocate temporary buffer in /var/www/localhost/friendica/src/Object/Image.php on line 231
[08-May-2024 16:10:41 UTC] PHP Fatal error:  gd-webp cannot allocate temporary buffer in /var/www/localhost/friendica/src/Object/Image.php on line 231
[08-May-2024 16:10:49 UTC] PHP Fatal error:  gd-webp cannot allocate temporary buffer in /var/www/localhost/friendica/src/Object/Image.php on line 231

Or has it fixed.. please tell me how.
I see it every couple of minutes.

noidea, to admins

Hello ..

Since upgrade to new Alpine Linux version 3.20.0, mariabackup does no longer successfully backup my database.

mariabackup --host=localhost --user=root --backup --target-dir=/var/mariadb/test

It quits with:

zsh: segmentation fault  mariabackup --host=localhost --user=root --backup 

And the backup is not 13G but only some 4M big..

In /var/log/messages I have this message every 10 seconds:

Jun  1 06:07:24 boerdi daemon.info init: process '/sbin/getty -L 0 ttyS0 vt100' (pid 2865) exited. Scheduling for restart.
Jun  1 06:07:25 boerdi daemon.info init: starting pid 2868, tty '/dev/ttyS0': '/sbin/getty -L 0 ttyS0 vt100'
Jun  1 06:07:25 boerdi auth.err getty[2868]: tcgetattr: I/O error^M

Does somebody have any idea wat could be going on?
I don't understand this ..

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • GTA5RPClips
  • ethstaker
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • tacticalgear
  • anitta
  • provamag3
  • Leos
  • cisconetworking
  • lostlight
  • All magazines