Posts

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

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…

caos,

@noidea nutze ich auch gerne, wird von @gf entwickelt

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...

heluecht,

@noidea Bei mir kommen noch Beiträge rein. Ist also nicht so, dass ich grundsätzlichen Mist gebaut habe. Wie immer: Schau in Dein Log-File, Suche nach Einträgen mit Diaspora.php. Und schau in Deine Access-Log, ob es da Einträge mit "DiasporaFederation" gibt und welcher HTTP-Code zurückgegeben wurde. Da sollte so etwas stehen:

127.0.0.1 - - [19/May/2024:20:25:27 +0000] "POST /receive/public HTTP/1.1" 200 19479 "-" "DiasporaFederation/0.2.8"
127.0.0.1 - - [19/May/2024:20:25:54 +0000] "POST /receive/public HTTP/1.1" 200 19479 "-" "DiasporaFederation/0.2.8"
127.0.0.1 - - [19/May/2024:20:27:44 +0000] "POST /receive/public HTTP/1.1" 200 19479 "-" "DiasporaFederation/0.2.8"
127.0.0.1 - - [19/May/2024:20:29:21 +0000] "POST /receive/public HTTP/1.1" 200 19479 "-" "DiasporaFederation/0.2.8"
127.0.0.1 - - [19/May/2024:20:30:28 +0000] "POST /receive/public HTTP/1.1" 200 19479 "-" "DiasporaFederation/1.1.0"
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 finde und wie das aussieht.

feb,

@noidea Schau mal hier. Da solltest du fündig werden.

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

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 php

Hello ..

Today I installed 8.3 on my VServer ( 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, '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?

hypolite,

@noidea I've always used Apache2 with the PHP module because of the reduced amount of moving parts, and many Friendica administrators have had success serving their node using php-fpm and nginx as a web server/reverse proxy.

I read it's possible to use Apache and php-fpm together, but it isn't a very popular use case and I wouldn't be able to recommend it.

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 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

noidea,

thanks. I found that my webserver user had no write permissions to /var/log/php82. I am observing if it is better now..

utzer,

@noidea
I got this in the file:

log_errors = On
error_log = /var/log/php/php_errors.log
error_reporting = E_ALL

Besides many more line of course. You can check if there is any other option you prefer for E_ALL.

Oh and I think the more important part is this with display_errors = Off:

; This directive controls whether or not and where PHP will output errors,
; notices and warnings too. Error output is very useful during development, but
; it could be very dangerous in production environments. Depending on the code
; which is triggering the error, sensitive information could potentially leak
; out of your application such as database usernames and passwords or worse.
; For production environments, we recommend logging errors rather than
; sending them to STDOUT.
; Possible Values:
;   Off = Do not display any errors
;   stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
;   On or stdout = Display errors to STDOUT
; Default Value: On
; Development Value: On
; Production Value: Off
; https://php.net/display-errors
display_errors = Off
noidea, to helpers

Hello !

I would like to understand why I don't see certain reshares from @lizzischmidt (everything she reshares from @giacomo_bencista ). Here is an example post:

pod.mttv.it/posts/cc60a0608fb9…

The same post on another Diaspora pod:

diaspora.schoenf.de/posts/cc60…

I can not find these posts via my friendica's search (no results), but I can find the user @giacomo_bencista .

Thanks if somebody has got an idea .

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,

@tux oh oh.. i don't know. . Maybe he Wonders why so many new Friends... 😅

noidea,

@utzer i Just added Somebody on diasp.org who was already following me. That worked.

noidea, to developers

Just in case you haven't seen, this looks like spam accounts (in the Friendica Forgejo) :

https://git.friendi.ca/dogpawsvg
https://git.friendi.ca/martymcflycostume

but I'm not sure..

noidea, to developers

with the constant errors in the log of my friendica instance:

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

maybe it is this: stackoverflow.com/a/73328382/2…

Thus it appears that older PHP versions have an issue where imagewebp() outputs some 'questionable' data which does not prevent browsers such as FF or Brave from properly displaying the image, but does prevent PHP 8.1's imagecreatefromwebp() from being able to decode the file.

because .. I'm using php 8.1.x .. who knows.. it must be something

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..

noidea,

ok

noidea,

@hypolite okay

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,

okay. I did.. and repeated the show create command to see what changed:

MariaDB [amical]> show create table `post-engagement`;
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table           | Create Table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| post-engagement | CREATE TABLE `post-engagement` (
  `uri-id` int(10) unsigned NOT NULL COMMENT 'Id of the item-uri table entry that contains the item uri',
  `owner-id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Item owner',
  `contact-type` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'Person, organisation, news, community, relay',
  `media-type` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'Type of media in a bit array (1 = image, 2 = video, 4 = audio',
  `language` varbinary(128) DEFAULT NULL COMMENT 'Language information about this post',
  `created` datetime DEFAULT NULL,
  `comments` mediumint(8) unsigned DEFAULT NULL COMMENT 'Number of comments',
  `activities` mediumint(8) unsigned DEFAULT NULL COMMENT 'Number of activities (like, dislike, ...)',
  `restricted` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'If true, this post is either unlisted or not from a federated network',
  `searchtext` mediumtext DEFAULT NULL COMMENT 'Simplified text for the full text search',
  PRIMARY KEY (`uri-id`),
  KEY `owner-id` (`owner-id`),
  KEY `created` (`created`),
  FULLTEXT KEY `searchtext` (`searchtext`),
  CONSTRAINT `post-engagement_ibfk_2` FOREIGN KEY (`owner-id`) REFERENCES `contact` (`id`),
  CONSTRAINT `post-engagement_ibfk_3` FOREIGN KEY (`uri-id`) REFERENCES `item-uri` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Engagement data per post' |
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.001 sec)
noidea,

what irritates me a bit, is, that in my initial log error, it says post-engagement_ibfk_2, but I removed post-engagement_ibfk_1

noidea, to admins German

.. Houston, I have a question:

When I have max. 12 workers in parallel and a memory_limit of 1024M...

..does that mean "1024M in total"... or "1024M per worker" .. ?

noidea, to developers German

Hello , just a question:

The way how diaspora displays "quote shared" posts, does friendica have an influence on that? I do not really like the way is is displayed, without post image and with the large avatar picture on the bottom, etc...

thanks

noidea, to helpers German

Currently, my friendica often loads very slow or times out, but only on my smartphone .. Other websites load fast there. On my PC, friendica loads faster.

Only explanation I can imagine, is that the smartphone has less cpu power for the javascript.. or what could that be? I don't understand it. It is both over the same router.

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