Only current tasks

This topic contains 10 reply and 4 voices, and was last updated by hk 8 years, 11 months ago
Viewing 10 Posts - 1 through 10 (of 10 total)
Author Posts
April 29, 2015 at 8:11 pm 42666
hk After last WP update I dot this issue. I don't know if it is related. In the task manages, both on fontend and backend i can see only the CURRENT tasks. If I click on outstanding or completed I only see the current list. All my tasks are hided. The rest seems to work
April 30, 2015 at 12:03 am 42694
Tommaso Tommaso

i downgraded to 1.0 and now is working. This is a bug of 1.1

April 30, 2015 at 2:27 pm 42762
towhid towhid

Hello Tommaso,

Please update with WP Project Manager Pro to version 1.1 and let me know. I will fix the that issue for you.

Thank you 🙂

April 30, 2015 at 4:16 pm 42777
Tommaso Tommaso

I updated to 1.1, you can proceed. Thanks.

April 30, 2015 at 4:57 pm 42784
towhid towhid

Hello Tommaso,

Please check your site now and let me know the result. I have fixed that issue for you.

What I have done are describe below:

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 🙂

April 30, 2015 at 10:08 pm 42847
Tommaso Tommaso

Not solved. Still the same problem also after you said you fixed it.
After a reload all the wp is corrupt. Now I get only a blank page!!!

April 30, 2015 at 10:21 pm 42849
Tommaso Tommaso

ALL THE SITE IS GONE. Are you working on it? did you access? I get only a blank page!
Please restore it as soon as possible.

I will downgrade to 1.0 of your plugin BUT need the site and the data back NOW.

May 1, 2015 at 11:29 am 42870
Tommaso Tommaso

I disabled all your plugins and addons.
I downgraded To 1.0.

Please, before giving UNTESTED solutions try some debug.
My work is on the project and I can’t afford to loose it!

NOW ALL IS WORKING with 1.0.

WILL WAIT FOR A TESTED UPDATE

May 2, 2015 at 2:33 pm 42921
towhid towhid

Hello,

I am really sorry for the inconvenience. I have tested in my site and found nothing fault after debug the error. After that debug I have fixed up in your site. There could be a chance for something else I do not know.

I will again check my end cautiously.

Whatever, I have given you an instruction in this thread #42784 about how to fix this issue if you need.

Thank you. 🙂

May 7, 2015 at 4:17 pm 43336
Frans Frans

Hi Towid,

Nice fix thanks. Everythong works normal now.

Frans

May 20, 2015 at 12:15 pm 44583
hk hk

Hi Brother Towhid,

Nice fix, thanks! 🙂

HK

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