MyBB Community Forums

Full Version: ACP User Group Save Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
mybb vers : 1.8.14
error string : Fatal error: Call to undefined function array_column() in /home/homeer/public_html/forum/admin/modules/user/groups.php on line 977
error url : http://sitename.com/admin/index.php?modu...edit&gid=4

[Image: POJ7y8.png]

save and url change result :

[Image: o64dBR.png]
Looks like a change has sneaked in that requires PHP version 5.5 or newer. Is there any way you can upgrade the version of PHP you are using?

This is a bug that will need to be fixed, but it will take a new release to fix. In the meantime, you can manually apply this patch which should fix the issue: https://github.com/mybb/mybb/pull/2930/files
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2929

Thanks for contributing to MyBB!

Regards,
The MyBB Group
Hi,

How can we fix this on our end? We are getting the same problem. Please help.

We are likely using Php 5+ and we cannot change this due to compatibility.

Thank you.
(2017-12-05, 06:53 PM)welvinrc Wrote: [ -> ]Hi,

How can we fix this on our end? We are getting the same problem. Please help.

We are likely using Php 5+ and we cannot change this due to compatibility.

Thank you.

Hi,

You can try applying the patch found here to "admin/inc/functions.php": https://github.com/mybb/mybb/pull/2930/files

This will be included in the next release.
Fixed! Smile Thank you very much.