Closed (fixed)
Project:
DB Tuner
Version:
6.x-1.0-alpha1
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2010 at 11:47 UTC
Updated:
26 May 2010 at 21:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mathieu commentedNot being lazy anymore, here's the same thing in a patch file.
Comment #2
Toxid commentedI have the same problem, but I can't apply your patch. I'm using TurtoiseMerge, when I load the files it shows nothing. It looks like the files don't get loaded.
EDIT: I noticed it happens to all patches I try to apply, so it's probably some setting I'm not seeing.
Comment #3
mikeytown2 commented@mathieu, @toxid
mind running this patch as a debugging tool? Attach/Post the output from drupal_set_message.
The current patch is not the correct solution. I can not replicate the problem, so this output should let me see whats going on.
Comment #4
mikeytown2 commented@jwilde, @mathieu, @toxid
mind running this patch as a debugging tool? Attach/Post the output from the "DEBUG MSG" drupal_set_message.
Comment #5
mikeytown2 commentedComment #6
kanani commentedI have experienced this error while accessing admin/settings/dbtuner/ and admin/settings/dbtuner/index.
Access it /engine, /collation, and /mysqltuner does not generate the error.
I have also used been able to access the dbtuner and dbtuner/index successfully on a different site.
Results of the DEBUG MSG patch attached.
Comment #7
mikeytown2 commentedgive this a shot
Comment #8
kanani commentedNo dice.
I think the issue is that it's trying to unset node-type, but for the index on my site that's throwing the error, node-type doesn't exist.
modifying the if to check to see that the index isn't set to none allows the page to load. Not sure how it affects the functionality though.
Patch to dbtuner-762306.patch attached
Comment #9
mikeytown2 commentedcan you try this?
Comment #10
mikeytown2 commentedno, try this
Comment #11
kanani commentedpatch in #10 works. thanks.
Comment #12
mikeytown2 commentedcommitted #10