Osticket: 1.10-rc2 task opening, descripion missing?

Created on 2 May 2016  路  20Comments  路  Source: osTicket/osTicket

after adding a task, the text I entered in the description field is missing, and there's no entry in the ost_thread_entry table. Is that a bug or a missconfiguration on my side?


Version:
I had 1.9.8, and i upgraded to 1.10rc2 => i had the Problem
then i upgraded to develop-next => Issue is still here.

Most helpful comment

Seems to be solved in #3155

All 20 comments

Does someone else have the same issue?

Doesn't work for me either.

@akashkumardce I have patched my 1.10-RC2+git/develop with your changes, but doesn't work for me... It seems to me more like the issue is it doesn't save that text entered in description field. Your patch is more about date and asignee of task.

@rbukovansky - Try to create a new task and it might work, Issue is related to duedate. During creation of task duedate entered in db is 0000-00-00 00:00:00 so causing the issue, and the fix is related to that.
If issue is something else, Can you attach a screenshot of the page?

I see... But it still doesn't work... See attached screenshots (first one is entering the new task, second one is the result)...

new_task
new_task_result

I'm running 1.10-RC2+git/devel

I can confirm this issue. I am running current tip of develop (784184b6dd5846ad9a73c632592dfaaad4b69030).

@akashkumardce your patch does not fix this issue for me.

it definitely works on 9c6589ea529e5240f5845406308c051a21a1202c (develop-next)

There's is something really wrong... I have installed 1.10-RC2 from osTicket website from scratch and the tasks are created fine. Then I copied over latest develop-next and creating tasks is broken (task created in distro 1.10-RC2 is shown OK, creating new one is not OK). I can see that row in ost_task for task is created (using develop-next), but the thread entry is not created in ost_thread_entry.

@t-oster Thomas, could you please provide me the .zip file with your osTicket installation? Thank you very much.

even better, here is my current version (including all my mods) at github https://github.com/t-oster/osTicket-1.8/tree/tmp

Ha... thanks to git bisect the first bad commit is 9616a61d98c4f4fbcdec4b24402a88a936c76c06 aka

commit 9616a61d98c4f4fbcdec4b24402a88a936c76c06
Author: Jared Hancock <[email protected]>
Date:   Tue Dec 29 21:29:46 2015 -0600

    php: Support PHP 7, require at least 5.4

Seems to be solved in #3155

So, if I understand that correctly, update that just one line and I'm good to go?

Yes! Thanks a lot, @t-oster!

Thanks. it works for me! Its still not in RC3... so I let the issue open.

fixed in actual "1.10develop"

yep, this commit fixed it 865db9b58ce63a28e84d673b5af1a260a6603436

Was this page helpful?
0 / 5 - 0 ratings