FYI, im using AD authentication for client in order to create a ticket.
osTicket Version |
Web Server Software |
MySQL Version |
PHP Version |
osTicket Version |
Web Server Software |
MySQL Version |
PHP Version |
Hi.
Ubuntu 14.04
php 5.5.9-1ubuntu4.16
affected versions v1.10-rc.2 (231f11e) and v1.9.12
Mail is fetched from GoogleMail via IMAP or POP
i start php -f /var/www/osticket/www/api/cron.php
and it use more and more memory (more 8GB) until it is terminated by me.
Email example in attachment
DB Error #1032[SELECT ticket.ticket_id,tlock.lock_id,ticket.`number`,ticket.dept_id,ticket.staff_id,ticket.team_id ,user.name ,email.address as email,
dept.dept_name
,ticket.status,ticket.source,ticket.isoverdue,ticket.isanswered,ticket.created ,IF(ticket.duedate IS NULL,IF(sla.id IS NULL,
NULL, DATE_ADD(ticket.created, INTERVAL sla.grace_period HOUR)),
ticket.duedate) as duedate
,CAST(GREATEST(IFNULL(ticket.lastmessage, 0), IFNULL(ticket.closed, 0),
IFNULL(ticket.reopened, 0), ticket.created) as datetime) as effective_date ,CONCAT_WS(" ", staff.firstname,
staff.lastname) as staff, team.name as team
,IF(staff.staff_id IS NULL,team.name,CONCAT_WS(" ",
staff.lastname, staff.firstname)) as assigned
,IF(ptopic.topic_pid IS NULL, topic.topic, CONCAT_WS(" / ",
ptopic.topic, topic.topic)) as helptopic
,cdata.priority_id, cdata.subject, pri.priority_desc,
pri.priority_color FROM ticket
ticket LEFT JOIN user user ON user.id =
ticket.user_id LEFT JOIN user_email email ON user.id = email.user_id LEFT JOIN
department dept ON ticket.dept_id=dept.dept_id
LEFT JOIN ticket_lock tlock ON (ticket.ticket_id=tlock.ticket_id AND
tlock.expire>NOW()AND
tlock.staff_id!=2) LEFT JOIN staff staff
ON (ticket.staff_id=staff.staff_id) LEFT
JOIN team team ON (ticket.team_id=team.team_id)
LEFT JOIN sla sla ON (ticket.sla_id=sla.id AND sla.isactive=1) LEFT JOIN help_topic topic ON
(ticket.topic_id=topic.topic_id) LEFT
JOIN help_topic ptopic ON (ptopic.topic_id=topic.topic_pid) LEFT JOIN ticket__cdata cdata ON
(cdata.ticket_id = ticket.ticket_id)
LEFT JOIN ticket_priority pri ON (pri.priority_id =
cdata.priority_id) WHERE ( ( ticket.staff_id=2 AND
ticket.status="open") OR ticket.dept_id IN (1,2,3,4,5,6) ) AND
email.address='tommasocuomo@studiolegalecuomo.it' ORDER BY pri.priority_urgency
ASC, effective_date DESC, ticket.created DESC LIMIT 0,25]
Can't find record in 'ticket_lock'<br /> <br
/>---- Backtrace ----<br />
#0 (root)/include/mysqli.php(163):
osTicket->logDBError('DB Error #1032', '[SELECT ticket....')<br />#1 (root)/include/staff/tickets.inc.php(254):
db_query('SELECT ticket.t...')<br />#2 (root)/scp/tickets.php(629):
require_once('/var/www/vhosts...')<br />#3 {main}
Hi,
I have two OsTicket v1.9.12 installations in my hosting.
Both work without problems with PHP set to 5.4.
I have a new app that requires PHP 5.5, and when I set PHP to 5.5 one of my OsTicket installations stop working.
It doesn't display any errors, just a blank page.
Can you help me?
Thank you in advance.