Support Requests item #1503755, was opened at 2006-06-09 22:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=650323&aid=1503755&group_id=108380

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Robert Hennig (maximilianrh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot redefine class constant PelTag::XP_COMMENT

Initial Comment:
Hello!

I've installed PEL in Version 0.9 on my local test
system and tried the following script:
<?php
require_once("extlib/pel/PelJpeg.php");
try {
  $jpeg = new PelJpeg();
  //$jpeg->loadFile("images/test.jpg");
} catch (Exception $e) {
  die($e->getMessage());
}
?>

It results in the following error:
Fatal error: Cannot redefine class constant
PelTag::XP_COMMENT in
F:\www\rphoto\trunk\extlib\pel\PelTag.php on line 1086

Is there something wrong with my Configuration or do
you know why this happens?

Kind regards

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=650323&aid=1503755&group_id=108380


_______________________________________________
PEL-devel mailing list
PEL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pel-devel

Reply via email to