• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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