When I use "use imagecache presets" option in the "Configure Block" option, I get the number "024" appearing as the first thing in the generated html:
024<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
.....
This means that it is on the top left hand corner of the screen, and because it isn't part of a div or anything, I can't get rid of it.
When I don't use imagecache with ddblock, it goes away. When I use imagecache by itself, it doesn't appear.
versions:
Panels 6.x-3.x-dev
Imagecache 6.x-2.0-beta10
ChaosTools 6.x-1.x-dev
The only other information I can give is that the number appears first, then the page is added after it. You can see the style being applied, as the font of the number changes. It happens when I preview the panel as well as when I use the panel-page directly.
Comments
Comment #1
nsputnik commentedI think you or someone else might have accidentally edited a Drupal theme file, a ddblock theme file, or the ImageCache module file so that 024 is the first thing that appears in a file. Look at all of these files in a text editor and you should be able to find it and delete it.
Comment #2
ppblaauw commentedLooks to me like some debug line result, of a print statement. That it is even before the doctype is strange and that it only is there when image cache settings are used in ddblock is also strange.
To pinpoint what causes the issue:
The ddblock uses image cache via the preprocess functions and when you don't have a print statement in the preprocess function for ddblock the issue is not caused by the ddblock module.
Can you attach your template.php file?
Do you have a link to the Internet site?
Hope this info helps you further to find the cause, please let me know.
Edit: after reading # 1. Yes, could be that 024 is added in a specific page-[...].php file
Comment #3
ppblaauw commentedset status to closed, 8 weeks without activity. Assume poster solved the issue.