When trying to edit or delete records from user groups, groups, log entries and log types, page not found error message would return. The function for each page that builds the records table does not have the global $base_url declared at the beginning.

Comments

cumidrupal’s picture

Added this declaration to each function for the following

travellog_group_map.inc->travellog_group_map_main()
travellog_groups.inc->travellog_groups_main()
travellog_logs.inc->travellog_logs_main()
travellog_types.inc->travellog_types_main()

cumidrupal’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.