#11500, "Who has experience installing phpbb? I need some help."
It's on a win2k server, SQL 2k & SQL 2k5, pearl & PHP are installed and working on IIS 5.
Whenever I launch the install.php and enter the stuff it asks for, I get a fatal error stating it cannot connect to the database. In the SQL Server management studio, I'm able to connect via the same info I entered (MS SQL 7/2000, database host name, database name, username, password, etc). I enabled the MS SQL module in PHP, so that's not the issue.
Anyone have any pointers?
~Luke Facebook 1969 Cougar - 11.91 - 380HP 2007 GSXR 750 1999 OZ - SOLD - 15.26 NA - 14.71 on 75 shot
#11517, "RE: Who has experience installing phpbb? I need some help." In response to Reply # 0
Aside from "Run is on Linux with MySQL like you're fucking supposed to"...
What's the db server name in the config? Try both 'localhost' and whatever the FQDn of the machine is.
Then install Linux.
______________________________ If a sentence found online has 35% misspellings or greater and includes at least two racially charged expletives, chances are it is a YouTube comment.
'95 Eclipse TurboGS (garage deco) '95 TSi AWD (restoring a survivor) '97 Talon ESi-T (poor impulse control) '99 Eclipse RS-T (daily beater) '13 Evo X (mostly stock) '17 Sienna (Middle Aged Dad Mobile)
#11536, "RE: Who has experience installing phpbb? I need some help." In response to Reply # 2
Ask *cough*Skizzo*cough*
______________________________ If a sentence found online has 35% misspellings or greater and includes at least two racially charged expletives, chances are it is a YouTube comment.
'95 Eclipse TurboGS (garage deco) '95 TSi AWD (restoring a survivor) '97 Talon ESi-T (poor impulse control) '99 Eclipse RS-T (daily beater) '13 Evo X (mostly stock) '17 Sienna (Middle Aged Dad Mobile)
#11538, "RE: Who has experience installing phpbb? I need some help." In response to Reply # 3
meh, I'm gonna install SQL Server on a different machine to connec to. I couldn't even get a simple VB.NET app to connect. I think something's up with that MSDE.
~Luke Facebook 1969 Cougar - 11.91 - 380HP 2007 GSXR 750 1999 OZ - SOLD - 15.26 NA - 14.71 on 75 shot
#11568, "RE: Who has experience installing phpbb? I need some help." In response to Reply # 4
Got it.
MSDE by default disallows network connections, which I'm guessing is the reason it wasn't allowing phpbb to connect to it, even though it was on the same machine.