---> Have you configured PHP to load the MySQL extension?
How do I do that, bellow I have experimented some with the /etc/php.ini file, but still the same result !! So how do I configure PGP tp load the MySQL extension
Many thanks again for quick answers
/ANNA
; Directory in which the loadable extensions (modules) reside. ;extension_dir = /usr/lib/php4 extension_dir = /usr/local/lib/ser/modules [ /usr/local/lib/ser/modules/mysql.so ] ;Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically ; disabled on them. enable_dl = On
;extension=ldap.so ;extension=mhash.so ;extension=mssql65.so ;extension=mssql70.so extension=mysql.so ;extension=oas.so ;extension=odbc.so ;extension=oci8.so ;extension=oracle.so ;extension=pdf.so
__________________________________________________________________ anna rahm ICQ#: 176699319 Current ICQ status: + More ways to contact me __________________________________________________________________
Hello, the 'extension_dir' must point to PHP extensions not to SER's modules. Check if '/usr/lib/php4' is the right value (if it contains the mysql.so and many other PHP extensions) and if so then uncomment the line which specifies that and comment or delete the other one which sets the 'extension_dir' to SER's modules directory. You can find out the right extension_dir value and many PHP settings with 'php -i' in command line or with 'phpinfo()' inside a PHP script.
You may want to check the PHP manual for further information about configuring and using PHP at: http://www.php.net/manual/en/
Best regards, Daniel
On 5/8/2003 2:06 PM, anna wrote:
---> Have you configured PHP to load the MySQL extension?
How do I do that, bellow I have experimented some with the /etc/php.ini file, but still the same result !! So how do I configure PGP tp load the MySQL extension
Many thanks again for quick answers
/ANNA
; Directory in which the loadable extensions (modules) reside. ;extension_dir = /usr/lib/php4 extension_dir = /usr/local/lib/ser/modules [ /usr/local/lib/ser/modules/mysql.so ] ;Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically ; disabled on them. enable_dl = On
;extension=ldap.so ;extension=mhash.so ;extension=mssql65.so ;extension=mssql70.so extension=mysql.so ;extension=oas.so ;extension=odbc.so ;extension=oci8.so ;extension=oracle.so ;extension=pdf.so __________________________________________________________________ anna rahm ICQ#: 176699319 Current ICQ status:
- More ways to contact me http://wwp.icq.com/176699319