404 Error when clicking name in activity list

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 7 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
September 5, 2013 at 1:58 am 7809
Tareq Hasan When viewing the Activity tab in the User Front end, if I click on my name where it is listed as the person who completed a to do item, it gets a 404. The link associated with my name is: http://site.com/dashboard/module-1/user-edit.php?user_id=2&wp_http_referer=%2Fdashboard%2Fmodule-1%2F Is there a way to fix this? Thanks!
September 5, 2013 at 7:23 am 7818
Tareq Hasan Tareq Hasan

Seems like a small bug. Open /includes/urls.php in main project manager plugin, see line 156. Replace with the following line:
[php]
$link = esc_url( add_query_arg( ‘wp_http_referer’, urlencode( stripslashes( $_SERVER[‘REQUEST_URI’] ) ), admin_url( "user-edit.php?user_id=$user->ID" ) ) );
[/php]

Should be fixed.

Viewing 1 Posts - 1 through 1 (of 1 total)