Need help connecting to MySQL |
Site Admin
|
It means you forgot to enable mysql extension in php.ini but it all is covered in FAQ faq-i-get-call-to-undefined-function-why-t765.html |
||||||||||||||
_________________ The PHP IDE team |
|
Dmitri, thank you for such a fast response. The extensions are enabled. It is looking for each of the extensions that are enabled and reporting that it cannot find them. I have carefully checked the path and the presence of each file. If the extensions were not enabled it would not look for them and throw an error. The extension directory was initially set to read-only. I removed that restriction but it made no difference. Could it be that it does not like the version of these dll's? Please take another look at my initial post. Here is what it is saying:
Error: When apache starts php5 it says it cannot load the dynamic library [various path\filename] - The specified procedure cannot be found. The various files it says it can't find are all in the extension directory that is properly pointed to in php.ini so they should be found. They include: php_mysqli.dll php_mysql.dll php_pgsql.dll php_pdo.dll php_pdo_sqlite.dll php_pdo_mysql.dll php_sqlite.dll php_dbg.dll-5.1.x Then it goes through and errors each of these files once again. Why is it doing that? Thank you once again for trying to help me solve this problem, Mike Z |
||||||||||||
|
Site Admin
|
I'd recommend you install php 5.1.6 and make sure that php.exe directory is listed in PATH or php5ts.dll is copied to Apache's bin directory.
|
||||||||||||
_________________ The PHP IDE team |
|
check for the correct version of libmysql.dll in one of the directories specified in the the PATH evironment variable.
|
||||||||||||
|
Site Admin
|
right, php_mysql.dll depends on libmysql.dll, but even with an "incorrect" libmysql.dll, it will be loaded. So it's sufficient to check if library is available either in Apache process's directory or in the PATH. |
||||||||||||||
_________________ The PHP IDE team |
Need help connecting to MySQL |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by