Mantis - Quercus
Viewing Issue Advanced Details
2673 minor always 05-19-08 07:55 09-05-08 17:41
ferg  
ferg  
normal  
closed 3.1.6  
fixed  
none    
none 3.2.0  
0002673: JpGraph issue (imagestringup)
(rep by rwankar)

I'm trying to run the JpGraph 1.22.1 examples with Quercus 3.1.6.

First I ran into a NullPointer exception at

com.caucho.quercus.lib.ImageModule$QuercusImage.(ImageModule.java:1698)
com.caucho.quercus.lib.ImageModule.imagecreatefromstring(ImageModule.java:770)

I traced it down to JpGraph raising an error and trying to set an image in it. I then set
USE_IMAGE_ERROR_HANDLER to false in jpg-config-inc.php and was able to see the error message.
The error was "You are trying to use the locale (C) which your PHP installation does not support."

I then set the locale to "en" and made progress to the next error

Fatal Error: 'imagestringup' is an unknown function.

Looks like this function is not yet implemented. Is this in progress or is there a workaround?



Notes
(0003094)
ferg   
05-27-08 19:18   
php/1p1a
(0003336)
ferg   
08-15-08 16:02   
Reopen for 3.1.7 for Rob Lockstone