mChat problem with acm_type memcache

Support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Forum rules
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Post Reply
olsserik
New member
New member
Posts: 1
Joined: 20 Dec 2008, 21:14

mChat problem with acm_type memcache

Post by olsserik »

I´m trying to add acm_type memcache to my boards. Everything seems to work fine except mChat which I have at index.

mChat window disappears when I turn on memcache. If I turn back to file everything runs smoothly again.

What can this be, any help would be appreciated.

From index.php on the board (which is 3.0.12 with php 5.5 with fpm).

Code: Select all

[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 980: Undefined index: refresh
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 993: Undefined index: index_height
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 994: Undefined index: custom_height
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1000: Undefined index: whois
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1001: Undefined index: max_message_lngth
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1002: Undefined index: max_message_lngth
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1003: Undefined index: timeout
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1004: Undefined index: whois_refresh
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1005: Undefined index: pause_on_input
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1007: Undefined index: refresh
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1008: Undefined index: whois_refresh
[php Debug] PHP Notice: in file [ROOT]/mchat.php on line 1010: Undefined index: location
Post Reply