Modify

Ticket #1314 (accepted defect)

Opened 9 months ago

Last modified 9 months ago

more Timeline events of a user crashes

Reported by: lqfb@… Owned by: dark
Priority: major Milestone:
Component: Frontend Version: 2.0
Keywords: Cc:

Description

I'm logged in and get an application crash when I'm trying to visit more than the first page of user activities, Stacktrace follows:

...pt/liquid_feedback_frontend/app/main/member/show.lua:4: access denied

Stack trace follows:
[C]: in function 'error'
...pt/liquid_feedback_frontend/app/main/member/show.lua:4: in function 'func'
../env/execute/file_path.lua:24: in function 'file_path'
../env/execute/view.lua:17: in function 'view'
../env/execute/filtered_view.lua:31: in function <../env/execute/filtered_view.lua:30>
(tail call): ?
../env/execute/multi_wrapped.lua:18: in function 'inner_func'
../env/execute/inner.lua:19: in function 'inner'
...ack_frontend/app/main/_filter_view/36_html_title.lua:4: in function 'func'
../env/execute/file_path.lua:24: in function 'file_path'
...
../env/execute/wrapped.lua:21: in function <../env/execute/wrapped.lua:11>
(tail call): ?
(tail call): ?
../env/execute/filtered_view.lua:28: in function 'filtered_view'
webmcp.lua:380: in function <webmcp.lua:257>
[C]: in function 'xpcall'
webmcp.lua:256: in main chunk
[C]: in function 'pcall'
/opt/webmcp/framework/cgi-bin/webmcp-wrapper.lua:7: in main chunk
[C]: ?

Configuration "piraten"

Configuration "init"

REQUESTED VIEW: member/show
/main/_filter/20_session.lua

SELECT "session".* FROM "session" WHERE (ident = 'qaWWyQLNZwSYgZWRUE18KaDpEXWKSVvO') LIMIT 1;
/main/_filter/21_auth.lua

No authentication needed.
/main/_filter_view/30_navigation.lua

SELECT "member".* FROM "member" WHERE ("member"."id" IN (1058));
EXECUTE VIEW: member_image/_show
EXECUTE VIEW: index/_menu
/main/_filter_view/32_searchbox.lua

/main/_filter_view/33_help_hidden.lua

/main/_filter_view/34_stylesheet.lua

SELECT "setting".* FROM "setting" WHERE (member_id = 1058 AND key = 'liquidfeedback_frontend_stylesheet_url') LIMIT 1;
/main/_filter_view/36_html_title.lua

EXECUTE VIEW: member/show

SELECT "member".* FROM "member" WHERE (id = NULL) LIMIT 1;
UNEXPECTED ERROR

Finished after 55.0 ms (20.0 ms CPU)

Attachments

Change History

comment:1 Changed 9 months ago by dark

  • Status changed from new to accepted

comment:2 Changed 9 months ago by Christoph Giesel <mail@…>

I can confirm this bug. Maybe it's a wrong url?

Example:

On the timeline of my member page (/member/show/1.html?tab=timeline) the URL is like:

/member/show.html?tab=timeline&event_max_id=737

If I change this URL to

/member/show/1.html?tab=timeline&event_max_id=737

this works and show me older events as on the first page.

View

Add a comment

Modify Ticket

Action
as accepted
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.