Jump to content

Featured Replies

Posted

Yesterday I remove some members with 0 posts.

Today I open admincp and view:

delete.JPG

Solved by Jim M

Go to solution
  • 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.

  • Author
 

When running these tasks manually,

I running these tasks manually and don`t resolve this problem.

  • Community Expert

There is a lot to work through here, it will take some time depending on your server but it is moving:

image.png

 

  • Author

The task was be installed but I owerwrite it now.

cron.JPG

  • 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

 

  • Author

This problem start after update ipb

  • Community Expert

This is Actually an issue on your PHP installation. Its missing the mbstring extention which is required for the software to run

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

 

  • 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

  • Author

Where is error?

Mbstring enabled.

mbstring.JPG

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

Just a note, the software is not compatible with PHP 8.1 quite yet. That will come in a future version.

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

  • Author
 

Can I just clarify, you now have it working?

Yes

  • Community Expert
 

Yes

Glad to hear it 🙂 Hopefully they will all go through soon enough for you

Recently Browsing 0

  • No registered users viewing this page.