Missing global $base_url declaration
cumidrupal - July 1, 2008 - 03:27
| Project: | Travel Log |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | cumidrupal |
| Status: | closed |
Jump to:
Description
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.

#1
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()
#2
#3
Automatically closed -- issue fixed for two weeks with no activity.