Forum Replies Created

Viewing 8 Topics - 1 through 8 (of 8 total)
Author Posts
May 18, 2015 at 3:17 pm in reply to: My tasks not working 44352
Jay Jay

ok

May 9, 2015 at 5:03 pm in reply to: My tasks not working 43476
Jay Jay

sorry my mistake:

it should be .co not .com

Thanks

May 9, 2015 at 3:59 pm in reply to: My tasks not working 43464
Jay Jay

I have submitted the details requested.

Thanks

Jay

May 8, 2015 at 6:58 pm in reply to: My tasks not working 43408
Jay Jay

This issue still remains unfixed….

Please advise

May 7, 2015 at 7:00 pm in reply to: My tasks not working 43360
Jay Jay

Sorry my mistake –

Just to confirm – i’m already running WP-PM-pro Version 1.1 and wordpress 4.2.2

src=”https://dl.dropboxusercontent.com/u/10639325/pmpro-img.png” alt=”https://dl.dropboxusercontent.com/u/10639325/pmpro-img.png” />

What else?

May 7, 2015 at 2:56 pm in reply to: My tasks not working 43320
Jay Jay

Just to confirm – i’m running WP-PM Version 0.4.6 and wordpress 4.2.2

May 7, 2015 at 2:53 pm in reply to: My tasks not working 43316
Jay Jay

I have tried to follow your instructions but I can not find the first lot of code in the task.php file??? It’s not there…

Step 1: Please open wedevs-project-manager/class/task.php

Step 2: Find this line

if ( isset( $_GET['tab'] ) && isset( $_GET['subtab'] ) && $_GET['subtab'] == 'outstanding' ) {

            $query1 = "AND n.meta_key = '_completed' AND n.meta_value = '0'";
            $query2 = "AND due.meta_value != '' AND STR_TO_DATE( due.meta_value, '%Y-%m-%d') < STR_TO_DATE( NOW(), '%Y-%m-%d')";
        } else if ( isset( $_GET['tab'] ) && isset( $_GET['subtab'] ) && $_GET['subtab'] == 'complete' ) {

Step 3: And replace the above line with below line of code:

if ( isset( $_GET['tab'] )  && $_GET['tab'] == 'outstanding' ) {

            $query1 = "AND n.meta_key = '_completed' AND n.meta_value = '0'";
            $query2 = "AND due.meta_value != '' AND STR_TO_DATE( due.meta_value, '%Y-%m-%d') < STR_TO_DATE( NOW(), '%Y-%m-%d')";
        } else if ( isset( $_GET['tab'] ) &&  $_GET['tab'] == 'complete' ) {

Thank you 🙂

May 6, 2015 at 7:32 pm in reply to: My tasks not working 43256
Jay Jay

I also have an issue with Tasks… Has anyone found a fix rather than downgrading?

I know I have several tasks (17) but can only see 2 of them since upgrading.

Viewing 8 Topics - 1 through 8 (of 8 total)