Jump to content

I could not remove members.


Go to solution Solved by Jim M,

Recommended Posts

  • 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.

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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