On Fri, 12 Oct 2001 14:38:01 -0500
"Dan Hammer" <[EMAIL PROTECTED]> wrote:

> Emile,
> 
> I missed this possibly important part of the error message in the last post...
> 
> PHP Warning:  mysql:  Unable to register functions, unable to load in Unknown on 
>line 0

Hi Dan,

The error messages you sent in your previous post mean that you probably updated (or 
recompiled) your mod_php4 without upgrading (or recompiling) the associated extensions.

Try to comment out _all_ the extension lines in /etc/php.ini
ie.
extension = mysql.so
becomes
; extension = mysql.so

then stop and start http, this should eliminate the error messages about duplicate 
references or not corresponding module versions.

If there is any remaining error messages, please post them here.

If you really need any of the modules you just commented out, you can enable them one 
by one, and reinstall the bad one (or recompiling php4 with them enabled)

David


> Thanks,
> Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to