Closed gaikrish closed 7 years ago
Get SQL Error when clicking save changes on the copied task.
Error: SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect date value: '1/16/17' for column 'due_date' at row 1.
Changed the dateformat by picking a new date for due_date from the calendar , i get the following error on saving this chage Notice (8): Undefined index: assigned_to [APP/Controller/TasksController.php, line 43] Warning (2): implode() [function.implode]: Invalid arguments passed [APP/Controller/TasksController.php, line 43] Warning (512): Unable to emit headers. Headers sent in file=/home/zensilo12/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=753 [CORE/src/Http/ResponseEmitter.php, line 48] Warning (2): Cannot modify header information - headers already sent by (output started at /home/zensilo12/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:753) [CORE/src/Http/ResponseEmitter.php, line 146] Warning (2): Cannot modify header information - headers already sent by (output started at /home/zensilo12/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:753) [CORE/src/Http/ResponseEmitter.php, line 173] Warning (2): Cannot modify header information - headers already sent by (output started at /home/zensilo12/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:753) [CORE/src/Http/ResponseEmitter.php, line 173] Warning (2): Cannot modify header information - headers already sent by (output started at /home/zensilo12/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:753) [CORE/src/Http/ResponseEmitter.php, line 173]
After clicking on copy from the actions , the message is displayed stating 'Task copied successfully' , but the task is not displayed in the list.