I have some problem in my thickbox displaying this messages........ ÿØÿà�JFIF������ÿþ�>CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality ÿÛ�C� ......
what is this and i ve n\been trying to solve it...

newbee in drupal

any assistance is greatly appreciated. I'm using drupal 6.3

Comments

ultimateboy’s picture

Title: thickbox display ... ÿØÿà�JFIF������ÿþ�>CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality ÿÛ�C�   .. » Thickbox Display "CREATOR: db-jpeg..." error
Project: Drupal core » Thickbox
Version: 6.3 » 6.x-1.0
Component: javascript » Miscellaneous

Please file issues such as these under the project directory associated.

dman’s picture

Title: Thickbox Display "CREATOR: db-jpeg..." error » thickbox display ... ÿØÿà�JFIF������ÿþ�>CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality ÿÛ�C�   ..
Version: 6.x-1.0 » 6.x-1.x-dev
Component: Miscellaneous » Code
Priority: Critical » Normal

If your problem is with thickbox, then this is not a 'critical' issue against Drupal core.
Provide more information - like a screenshot or instructions to duplicate.
You are seeing binary image headers ... but where?

adi_x’s picture

I've got it.

Set the php memory limit to 96M in php.ini in order to make the Image API GD run properly instead of seeing binary code everytime thickbox reads the image.

It solve the problem...

adi_x’s picture

Once running the cron, if the php memory limit still not change, try to change it from C:\xampp\htdocs\drupal\sites\default and look for setting.php

OPen with DW, make it writeable and insert it on the last line.

ini_set('memory_limit', '128M');

... it work...FINALLY

ultimateboy’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

ultimateboy’s picture

Title: thickbox display ... ÿØÿà�JFIF������ÿþ�>CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality ÿÛ�C�   .. » Thickbox Display "CREATOR: db-jpeg..." error