notifications/intros module don't seem to work
@Friendica Support
can anybody confirm the issue that
Everytime I try to call that page I get a
I use the latest 3.5.2RC
can anybody confirm the issue that
notifications/intros
don't work.Everytime I try to call that page I get a
500 Internal Server Error
. The php error log don't show any errors.I use the latest 3.5.2RC
Steffen K9 🐰 mag das.
Steffen K9 🐰
Michael 🇺🇦
Steffen K9 🐰
Rebeka Catalina
Michael 🇺🇦
Rabuzarus
mod/notifications.php
it stops at L102notifs = $nm->introNotifs($all, $startrec, $perpage);
. But at the moment I'm not at home, so I couldn't invest further at the momentHypolite Petovan
Rabuzarus
include/NotificationsManager.php
at L790 at theprobe_url()
call (https://github.com/friendica/friendica/blob/3.5.2rc/include/NotificationsManager.php#L790) with the urlhttps://f.tschlotfeldt.de/profile/ts
The instance with the profile https://f.tschlotfeldt.de/profile/ts isn't reachable at the moment which results in a crash of the own instance
Rabuzarus
Maybe the result of a timeout issue?
When I call the page
notifications/intros
thefunction z_fetch_url()
is called 3 times with:The last call of
z_fetch_url()
was initiated throughprivate function feed()
inProbe.php
andfunction z_fetch_url()
does stop at https://github.com/friendica/friendica/blob/3.5.2rc/include/network.php#L156Michael 🇺🇦
Michael 🇺🇦
Rabuzarus
I did a small improvement for notifications/intros page. https://github.com/friendica/friendica/pull/3509
Since there is the chance that we have the data already in our db, there is no need to probe everytime. In case of unreachable instances (of the contact) this does save a lot of time when loading the page. So I would treat it as a bugfix
Michael 🇺🇦
Rabuzarus
Michael 🇺🇦