Moved 2.6.5 to new host, imported SQL, getting errors
Posted: Thu Nov 05, 2015 6:15 pm
Hi guys - I updated my 2.5.5 p5 to 2.6.5 by following the step-by-step instructions, and my production instance of HESK is working fine. I'm getting ready to move hosts, so I installed a clean version of 2.6.5 at my new host (using Softaculous), exported the SQL database, imported it into the new database, and logged in. I seem to be having some odd MySQL errors, even though when in the admin panel, it says it's connected fine. I turned on debug mode and am seeing the following when I try to view tickets in the dashboard:
My production version is still working fine on the existing host, but want to be ready for a move in the next few weeks. Any other recommendations for an easier migration are very welcome - I'm not much of a tech guy, but do my best to follow instructions!
Thanks...
Jason
I've tried updating the password in MySQL as well as HESK admin panel to make sure they're a match. My current host was using MariaDB - could that cause an issue? I probably made a very stupid mistake along the way...hoping someone might be able to point out what.Error:
Can't execute SQL: UPDATE `hesk_tickets` SET `status`='3', `closedat`=NOW(), `closedby`='-1', `history`=CONCAT(`history`,'
2015-11-05 13:11:27 | closed by (automatically)
') WHERE `status` = '2' AND `lastchange` <= '2015-10-29 14:11:27'
MySQL said:
Unknown column 'closedat' in 'field list'

Thanks...
Jason