﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Quomon - error handling</title>
    <link>https://quomon.com</link>
    <description>Questions and Answers for IT &amp; Graphic Design Professionals - error handling</description>
    <language>en-us</language>
    <copyright>Quomon</copyright>
    <generator />
    <webMaster />
    <lastBuildDate>Tue, 09 Jun 2026 09:34:45 GMT</lastBuildDate>
    <ttl>20</ttl>
    <item>
      <guid>https://quomon.com/44052/error-handling-in-php</guid>
      <title>error handling in php?</title>
      <link>https://quomon.com/44052/error-handling-in-php</link>
      <description>How do I handle "difficult" errors in PHP?
&lt;br&gt;I have a call to the method "imagecreatefromjpeg" which seems to break the script, but I don't get any error message.
&lt;br&gt;I have enabled the ERROR_REPORTING(E_ALL); on the page.
&lt;br&gt;I think it's because it's running into a full memory problem, but how do I know, and how do I handle it?
&lt;br&gt;Basically what I'm doing is running through all the jpg images in a directory, creating thumbnails for them. And it works fine until a certain point and then just a blank page is output and nothing more.</description>
      <author>dustPuppy</author>
      <pubDate>Thu, 02 Nov 2006 10:13:35 GMT</pubDate>
      <comments>https://quomon.com/44052/error-handling-in-php#comments</comments>
      <category>error handling, PHP</category>
    </item>
  </channel>
</rss>