• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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