Keyword

K2 in debug mode - where are the queries?

  • Alan Sparkes
  • Alan Sparkes's Avatar Topic Author
  • Offline
  • Premium Member
More
14 years 5 days ago #88553 by Alan Sparkes
K2 in debug mode - where are the queries? was created by Alan Sparkes
I have turned on debug mode to look at K2 queries running.Weird thing is if I add a user to a group and watch the queries in admin i dont see a single insert query. I was expecting to see some activity....Is there a new limit to query output in Joomla? Where are the queries that k2 uses to update/insert data ?any one shine a light here?

Please Log in or Create an account to join the conversation.

More
14 years 5 days ago #88554 by william white
Replied by william white on topic K2 in debug mode - where are the queries?
try grep -r -i insert into ./ from the directory you think the code is generated in and it may pop up for you.
It may be insert into #__{k2TableName}
You may be able to isolate where the queries are supposed to come from in the codebase

Please Log in or Create an account to join the conversation.

More
14 years 1 day ago #88555 by David R.
Replied by David R. on topic K2 in debug mode - where are the queries?
In general those queries are in the models that are in the model directory. The Joomlaworks guys have done a real nice job trying to conform to the MVC pattern.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum