On Fri, Aug 21, 2015 at 8:47 AM, Charlie C <[email protected]> wrote:

> Ryan,
>
> I performed a simply search query while having the error console opened in
> chrome. There's only one error under jquery-ui-i18n.js
> "monthNames: jquery_ui.month_names.wide,"  - "Uncaught Reference Error:
> jquery_ui is not undefined"
>
> It almost seems like ticket.batch is no where near sight? Although it is
> in the log. D:
>
> Thanks,
> Charlie
>

Could you post the DEBUG level output when loading the query page? It
should look something like this:

14:22:10 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/query'">
14:22:10 Trac[session] DEBUG: Retrieving session for ID
'c8b147d462b8cb7e294ef873'
14:22:10 Trac[main] DEBUG: Negotiated locale: None -> en_US
14:22:10 Trac[api] INFO: Synchronized '(default)' repository in 0.00 seconds
14:22:10 Trac[chrome] DEBUG: Prepare chrome data for request
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TRAC_ADMIN on <Resource u'admin:general/basics'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TRAC_ADMIN on <Resource u'admin:general/logging'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
PERMISSION_GRANT on <Resource u'admin:general/perm'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
PERMISSION_REVOKE on <Resource u'admin:general/perm'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TRAC_ADMIN on <Resource u'admin:general/plugin'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/components'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/versions'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/priority'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/severity'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/type'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
VERSIONCONTROL_ADMIN on <Resource u'admin:versioncontrol/repository'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_CREATE on None
14:22:10 Trac[query] DEBUG: Count results in Query: 4
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_MODIFY on <Resource u'ticket:1'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_MODIFY on <Resource u'ticket:2'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_MODIFY on <Resource u'ticket:3'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_MODIFY on <Resource u'ticket:4'>
14:22:10 Trac[default_workflow] DEBUG: render_ticket_action_control: action
"leave"
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
EMAIL_VIEW on None
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
REPORT_CREATE on None
127.0.0.1 - - [21/Aug/2015 14:22:10] "GET
/query?status=accepted&status=assigned&status=new&status=reopened&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority
HTTP/1.1" 200 -
14:22:10 Trac[main] DEBUG: Dispatching <RequestWithSession "GET
'/chrome/site/your_project_logo.png'">
14:22:10 Trac[chrome] WARNING: File your_project_logo.png not found in any
of ['/Users/rjollos/Documents/Workspace/trac-dev/proj-1.0/htdocs']
14:22:10 Trac[main] WARNING: [127.0.0.1] HTTPNotFound: 404 Not Found (File
your_project_logo.png not found)
14:22:10 Trac[session] DEBUG: Retrieving session for ID
'c8b147d462b8cb7e294ef873'
14:22:10 Trac[main] DEBUG: Negotiated locale: None -> en_US
14:22:10 Trac[chrome] DEBUG: Prepare chrome data for request
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TRAC_ADMIN on <Resource u'admin:general/basics'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TRAC_ADMIN on <Resource u'admin:general/logging'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
PERMISSION_GRANT on <Resource u'admin:general/perm'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
PERMISSION_REVOKE on <Resource u'admin:general/perm'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TRAC_ADMIN on <Resource u'admin:general/plugin'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/components'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/versions'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/priority'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/severity'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_ADMIN on <Resource u'admin:ticket/type'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
VERSIONCONTROL_ADMIN on <Resource u'admin:versioncontrol/repository'>
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
TICKET_CREATE on None
14:22:10 Trac[perm] DEBUG: No policy allowed anonymous performing
EMAIL_VIEW on None
127.0.0.1 - - [21/Aug/2015 14:22:10] "GET
/chrome/site/your_project_logo.png HTTP/1.1" 404 -

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to