Show Me
 

Configuring Error Reporting in Zend Core for Oracle

Previous previous|next Next Page

When errors occur in PHP application code, by default Zend Core for Oracle provides minimal error information. While developing its PHP application, Sheila's team requires more detailed error information to aid with application debugging.

Zend Core for Oracle configuration is performed by using the Web GUI Console, which is accessed by entering the following URL:

http://localhost/ZendCore

Note: This URL is configured in httpd.conf when Zend Core for Oracle is installed. When you access the GUI page, you are required to enter the password you entered during Zend Core for Oracle installation. In this tutorial, the password is set to oracle.

Watch and assist Sheila log in to Zend Core for Oracle Web GUI Console and set the display_errors directive to on under the "Error Handling and Logging" node on the GUI Console Configuration > PHP tabbed page.

Launch Demonstration

Show Me and Try It