Thursday, September 30, 2010

Odd DESCRIBE issue

Hello all.

I'm running into another odd DESCRIBE issue.

First, even with debug set to 0, CakePHP is running upwards of 60+
DESCRIBE statements. I'm able to confirm this looking at the process
list and logging to queries.

Another issue: In debug mode, I'm seeing this:

57 DESCRIBE `notes` 9 9 1
58 DESCRIBE `reps` 8 8 1
59 DESCRIBE `notes` 9 9 1
60 DESCRIBE `members` 19 19 2
61 DESCRIBE `memberships` 17 17 1
62 DESCRIBE `memberships` 17 17 1
63 DESCRIBE `memberships` 17 17 1

CakePHP is describing the same table multiple times in a row.

Any suggestions?

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: