• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Function registration failed after upgrade

R

rjbrooksjr

Guest
Upgraded from 8.01 to 8.1, and i'm getting this when i try to start httpd...

[Sun Jan 21 19:57:17 2007] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sun Jan 21 19:57:17 2007] [notice] LDAP: SSL support unavailable
[Sun Jan 21 19:57:17 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Jan 21 19:57:17 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Jan 21 19:57:17 2007] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Jan 21 19:57:18 2007] [notice] Digest: generating secret for digest authentication ...
[Sun Jan 21 19:57:18 2007] [notice] Digest: done
[Sun Jan 21 19:57:18 2007] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Sun Jan 21 19:57:18 2007] [notice] LDAP: SSL support unavailable
PHP Warning: Function registration failed - duplicate name - __ex in Unknown on line 0

this is a huge problem.. anyone has any idea, please let me know. thanks. this is on FC2
 
fixed it! i had to comment out the one and only line:

zend_extension=/usr/lib/php4/ioncube_loader_lin_4.2.so

from the file:

/etc/php.d/ioncube.ini
 
Back
Top