Bravo List

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

devilsyard 24th March 2011 12:53

TB Dev2009
 
install wamp on my pc

downloaded tbdev 2009
unrar files in C:\wamp\www

my details on my config.php and annonunce.php match and i get

[1045] dbconn: mysql_connect: Access denied for user 'root'@'localhost' (using password: YES)

and on my config its blank as my password because my user root doesnt have a password.

any idea ?

Fynnon 24th March 2011 17:10

1. might be a cookies problem so clear cookies and try again
2. check your config.php file maybe you wrote smth wrong there

post your config file here so we can see if its ok

devilsyard 27th March 2011 19:05

2 Attachment(s)
my config & announce are uploaded

im new to all this so be patient please lol

Tony 27th March 2011 21:29

$TBDEV['cookie_path'] = ''; change this from within config.php to $TBDEV['cookie_path'] = '/fm11';

that above is just a guess to the problem ^^^^^

have you tryed setting a password for the root user ?

I normally use xampp for all my testing on localhost and im not sure how wamp is set out when needing to set a password for the root user ..

did you leave the word BLANK in the password bit or did you just put that before attaching it here ?

if you didn't touch the password bit in the config then try removing the word blank lol ..

I gotta ask to make sure :P

devilsyard 27th March 2011 21:46

Quote:

Originally Posted by Tony (Post 27376)
$TBDEV['cookie_path'] = ''; change this from within config.php to $TBDEV['cookie_path'] = '/fm11';

that above is just a guess to the problem ^^^^^

have you tryed setting a password for the root user ?

I normally use xampp for all my testing on localhost and im not sure how wamp is set out when needing to set a password for the root user ..

did you leave the word BLANK in the password bit or did you just put that before attaching it here ?

if you didn't touch the password bit in the config then try removing the word blank lol ..

I gotta ask to make sure :P

Well i tried what u said and i tried taking the word blank out the password field and i got this error - The requested URL /fm11/login.php was not found on this server.

Tony 27th March 2011 21:55

ok well try each of these and see which 1 works in the end since 1 should now :)

$TBDEV['cookie_path'] = 'fm11';

if still the same just try it back to being like it was before for example

$TBDEV['cookie_path'] = '';

devilsyard 28th March 2011 00:03

Thanks For the help Tony! :)

i deleted wamp and installed appserv

and its all good now working perfect

thanks again :)


All times are GMT +2. The time now is 18:03.

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