Jump to content

ArrowChat (SOLVED)


flyalaska

Recommended Posts

Ok Solved thanks to Eddie to share with me app.config.php & local.config.php

In my local.config.php I have this before

# Cookie information
Config::Set('SESSION_LOGIN_TIME', (60*60*24*30)); # Expire after 30 days, in seconds
Config::Set('SESSION_GUEST_EXPIRE', '30'); # Clear guest sessions 30 minutes
//Config::Set('SESSION_COOKIE_NAME', 'VMS_AUTH_COOKIE');

I remove this part

In app.config.php I check that

define('VMS_AUTH_COOKIE', 'VMSAUTH');

also touch config.php (ArrowChat)

define('DB_USERTABLE','pilots');
define('DB_USERTABLE_NAME','firstname');
   define('DB_USERTABLE_LASTNAME','lastname');
define('DB_USERTABLE_USERID','pilotid');
define('DB_USERTABLE_AVATAR','pilotid');

define('DB_FRIENDSTABLE','');
define('DB_FRIENDSTABLE_USERID', '');
define('DB_FRIENDSTABLE_FRIENDID', '');
define('DB_FRIENDSTABLE_FRIENDS', '');

Thanks for all :)

Regards Fred

Link to comment
Share on other sites

  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...