shaarli / Shaarli

The personal, minimalist, super-fast, database free, bookmarking service - community repo
https://shaarli.readthedocs.io/
Other
3.41k stars 291 forks source link

Permanent ban on my yunohost server. #1887

Closed SimonLefort closed 2 years ago

SimonLefort commented 2 years ago

Hello,

I recently upgrade my yunohost server to Debian 11.4 and Yunohost 11.0. I saw a problem with my Shaarli after the upgrade (but I don't know since the problem is there...).

I describe the problem on the yunohost forum but, to explain quickly, I can't log in. I have a message who say I am banned.

Capture d’écran du 2022-09-21 15-04-12

The file /var/www/shaarli/data/ipbans.php contains no ip adress.

# cat data/ipbans.php 
<?php
$GLOBALS['IPBANS']=array (
  'FAILURES' => 
  array (
  ),
);

I tried to remove it but nothing change.

I tried to restart php7.4-fpm but nothing change.

I have error on others pages too "Mur d'images" (pictures wall?) and "Nuage de tags" (Tags cloud?) seems to be broken too.

I use the standard theme, as you can see there : https://links.simonlefort.be/

My version is :

# cat shaarli_version.php 
<?php /* 0.12.1 */ ?>

It's the version installed with Yunohost ( see shaarli_ynh ).

Can you help me ? :-) Thanks in advance

SimonLefort commented 2 years ago

Problem solved !

(For more information : Yunohost forum)

I don't know where the cause is... At least, if someone have the same problem, he could find a solution.