Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Aleksandr Timashov Posted February 3, 2022 Posted February 3, 2022 Yesterday I remove some members with 0 posts. Today I open admincp and view:
Solution Jim M Posted February 3, 2022 Solution Posted February 3, 2022 Please check that your CRON is running correctly on your server. When running these tasks manually, I am not having any issues and they are being completed slowly. This would indicate your CRON is either hitting an error on the server or is not running entirely. SeNioR- 1
Aleksandr Timashov Posted February 3, 2022 Author Posted February 3, 2022 5 minutes ago, Jim M said: When running these tasks manually, I running these tasks manually and don`t resolve this problem.
Jim M Posted February 3, 2022 Posted February 3, 2022 There is a lot to work through here, it will take some time depending on your server but it is moving: Â SeNioR- 1
Aleksandr Timashov Posted February 4, 2022 Author Posted February 4, 2022 The task was be installed but I owerwrite it now.
Aleksandr Timashov Posted February 4, 2022 Author Posted February 4, 2022 PHP Fatal error:Â Uncaught Error: Call to undefined function IPS\mb_internal_encoding() in /var/www/mysite/init.php:551 Stack trace: #0 /var/www/mysite/init.php(1578): IPS\IPS::init() #1 /var/www/mysite/applications/core/interface/task/task.php(29): require_once('...') #2 {main} Â thrown in /var/www/mysite/init.php on line 551 Â
Aleksandr Timashov Posted February 4, 2022 Author Posted February 4, 2022 This problem start after update ipb
Marc Posted February 4, 2022 Posted February 4, 2022 This is Actually an issue on your PHP installation. Its missing the mbstring extention which is required for the software to run
Aleksandr Timashov Posted February 4, 2022 Author Posted February 4, 2022 1 hour ago, Marc Stridgen said: This is Actually an issue on your PHP installation. Its missing the mbstring extention which is required for the software to run php7.4-mbstring is already the newest version (7.4.27-1+ubuntu20.04.1+deb.sury.org+1). Â
Marc Posted February 4, 2022 Posted February 4, 2022 You would then need to contact your hosting company on this, as either mbstring has an issue on your server, or your task isnt being run under the PHP version you think it is. This is however a hosting issue, and not something it is possible for us to resolve at a software level, unfortunately
Aleksandr Timashov Posted February 4, 2022 Author Posted February 4, 2022 Where is error? Mbstring enabled.
Aleksandr Timashov Posted February 4, 2022 Author Posted February 4, 2022 Thank you! 1st: cron and nginx use different php.ini (in folders cli and fpm) 2nd: in cron command will be set php7.4 (The IPS don`t work with php 8.1 installed on my server).
Mark H Posted February 4, 2022 Posted February 4, 2022 Just a note, the software is not compatible with PHP 8.1 quite yet. That will come in a future version.
Marc Posted February 4, 2022 Posted February 4, 2022 2 hours ago, Aleksandr Timashov said: Thank you! 1st: cron and nginx use different php.ini (in folders cli and fpm) 2nd: in cron command will be set php7.4 (The IPS don`t work with php 8.1 installed on my server). Can I just clarify, you now have it working?
Aleksandr Timashov Posted February 12, 2022 Author Posted February 12, 2022 On 2/4/2022 at 6:39 PM, Marc Stridgen said: Can I just clarify, you now have it working? Yes
Marc Posted February 14, 2022 Posted February 14, 2022 On 2/12/2022 at 11:40 AM, Aleksandr Timashov said: Yes Glad to hear it 🙂 Hopefully they will all go through soon enough for you
Recommended Posts