|
Re: what about 5.0? [message #26412 is a reply to message #26059] |
Thu, 21 July 2005 03:39 |
joeyb
Messages: 8 Registered: July 2005
Karma: 0
|
Junior Member |
|
|
Well, how can i start off....no where to start specifically.
except with a script.
I am working with PHPPROMEMBERS script.
i have everything installed. PHP mysql, all permissioning set.
Platform winxp sp1, 3.2 ghz, 1.5gig ddr2. blah blah.
anyways, SQL 5.0 and PHP is installed. i can run the script. but i am getting this error once i load the any file from the script.
Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\phppromembers\insert.php on line 114
I am lost. i have been toying with everything for days now. I am super stumped. I have configures the php.ini file. in %systemroot% and downloaded every php/sql extension and set the variables in the php.ini file. removed the <B>;</B> marks from the extensions list. nothing. I am pulling my hair out. I even got the script to load a little and it showed the login box but with a bunch of errors all on the page. saying cannot load headers, session allready loaded.
ANY IDEAS!! please help! i will build you a free webpage.
but, i guess if you can help me do this, you do your own webpages! hah!
anything , THANKS IN ADVANCE!
JOEYB
|
|
|
Re: what about 5.0? [message #26420 is a reply to message #26412] |
Thu, 21 July 2005 14:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
By looking @ the error it seems like mysql extension has not been loaded.
FUDforum Core Developer
|
|
|
|
Re: what about 5.0? [message #26429 is a reply to message #26428] |
Thu, 21 July 2005 19:35 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Looks like it is trying to open a file in the wrong directory. The script login.php seems to be trying to access /phpProMembers/templates/header.php which on Win32 resolves to c:/phpProMembers/templates/header.php .
I suspect this is because in the application settings you've entered the web root instead of the disk path.
FUDforum Core Developer
|
|
|
|
|
Re: what about 5.0? [message #26432 is a reply to message #26431] |
Thu, 21 July 2005 21:15 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The error says it all, the code tries to send an e-mail, but fails doing so because it cannot connect on port 25 to indicated the mail server.
FUDforum Core Developer
|
|
|
|
Re: what about 5.0? [message #26441 is a reply to message #26433] |
Thu, 21 July 2005 22:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
some output was generated prior to call to header() function.
FUDforum Core Developer
|
|
|
Re: what about 5.0? [message #26450 is a reply to message #26059] |
Thu, 21 July 2005 22:17 |
joeyb
Messages: 8 Registered: July 2005
Karma: 0
|
Junior Member |
|
|
aye! thx... i think i see what it is....
EH... allmost done. Now im just getting Access denied from the script.... on member areas...
joeyb
we are building quite a thread here... lol -- my first one..
[Updated on: Thu, 21 July 2005 22:18] Report message to a moderator
|
|
|