Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.2

Bug #9545 Fatal error: Call to a member function on a non-object in [...]GIS.php
Submitted: 2006-12-05 10:13 UTC
From: innocentus at hotmail dot de Assigned: kguest
Status: Closed Package: Image_GIS (version 1.1.1)
PHP Version: 4.3.10 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2010-04-11 13:45 UTC
Package:
Bug Type:
Summary:
From: innocentus at hotmail dot de
New email:
PHP Version: Package Version: OS:

 

 [2006-12-05 10:13 UTC] innocentus at hotmail dot de (Inno)
Description: ------------ Fatal error: Call to a member function on a non-object in [...]GIS.php on line 190 ----- GIS.php belongs to the downloaded package Image_GIS. After downloading all Dependency-Packages and after uploading and correcting the require()-Paths and after using the test-script which was shipped with that class the error occured. I have no pear installed but the class doesnt seem to need any inclusion of pear. I installed the image_gis and the depending packages manually. All require-paths seems to be correct. Test script: --------------- //Shipped test-script: // Create new map. $map = new Image_GIS( array( 'width' => 960, 'height' => 1280, 'range' => array( 'x1' => 9.7, 'x2' => 10.5, 'y1' => 54.2, 'y2' => 54.7 ) ) ); // Political $map->addDataFile('germany_ponet.e00', 'black'); // Roads $map->addDataFile('germany_rdline.e00', 'gray'); // Populated Places $map->addDataFile('germany_pppoly.e00', 'green'); // Drainage $map->addDataFile('germany_dnnet.e00', 'blue'); $map->saveImage('kiel.png'); Expected result: ---------------- The testscript should draw a map. Actual result: -------------- The problem persists.

Comments

 [2010-04-11 13:44 UTC] kguest (Ken Guest)
-Assigned To: +Assigned To: kguest
 [2010-04-11 13:45 UTC] kguest (Ken Guest)
-Status: Assigned +Status: Closed
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. could not reproduce - assuming this is fixed in SVN and this bug entry not updated