Bravo List

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

Fynnon 7th May 2010 03:04

TBDev 2009
 
1 Attachment(s)
TBDev Tracker 2009 (Final)

Install:

1. make a database and from the SQL folder import tb.sql then the rest of the sql files

2. edit file announce.php and /include/config.php with your data


:ok:

tomys 7th May 2010 19:33

thanks
 
This source is normal...
If anybody have problems can ask me!

Thank you! :bubble:

Zuby 7th May 2010 19:48

1 Attachment(s)
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

Bambax 11th May 2010 10:56

Quote:

Originally Posted by Zuby (Post 22920)
Here you have an installer script for tbdev 2009


hello i make install with your installer without problems but after install i have error

"[1045] dbconn: mysql_connect: Access denied for user 'www-data'@'localhost' (using password: NO)"

what can i do to solve this error :unknown:

wMan 11th May 2010 12:07

Quote:

Originally Posted by Bambax (Post 22971)
hello i make install with your installer without problems but after install i have error

"[1045] dbconn: mysql_connect: Access denied for user 'www-data'@'localhost' (using password: NO)"

what can i do to solve this error :unknown:

check your db pass and password for it them set it with r one and you will get in

Bambax 12th May 2010 10:40

the password is 100% ok (i tested with 3 passwords) but same error comming evrytime :unknown:

When you wanna you can comming with teamviewer on my pc and look this bug :ok:

Phogo 12th May 2010 13:23

Do it manually then, edit the config.php file

polusqxxx 13th May 2010 18:07

Quote:

Originally Posted by Zuby (Post 22920)
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"; :ok:

Zuby 13th May 2010 19:15

chmod 777 config.php , after install changet it to 755 or 644

underx 16th May 2010 15:19

plz how can remove the cloud search in browse.php ?


All times are GMT +2. The time now is 23:35.

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