Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 3, 20223 yr Yesterday I remove some members with 0 posts. Today I open admincp and view:
February 3, 20223 yr Community Expert Solution 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.
February 3, 20223 yr Author When running these tasks manually, I running these tasks manually and don`t resolve this problem.
February 3, 20223 yr Community Expert There is a lot to work through here, it will take some time depending on your server but it is moving:
February 4, 20223 yr Author 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
February 4, 20223 yr Community Expert This is Actually an issue on your PHP installation. Its missing the mbstring extention which is required for the software to run
February 4, 20223 yr Author 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).
February 4, 20223 yr Community Expert 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
February 4, 20223 yr Author 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).
February 4, 20223 yr Just a note, the software is not compatible with PHP 8.1 quite yet. That will come in a future version.
February 4, 20223 yr Community Expert 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?
February 14, 20223 yr Community Expert Yes Glad to hear it 🙂 Hopefully they will all go through soon enough for you