Closed (fixed)
Project:
Thickbox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Nov 2008 at 18:18 UTC
Updated:
9 Dec 2008 at 03:37 UTC
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
Comment #1
ultimateboy commentedPlease file issues such as these under the project directory associated.
Comment #2
dman commentedIf 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?
Comment #3
adi_x commentedI'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...
Comment #4
adi_x commentedOnce 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
Comment #5
ultimateboy commentedComment #7
ultimateboy commented