• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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