Zend Error _ Server

Source: Internet
Author: User
Tags error handling zend
Today, you see the following error message in the server log:

Event Type: Error
Event Source: Zend Optimizer
Event Type: None
Event id:487
Date: 2006-6-15
Event: 9:33:07
Users: N/A
Computer: NETFANG4412584
Describe:
The description of the event ID (487) (in the resource (Zend Optimizer)) cannot be found. The local computer may not have the necessary registration information or a message DLL file to display messages from a remote computer. You may be able to use the/auxsource= identity to retrieve word descriptions, and to view Help and support for more information. The following information is part of the event: Unable to view file mapping, attempting to access an invalid address.
.


It's a Windows host, and it didn't seem like this was a mistake before.

The answers you find online are:

PHP is a glue body, because under Windows is a thread running, not a process. So it's easy to make this mistake. :(
Because the thread is running, PHP does not have enough resources for error handling, so when the PHP extension Zendoptimizer run, there is a problem. And these problems are more difficult to solve.
It is recommended to use Linux server +apache to run your forum.


There is also a claim that sockets extensions are enabled in the php.ini configuration file, Extension=php_sockets.dll this situation, plus the semicolon '; ' in front of the extension. It's okay, there's no problem with that.
Another way to say it:


I also search the Internet everywhere there is no answer, as long as this error occurs, DZ's forum will be slow to die, zned also installed countless times is not resolved
I'll compare php.ini with the original 5.04 version to find:
Php5.12 's PHP.ini
; Extension folders as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the EXTENSION_DIR directive.

Extension=php_mbstring.dll
; Extension=php_bz2.dll
Extension=php_curl.dll
; Extension=php_dba.dll
Extension=php_dbase.dll
; Extension=php_exif.dll
; Extension=php_fdf.dll
; Extension=php_filepro.dll
Extension=php_gd2.dll
; Extension=php_gettext.dll
; Extension=php_ifx.dll
; Extension=php_imap.dll
; Extension=php_interbase.dll
Extension=php_ldap.dll
; Extension=php_mcrypt.dll
; Extension=php_mhash.dll
; Extension=php_mime_magic.dll
; Extension=php_ming.dll
; Extension=php_mssql.dll
; Extension=php_msql.dll
Extension=php_mysql.dll
; Extension=php_oci8.dll
; Extension=php_openssl.dll
; Extension=php_oracle.dll
; Extension=php_pgsql.dll
; Extension=php_shmop.dll
; Extension=php_snmp.dll
; Extension=php_sockets.dll
; Extension=php_sqlite.dll
; Extension=php_sybase_ct.dll
; Extension=php_tidy.dll
; Extension=php_xmlrpc.dll
; Extension=php_xsl.dll



; Module Settings;


The following is php5.04.
; Windows Extensions
; This is the ODBC support is built in, and so no DLL are needed for it.


; Extension=php_bz2.dll
; Extension=php_cpdf.dll
; Extension=php_curl.dll
; Extension=php_dba.dll
Extension=php_dbase.dll
; Extension=php_dbx.dll
; Extension=php_exif.dll
; Extension=php_fdf.dll
; Extension=php_filepro.dll
Extension=php_gd2.dll
; Extension=php_gettext.dll
; Extension=php_ifx.dll
; Extension=php_iisfunc.dll
; Extension=php_imap.dll
; Extension=php_interbase.dll
; Extension=php_java.dll
Extension=php_ldap.dll
Extension=php_mbstring.dll
; Extension=php_mcrypt.dll
; Extension=php_mhash.dll
; Extension=php_mime_magic.dll
; Extension=php_ming.dll
Extension=php_mssql.dll
; Extension=php_msql.dll
Extension=php_mysql.dll
; Extension=php_oci8.dll
; Extension=php_openssl.dll
; Extension=php_oracle.dll
; Extension=php_pdf.dll
; Extension=php_pgsql.dll
; Extension=php_shmop.dll
; Extension=php_snmp.dll
; Extension=php_sockets.dll
; Extension=php_sybase_ct.dll
; Extension=php_tidy.dll
; Extension=php_w32api.dll
; Extension=php_xmlrpc.dll
; Extension=php_xsl.dll
; Extension=php_yaz.dll
; Extension=php_zip.dll



; Module Settings;



You see, there's nothing missing.
; Extension=php_yaz.dll
; Extension=php_zip.dll
Just the two, add it to the
Extension=php_zip.dll
Get rid of Save reboot IIS and MySQL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.