Help
Ask questions about how to do or fix things in Arrowchat
User avatar
Joerg
Customer
 
Posts: 3
Joined: 07 Jun 2013, 23:41

 

by Joerg 15 Aug 2013, 10:58

hello,

i need a solution for the xenforo integration.

i have a bigger forum and we cache all over apc.

if i use this in the xenforo config.php:

$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['cacheSessions'] = true;
$config['cache']['backend'] = 'Apc';

i lose the chatpanel. it will not work. if i use this:

$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
##$config['cache']['cacheSessions'] = true;
$config['cache']['backend'] = 'Apc';

it works...........that is really funny. what have i to do, that i can cache the usersessions?
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 15 Aug 2013, 17:44

I assume what is happening is that ArrowChat can't find the session to login the user. You'd need to edit the includes/integration.php file to still work when cacheSessions is on.
User avatar
Joerg
Customer
 
Posts: 3
Joined: 07 Jun 2013, 23:41

 

by Joerg 16 Aug 2013, 06:04

can you give me that includes/integration.php file, with the edits, please? i am not a coder.
User avatar
Joerg
Customer
 
Posts: 3
Joined: 07 Jun 2013, 23:41

 

by Joerg 18 Aug 2013, 06:03

nice that you delete post. have you problems with that what your customers say or what is true? you´re really a crminal guy and it is true, what all people in the admins forums write, about you.
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 18 Aug 2013, 12:05

We delete posts that bump topics or are unrelated to the thread from time to time. If you have feedback, then post it in the feedback forum.

Please refer to the sticky at the top of this forum as well: viewtopic.php?f=28&t=692
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 16 Dec 2014, 00:26

[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]