Please help. My node appears to have crapped itself.
Hi everyone. I'm suddenly getting loads of php errors on lots of pages and images are no-longer loading. Stuff like this. Any ideas?
Friendica Support reshared this.
Hi everyone. I'm suddenly getting loads of php errors on lots of pages and images are no-longer loading. Stuff like this. Any ideas?
Friendica Support reshared this.
Sarah Brown
in reply to Sarah Brown • •Lots of images are randomly missing as well. The only thing I changed recently is adding a load of those spam-posting instances to my server blocklist.
Really would appreciate some help fixing this.
Agathe Apfelmus likes this.
Friendica Support reshared this.
Sarah Brown
in reply to Sarah Brown • •Update: I think I've found what's upsetting it. When I uploaded the blocklist csv, it seems to have added an empty server block to the end of the list.
I can't delete it from the UI. How can I get rid of it manually?
Agathe Apfelmus likes this.
Friendica Support reshared this.
Sarah Brown
in reply to Sarah Brown • •Final update - I seem to have fixed it by setting the empty block to "nothing.nowhere" and then deleting the pattern, and saving the changes.
My node now seems to be behaving normally, touch-wood.
like this
Agathe Apfelmus and BashStKid like this.
Friendica Support reshared this.
Michael Vogel
in reply to Sarah Brown • • •Sarah Brown
in reply to Michael Vogel • •Friendica Support reshared this.
Michael Vogel
in reply to Sarah Brown • • •Sarah Brown likes this.
Sarah Brown
in reply to Michael Vogel • •Alexandra Lanes likes this.
Friendica Support reshared this.
Hypolite Petovan
in reply to Sarah Brown • • •@Sarah Brown Specifically in this situation, you would be better off disabling PHP errors showing in pages and cutting the deprecation messages from the logged errors (respectively
display_errors
anderror_reporting
in the relevantphp.ini
file)Let me know if you need help with this.
Sarah Brown
in reply to Hypolite Petovan • •Friendica Support reshared this.
Hypolite Petovan
in reply to Sarah Brown • • •Sarah Brown likes this.
Sarah Brown
in reply to Hypolite Petovan • •Friendica Support reshared this.
Sarah Brown
in reply to Sarah Brown • •Friendica Support reshared this.
Hypolite Petovan
in reply to Sarah Brown • • •/etc/php*/[apache2|php-fpm]/php.ini
.Sarah Brown
in reply to Hypolite Petovan • •/usr/local/etc/php/
. I Just didcp php.ini-production php.ini
in that directory in the docker container and restarted, and it seems to have picked up sensible defaults, including the ones you mention above.Friendica Support reshared this.
Hypolite Petovan
in reply to Sarah Brown • • •