Jump to content

Fatal error:


denny911

Recommended Posts

Hello,my problem is probably related to a Windows Vista issue with MySQl and/or PHP. I have PHP working fine, but when i decided to install MySQL as well, a problem appeared.It won't connect to a database. The error is:Fatal Error: Call to undefined function: mysql_connnect() in [path/of/my/connection]Everything is just fine with the code of my connection and everything else. It's the site i was working on my other machine, so it should work on any other machine as well.Any ideas?Thanks

Link to comment
Share on other sites

Lol it is a spelling mistake: mysql_connnect() ... there are one too many "n"s.

Link to comment
Share on other sites

Lol it is a spelling mistake: mysql_connnect() ... there are one too many "n"s.
not really (that piece of code wasn't copied and pasted, i typed it).. my PHP module wasn't compiled with mySQL extension, but only with mySQLi.. that caused the problem.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...