The debugging tag has no wiki summary.
0
votes
1answer
28 views
Omega - Debugging blocks only for specified role
Is it possible to see debugging blocks only for specified role?
IDEA
I made special role "theme developer" to see debugging blocks of Omega only for this role. When I check in ...
0
votes
1answer
52 views
Finding out what file was called immediately before error
I'm getting the following errors in dblog whenever I look at a page:
Notice: Undefined offset: 0 in _menu_check_access() (line 635 of /home/mysite/public_html/includes/menu.inc).
Notice: Undefined ...
0
votes
3answers
69 views
Let anonymous view dpm()
I need to debug a D7 site from the anonymous user. What settings need to be changed to allow anonymous to view dsm(), dpm(), krumo(), etc. commands?
Note: I have already enabled Access developer ...
0
votes
2answers
29 views
“This is a debugging block” on Permissions page
On my dev site, everything is working fine EXCEPT the permissions pages. This includes /admin/people/permissions and the permissions pages for individual modules (example: ...
1
vote
1answer
48 views
Drupal for Firebug does not work in FF> Works fine in Chrome
I have downloaded and installed Drupal for firebug Module and FF and Chrome extensions.
I log in as admin (uid 1) and do a simple output call:
firep("this is some message", "Message Title");
On ...
0
votes
0answers
28 views
dsm fails to display full array [duplicate]
I created a nested array. The array contains two identical sub-arrays. When I use dsm() to display the array, the first subarray is displayed just fine. However instead of displaying the second ...
3
votes
1answer
99 views
posting a comment on cached page
I am a bit confused now - is it normal behavior that posting an anonymous comment on cached page invalidates ALL cached pages for whole site for current anonymous user? Beacouse that is exactly what I ...
2
votes
1answer
231 views
How to hide empty region in Omega
It seems that by default all regions are rendered in Omega theme because of the Debug blocks.
<aside class="grid-3 region region-sidebar-first" id="region-sidebar-first">
<div ...
1
vote
1answer
42 views
dpm function doesn't display results for arrays
I need to work over the hook_menu_alter function and I found that the dpm() function is not working for arrays. I have devel and admin_devel enabled. I flushed all cache to make sure the hook is ...
0
votes
1answer
47 views
how to resolve undefined property error
This is my code:
function my_module_node_presave($node){
if ($node->type == 'add_stock') {
$stock_value = $node->field_stock_value['und'][0]['value'];
drupal_set_message('stock_value ...
1
vote
1answer
57 views
Possible explanation for error and site crashing randomly without any provocation?
I have a multilingual client that "suddenly and randomly" started suffering errors and a site crash.
The client assured us they "have not touched the site since it went live." And, more or less we ...
0
votes
1answer
37 views
Debug Drupal module upgrade
In "Status report" I have message saying that some modules have database schema updates to install.
However when I run update.php nothing happens. I just get the standard error message that "Some of ...
0
votes
1answer
69 views
How do I get debug_backtrace() to fire on the endpoint site of a Deployment process?
I'm trying to work through this UUID features bug with the deploy module. On the receiving site, I see errors in that log like
PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer ...
3
votes
1answer
205 views
webform + webform_entity gives empty view results :(
I am using Webform + Webform_Entity to show webform results as node content used in Views on certain pages.
Here is a screenshot of 1 webform_entity form. The form collects 2 taxonomy terms (from the ...
0
votes
0answers
21 views
how to debug database query in drupal 7 [duplicate]
Possible Duplicate:
Print the query which is built using db_select()
How can I remove :db_insert_placeholder_0 and table prefix from database query __toString() debug function.