Jump to content

I could not remove members.


Go to solution Solved by Jim M,

Recommended Posts

  • Solution
Posted

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.

Posted

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

 

Posted
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).

 

Posted

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

Posted
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?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...