View previous topic :: View next topic |
Author |
Message |
ianwattb -
Joined: 29 Sep 2003 Posts: 14
|
Posted: Tue Jan 13, 2004 5:00 pm Post subject: php/mysql |
|
|
I've just had to re-install my hole computer due to upgrading my os and building a new system. ive just installed mysql, phpmyadmin and abyss plus php. now when i access my website am currently building it wont show any of the site unless i remove anything linking to a database and then when i access phpmyadmin it comes up with this Fatal error: Call to undefined function mysql_get_client_info() in C:\Program Files\Abyss Web Server\scripts\phpMyAdmin\libraries\defines.lib.php on line 47 its extremly werid saying i never had any bother with it before. i have a green light for the mysql and abyss is working, ive rechecked and rechecked all the settings and there correct. I would be most helpful of any help anyone can provide, Thank you |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Jan 14, 2004 3:09 pm Post subject: Re: php/mysql |
|
|
The problem is not with MYSQL. The error message was generated by PHP which can't locate the function mysql_get_client_info(). This function usually comes with the MySQL extension in PHP (and is available by default in all Windows PHP versions).
Have you installed the latest PHP version? If you have installed the Windows Installer version, MySQL should be available. If you have installed the binary Zip package, you should edit your php.ini file and enable the php_mysql.dll extension. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
ianwattb -
Joined: 29 Sep 2003 Posts: 14
|
Posted: Wed Jan 14, 2004 6:30 pm Post subject: hi |
|
|
i installed the windows installer verson of php and its the latest one as well maybe ill try the last bit and edit the php.ini to see if i can have any luck. thanks for your advice.
Last edited by ianwattb on Wed Jan 14, 2004 6:37 pm; edited 1 time in total |
|
Back to top |
|
 |
ianwattb -
Joined: 29 Sep 2003 Posts: 14
|
Posted: Wed Jan 14, 2004 6:35 pm Post subject: |
|
|
no luck still cant get it to work. :( |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Jan 16, 2004 3:48 pm Post subject: |
|
|
ianwattb,
Can you please send us your php.ini file to support@aprelium.com? Can you tell us what is the version of PHP you're using? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
ianwattb -
Joined: 29 Sep 2003 Posts: 14
|
Posted: Fri Jan 16, 2004 7:13 pm Post subject: thanks |
|
|
i just recently sent you my php.ini file but since have solved the problem as i outlined in the email that i had downloaded the beta version for some reason. Now why i assumed that i download version 5 or somefing is beyond me but since downloading and installing verson 4 of php, it has since resolved my prob.
I would like to thank you's for your help and am most grateful for it. The fault prob lay with myself not fully understanding the term "beta" lol but maybe the information that ive provided can help in some way.
Anyway thankyou and God Bless.
May you's continue doing a good job. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Jan 18, 2004 2:17 pm Post subject: Re: thanks |
|
|
ianwattb,
Now we understand the problem. You said that you were using the Beta version of PHP 5. As far as we know, this version has no more MySQL support by default. That's why this MySQL specific instruction is not available. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|