Jump to content

[Support Manager] Respond To Ticket


clamhost

Recommended Posts

SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '2014-03-13T19:31:57+00:00' for column 'date_closed' at row 1 on line 124 in/home/billing/public_html/lib/model.php 

 

#0 /home/billing/public_html/lib/model.php(124): PDOStatement->execute(Array)
#1 /home/billing/public_html/components/record/record.php(233): Model->query('UPDATE `support...', Array)
#2 /home/billing/public_html/plugins/support_manager/models/support_manager_tickets.php(100): Record->update('support_tickets', Array, Array)
#3 /home/billing/public_html/plugins/support_manager/models/support_manager_tickets.php(269): SupportManagerTickets->edit('46', Array)
#4 /home/billing/public_html/plugins/support_manager/controllers/admin_tickets.php(289): SupportManagerTickets->addReply('46', Array, Array)
#5 /home/billing/public_html/lib/dispatcher.php(111): AdminTickets->reply()
#6 /home/billing/public_html/index.php(21): Dispatcher::dispatch('/admin/plugin/s...')
#7 {main}

 

Getting this error upon closing a ticket.

 

Not had this error before.
 

Link to comment
Share on other sites

SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '2014-03-13T19:31:57+00:00' for column 'date_closed' at row 1 on line 124 in/home/billing/public_html/lib/model.php 

 

#0 /home/billing/public_html/lib/model.php(124): PDOStatement->execute(Array)

#1 /home/billing/public_html/components/record/record.php(233): Model->query('UPDATE `support...', Array)

#2 /home/billing/public_html/plugins/support_manager/models/support_manager_tickets.php(100): Record->update('support_tickets', Array, Array)

#3 /home/billing/public_html/plugins/support_manager/models/support_manager_tickets.php(269): SupportManagerTickets->edit('46', Array)

#4 /home/billing/public_html/plugins/support_manager/controllers/admin_tickets.php(289): SupportManagerTickets->addReply('46', Array, Array)

#5 /home/billing/public_html/lib/dispatcher.php(111): AdminTickets->reply()

#6 /home/billing/public_html/index.php(21): Dispatcher::dispatch('/admin/plugin/s...')

#7 {main}

 

Getting this error upon closing a ticket.

 

Not had this error before.

 

 

Hello,

 

It seems like you have change the "Tickets replay Date Format" on config file form this:

 

M j Y g:i A   (this is the correct one)

 

to this:

 

Y-m-d H:i:sP (this cannot work)

 

Is that correct?

 

Regards,

PV

Link to comment
Share on other sites

  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...