Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Help plz.. (http://www.bvlist.com/showthread.php?t=8165)

lolprodk 24th July 2012 18:15

Help plz..
 
Hi i need some help with my site. I am runing TBDev Final. After install i try to logon and nothing happens its just telling my to You need cookies enabled to log in. But have tryt it all but nothing happens ? Can somebody help ? PLZZZZ

KrackerMan 24th July 2012 19:07

Go to /var/www/include edit config.php file


- Change:
// 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']='192.168.1.18'; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com

- To:

// 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


All times are GMT +2. The time now is 06:25.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.