Roland Guthauser wrote:
>
> Hi all
>
> Look at http://c2.powerplace.li/phpinfo.php the MySQL is ok on my
> Cobalt! Everything is working fine for me. I did the PHP update this
> morning.
I solved it.
Somehow the modules are not installed in the php.ini. I guess it is
checking for mysql and does not accept my mysql version.
I changed the following lines in /etc/httpd/php.ini:
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
; if you wish to have an extension loaded automaticly, use the
; following syntax: extension=modulename.extension
; for example, on windows,
; extension=msql.dll
; or under UNIX,
; extension=msql.so
; Note that it should be the name of the module only, no directory
information
; needs to go here. Specify the location of the extension with the
extension_di
r directive above.
;UNIX Extensions
;extension=interbase.so
;extension=pgsql.so
Change these last lines to:
;UNIX Extensions
extension=interbase.so
extension=pgsql.so
extension=mysql.so
Then restart apache (open a shell prompt and enter
/etc/rc.d/init.d/httpd restart)
Now everything is working again.
HTH
Jan Wildeboer
--
| Jan Wildeboer | /\/\/\ seijsener rekreatietechniek bv |
| eBusiness/Lotus Notes | \____ Noorder IJ- en Zeeweg 11-12 |
| Tel. +49 6221 658905 | \ NL1500 EK Zaandam |
| Fax +49 6221 658893 | \/\/\/ http://www.seijsener.nl |
_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers