Thread: TBDev 2009
View Single Post
  #50  
Old 4th February 2012, 00:32
shasta's Avatar
shasta shasta is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 46
Talking
Quote:
Originally Posted by wdq View Post
for the login problem go to config.php fin and replace this lines

PHP Code:
// Cookie setup
$TBDEV['cookie_prefix'] = 'tbalpha_'// This allows you to have multiple trackers, eg for demos, testing etc.
$TBDEV['cookie_path'] = ''// ATTENTION: You should never need this unless the above applies eg: /tbdev
$TBDEV['cookie_domain'] = ''// set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com 
and try again

Have FUN hope this helps you
solved

Last edited by shasta; 4th February 2012 at 01:32.
Reply With Quote