Project Front end – Tabs with bad links

This topic contains 3 reply and 3 voices, and was last updated by Nayem 8 years, 9 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
July 9, 2015 at 5:03 pm 54958
Nayem Some tabs inside the project on the fornt end have bad urls: - Activity : weburl/comunicacion/proyectos/?project_id=41 (GOOD URL) - Messages : weburl/comunicacion/?project_id=41&tab=message&action=index (BAD URL - the 'proyectos' part of URL is missing) Please provide me instructions on how to fix it
July 10, 2015 at 3:07 pm 55056
Jesus Jesus

This solution might help others:

File: wedevs-project-manager-fronted-pro/urls.php
Line: 110

Inside the following function add an extra code:

function get_permalink($page_id=null){
$page_id = null; // add this line
.
.
.

___________________

I must say Its a trial an error fix, I dont know why it works but the customer is very angry and I need to fix it somehow and support from wedevs is not acting fast enough.

I MUST SAY THAT FIXES MUST BE MADE PUBLIC!!!!!!! So other can fix things instead of giving access to wedevs support every time a bug is discovered , and there are quite a few in my case.

July 10, 2015 at 10:12 pm 55092
Ed Ed

thanks its working….

July 11, 2015 at 12:24 pm 55148
Nayem Nayem

Hello Jesus,

Thank you for your fix. It will help our clients. In our next release this error will not appear.

Thanks.

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