Project, to-do and Milestone cannot be marked as completed
Author | Posts |
---|---|
April 1, 2014 at 11:31 am 17758 | |
arzelia | 1) When I try to check off a to-do list checkbox to mark as completed, I get the circular in-progress animation for a very long time but nothing happens. Completed still shows as 0%. 2) The same happens when I click the cogwheel icon on the main Project Manager list and try to mark the entire project as completed. 3) When I try to click the tick on Milestone to mark as completed, the page reloads but the Milestone still shows as undone / late. |
April 1, 2014 at 11:39 am 17761 | |
Nizam Uddin | Hello arzelia |
April 2, 2014 at 12:41 pm 17841 | |
arzelia | Hi I tried to reply a couple of times with login details but not sure why the post is not appearing. When I tried to repost the details, it says it is a duplicate entry. *update: oh, it seems like it’s a private entry bug? as soon as I check it off, my post appears. |
April 4, 2014 at 6:03 am 17990 | |
Mahi | Hello Arzelia, your posts were marked as spam by our auto system! However, we got your email and will reply you here once we check the issue on your site. Thank you for your patience. |
April 5, 2014 at 1:14 am 18043 | |
Tareq Hasan | Hello Stephanie, I checked your site. Seems like all ajax requests are broke in your site. Not a single ajax events are occurring both in WordPress core and project manager. It was working fine right? When did it stopped working? Usually every ajax requests uses |
April 5, 2014 at 1:57 am 18044 | |
arzelia | I think I seem to have found the issue. It seems like the php.ini file that was created to increase the file upload size cap. The File Size settings alone in Project Manager did not appear to allow more than 10mb to be uploaded (I have this set to 2048mb). So had used a plugin that created a php.ini file in the wordpress root folder. However that did not seem to increase the cap as well, so I tried moving the file to wp-admin, I think that was what broke all the ajax. All the ajax posting seems to work now after deleting that php.ini file. However, now I have a problem of not bring able to upload files larger than 10mb which is the wordpress default. Any idea how to work around this? Most of my project final files are larger than 10mb. |
April 5, 2014 at 2:00 am 18045 | |
Tareq Hasan | If you are using your own server, find your main |
April 5, 2014 at 2:48 am 18047 | |
arzelia | Thanks Tareq and team for your help! All good and working now! 😀 Somehow setting the limit to 2048M seems to break the ajax again. I settled for 500M for now and it seems alright. Maybe there is some hidden cap? |