Page 1 of 1

Error when i try to update MFH from 3.0.7 to 3.1.1

Posted: Sat Aug 26, 2017 9:30 am
by jessar94
Script URL: http://supportportalen.mobi/antilopen
Mods for HESK version: 3.1.1
HESK version: 2.7.3
Hosting company: Binero AB
What terms did you try when SEARCHING for a solution: I have tryed to copy all MFH files to my folder again.

Write your message below:
When i try to update MFH from 3.0.7 to 3.1.1 i get one error message when i set my helpdesk in debug mode.
Image

database is valid when i run it.

My Ticket_list_inc.php file

Re: Error when i try to update MFH from 3.0.7 to 3.1.1

Posted: Sun Aug 27, 2017 9:03 pm
by mkoch227
It's not really an error... it's more of a notice. When converting from Mods for HESK's old autorefresh logic to HESK 2.7's autoreload logic, I forgot to delete a line from ticket_list.inc.php. Deleting the following line:

Code: Select all

$autorefreshInSeconds = $_SESSION['autorefresh'] / 1000;
should remove the notice.