FreiChat related discussions
Errors on PHP 7.2.4

There are errors if i use freichat on PHP 7.2.4 with PHP Fusion

  1. admin_base.php line 75:
$dim = count($name);

should be:

$dim = is_array($name) ? count($name) : 1;
  1. i become this error:
Warning: in_array() expects parameter 2 to be array, null given in ... administrator/admin_files/home/client_side/index.php on line 42
  1. if i disable chatrooms in ACP, i have a blue field on bottom of the site. (I think it was a problem on freichat 10 too)

  2. I use freichat with the PHP Fusion driver, but i can not change the setting for "Show link to user's profile". That will not save.

There are errors if i use freichat on PHP 7.2.4 with PHP Fusion 1. admin_base.php line 75: ```` $dim = count($name); ```` should be: ```` $dim = is_array($name) ? count($name) : 1; ```` 2. i become this error: ```` Warning: in_array() expects parameter 2 to be array, null given in ... administrator/admin_files/home/client_side/index.php on line 42 ```` 3. if i disable chatrooms in ACP, i have a blue field on bottom of the site. (I think it was a problem on freichat 10 too) 4. I use freichat with the PHP Fusion driver, but i can not change the setting for "Show link to user's profile". That will not save.
edited Apr 9 '18 at 6:22 am

Hi,

Thanks for reporting the compatibility issue with PHP 7.2.4.
Will fix them

I use freichat with the PHP Fusion driver, but i can not change the setting for "Show link to user's profile". That will not save.

Are other settings being saved?

Hi, Thanks for reporting the compatibility issue with PHP 7.2.4. Will fix them >I use freichat with the PHP Fusion driver, but i can not change the setting for "Show link to user's profile". That will not save. Are other settings being saved?
Necessity is the mother of all inventions!

Yes, all other settings works in the admin area.

But i need a solution for the problem with the blue field if i disable the groupchat. It was solved, but i can not find the thread in your forum.

Yes, all other settings works in the admin area. But i need a solution for the problem with the blue field if i disable the groupchat. It was solved, but i can not find the thread in your forum.
edited Apr 16 '18 at 4:31 pm
326
2
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft