Closed (works as designed)
Project:
Theme developer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 15:12 UTC
Updated:
18 Aug 2011 at 15:08 UTC
Jump to comment: Most recent
Comments
Comment #1
rory_o commentedJust discovered that having 'Display theme log' enabled in the Devel Themer settings pane causes this to happen.
Comment #2
ultimikeI was not able to reproduce this issue - I started with a fresh install of Drupal 7.0, and am using the -dev version of Theme Developer as well as Devel 7.x-1.0. I am able to click on any block and have the proper info appear.
Have you tried it with Devel 1.0?
-mike
Comment #3
Anonymous (not verified) commentedI have this exact problem - whether or not 'Display theme log' is checked.
Using Devel 7x-1.0, Theme Developer 7.x-1.x-dev
I am using it to work on a subtheme of Omega (XHTML).
Comment #4
3rdLOF commentedsame here.
Comment #5
ansorg commentedI run into this also. It happend after I switched to a theme that I was working on. Turned out to be an error in a template file: the HTML Source of the rendered pages started with <php instead of a proper HTML tag or <!DOCTYPE . After fixing this the AJAX call did work again. Cause for the corrupt HTML was an error in template.php. If this file contains nothing but a opening php tag <?php it needs to have one line break at the end.
So, if having this issue: look at the generated HTML of your pages or look directly at the response body of the actual AJAX call. It needs to be valid XML
One more: View Source in Firefox did not show the misplaced php characters at the beginning of the file, only View Source in IE 9 did reveal it.
Comment #6
kenneth.venken commentedClosing because of comment #5. If you're still getting this Ajax error and your template files are error free, feel free to reopen this issue.