My tasks not working

This topic contains 47 reply and 5 voices, and was last updated by towhid 8 years, 10 months ago
Viewing 15 Posts - 1 through 15 (of 47 total)
Author Posts
April 29, 2015 at 11:52 pm 42692
towhid Hello, I have my tasks which are not working properly. All the task, current, outstanding and completed are ll the same... Can you please help me. You login and pass stil for polecomp.wpengine.com >Best regards, Hervé
April 30, 2015 at 12:02 am 42693
Tommaso Tommaso

same problem I have… I downgraded to 1.0 and solved. I am sure this is a bug of 1.1

April 30, 2015 at 10:27 am 42724
towhid towhid

Hello,

Yes, I have noticed this issue. I am tried on my end to fix up. Please allow me some time.

Thank you 🙂

April 30, 2015 at 11:36 am 42745
towhid towhid

Hello Herve and Tommaso,

Please provide your login details by using this form: http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

April 30, 2015 at 10:01 pm 42846
Tommaso Tommaso

Not solved. Still the same problem also after you said you fixed it

May 6, 2015 at 7:32 pm 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.

May 7, 2015 at 11:27 am 43295
towhid towhid

Hello Jay,

I have instructed how to fix in this link – https://wedevs.com/support/topic/only-current-tasks/.

Can you please check and let me know the result.

Thank you 🙂

May 7, 2015 at 2:53 pm 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 7, 2015 at 2:56 pm 43320
Jay Jay

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

May 7, 2015 at 3:45 pm 43330
towhid towhid

Hello Jay,

Please update WP Project Manager Pro latest version[1.1] and see what happen.

Please let me know the result when done.

Thank you 🙂

May 7, 2015 at 7:00 pm 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&#8221; alt=”https://dl.dropboxusercontent.com/u/10639325/pmpro-img.png&#8221; />

What else?

May 8, 2015 at 1:02 am 43377
Herve Herve

Hello,
I am right now lost…
What is the way forward ?
can we have please a clear and clean solution to fix the issue ?
Best rgs,
Hervé

May 8, 2015 at 1:37 am 43380
Herve Herve

Just change the code as you suggested.
nothing changed.
Please provide a stable and reliable fix.
Hervé

May 8, 2015 at 6:58 pm 43408
Jay Jay

This issue still remains unfixed….

Please advise

May 9, 2015 at 10:21 am 43426
towhid towhid

Hello Jay,
Please provide your login details(also FTP) by using this form: http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

May 9, 2015 at 10:27 am 43427
towhid towhid

Hello Herve,

May be your hosting server has loading issue problem. Site taking too much time to load. I even did not able to work. But I have fixed that lines of code through FTP. But I was not able to see the result. Can you check please and let me know.

Thank you 🙂

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