Thread: TBDev 2009
View Single Post
  #8  
Old 13th May 2010, 18:07
polusqxxx polusqxxx is offline
Member
 
Join Date: Apr 2010
P2P
Posts: 5
Default
Quote:
Originally Posted by Zuby View Post
Here you have an installer script for tbdev 2009

Simply download the file and stick it in your http root directory (e.g /var/www/) and navigate to it and away you go installing the latest release. I have done my best to make this as easy to use as possible and hopefully it will continue to work with future revisions of the new source. If you encounter any errors or have any problems then let me know (theres only so much testing i can do alone).

Cheers to: djlee ( from Tbdev.net )
i've attached the file

Works ok ...i have that error too ...but simple go to config.php and find this:

// DB setup
$TBDEV['mysql_host']="";
$TBDEV['mysql_user']="";
$TBDEV['mysql_pass']="";
$TBDEV['mysql_db']="";

Replace with:

// DB setup
$TBDEV['mysql_host']="localhost";
$TBDEV['mysql_user']="your_mysql_user";
$TBDEV['mysql_pass']="your_mysql_pass";
$TBDEV['mysql_db']="your_database_name";
Reply With Quote
The Following 2 Users Say Thank You to polusqxxx For This Useful Post:
bodinho (26th November 2011), rapala (12th February 2020)