NEW version of HESK: 2.3

Helpdesk for my helpdesk software

Moderator: mkoch227

HCT
Posts: 2
Joined: Sat Sep 17, 2011 4:51 am

Re: NEW version of HESK: 2.3

Post by HCT »

Hello,
I have a similar problem when testing v2.3, a time format d-m-Y H:i:s in the settings was chosen, but in the updated collumn of main admin page display something like 17m52s, i don't know what time to be sure is correct.
The problem No. 2 is: after change to SMTP mail, error appears after submiting a new ticket (fatal error of email_functions.inc.php on line 82), although mail was sent and ticket is created.
And the email is getting to spam folder for both Google and Yahoo, it wasn't using v2.2.
I don't know whether the problem is common or just i have it. Need advice.
Thanks.
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: NEW version of HESK: 2.3

Post by Klemen »

HTC:

1. I didn't make that clear enough, but the "updated" column now shows how many seconds, minutes, hours, days... ago the ticket has been updated.

For example 17m52s means the ticket has been updated 17 minutes and 52 seconds ago.
7h33m means ticket was updates 7 hours 33 minutes ago.
2w3d means 2 weeks and 3 days ago.

Possible values are:
s - seconds
m - minutes
h - hours
d - days
w - weeks
mo - months
y - years

2. replace your email_functions.inc.php file with this one:
http://www.phpjunkyard.com/extras/email_functions.zip

If emails are going into SPAM but weren't with 2.2 then switch back to using mail() command rather than SMTP as the problem could be SMTP settings, mismatched SPF records, ... Make sure your "Noreply" email is of the same domain as SMTP server IP.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
dbarry722
Posts: 16
Joined: Thu Nov 18, 2010 4:49 pm

Re: NEW version of HESK: 2.3

Post by dbarry722 »

Klemen wrote:
@dbarry722: there are no viruses in Hesk, your antivirus probably reports it as "potential" virus because it has some obfuscated code inside that handles licensing (in admin_main.php and footer.inc.php). Check with your antivirus vendor to confirm. Any PHP expert should be able to reverse the obfuscation and confirm that nothing bad is inside.
Hi Klemen..

Does purchasing a license give the ability to remove the section of code that is causing the issue?

Has any of this code in admin_main.php and footer_inc.php changed from version 2.2 to 2.3. I notice in my web hosting company that they have v2.2 available as an installable option which seems to have similar licensing code so can't really see why its allowed to install using version 2.2 but not 2.3

Declan
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: NEW version of HESK: 2.3

Post by Klemen »

The code (HTML) has changed slightly from 2.2 but the principle is the same. Contact your host and ask them to allow version 2.3, shouldn't be a problem if they are familiar with 2.2 already.

As for removing the code, I sent you a PM.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
nickalass
Posts: 3
Joined: Fri Sep 16, 2011 8:51 pm

Re: NEW version of HESK: 2.3

Post by nickalass »

Hi Klemen

Can you point me to the code where hesk updates the history field in the tickets table, my timezone offset seems to function as expected?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: NEW version of HESK: 2.3

Post by Klemen »

It's in a lot of files as history is updated for several actions (reply_ticket.php, admin_reply_ticket.php, assign_owner.php, ...). Search files for

Code: Select all

`history`=CONCAT
.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: NEW version of HESK: 2.3

Post by lupolo »

Looks like there is a problem with the email language files.

Wenn a customer reply's to a ticket and i use my own translation (Dutch) it will use the Englisch file instead of the Dutch one.
ruffmeister
Posts: 48
Joined: Wed Jun 16, 2010 2:52 pm

Re: NEW version of HESK: 2.3

Post by ruffmeister »

All working Klemen thanks so much
Cheetah
Posts: 5
Joined: Wed Feb 23, 2011 7:25 am

Re: NEW version of HESK: 2.3

Post by Cheetah »

group by owner

oooh, I love it, thank you so much :)
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: NEW version of HESK: 2.3

Post by Klemen »

lupolo - it's because the customer used English and his/her language was used.

I will fix this for 2.4 - make sure each person gets emails in the language they have selected.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
dbarry722
Posts: 16
Joined: Thu Nov 18, 2010 4:49 pm

Re: NEW version of HESK: 2.3

Post by dbarry722 »

Hi Klemen..

Just typing up a Knowledge based article but not sure if I'm doing something wrong here. I've the WYSIWYG enabled but in the article area, I don't see any reference to WYSIWYG. I went ahead and typed an article in using standard paragraphs but when I view the article it seems to have stripped out all paragraphs so that sentences are all running into one another. Ive sent you a pm to my website so that you can see what I mean.

Declan
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: NEW version of HESK: 2.3

Post by Klemen »

I didn't get any PMs but check:

1. double-check that WYSIWYG is enabled
2. make sure you use a modern browser inside admin panel
3. make sure you have Javascript enabled
4. if you modified any files try with original ones - check that you don't have any custom Javascript code in header/footer that might stop entire Javascript from working.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
dbarry722
Posts: 16
Joined: Thu Nov 18, 2010 4:49 pm

Re: NEW version of HESK: 2.3

Post by dbarry722 »

Klemen wrote:I didn't get any PMs but check:

1. double-check that WYSIWYG is enabled
2. make sure you use a modern browser inside admin panel
3. make sure you have Javascript enabled
4. if you modified any files try with original ones - check that you don't have any custom Javascript code in header/footer that might stop entire Javascript from working.
So far all the settings seem to be set correctly but Will check when I get home just in case our school system is blocking something. As it is a managed service, I don't have direct access to settings. That could also be why I can't seem to PM you here from school. Message is sitting in outbox but ain't going anywhere even though it said it sent it. :?

Declan
dbarry722
Posts: 16
Joined: Thu Nov 18, 2010 4:49 pm

Re: NEW version of HESK: 2.3

Post by dbarry722 »

Arrghh!!

Yes, its my version of Internet Explorer that isn't showing the WYSIWYG screen. Firefox works fine at home.

Will need to speak to our managed service technical support team.

Declan
techuser
Posts: 12
Joined: Thu Feb 03, 2011 1:44 pm

Re: NEW version of HESK: 2.3

Post by techuser »

I really like the new editor for the knowledge base. I would like to post an enhancement request for the next build of HESK.

1. Can we add the same editor into for submitting tickets? It would be extremely beneficial if the users could copy and paste screenshots into the Ticket Pane window.

2. I would also like to adjust the flow of ticket's. It would be nice if notes (which are hidden to the end user), could appear after the communication back and forth, instead of putting notes up at the top. Often IT personnel will make technical notes that they do not want to see, and then respond to the customer. It would be easier to read if the flow of a ticket was in the form of date and time, instead of notes at the top and communique with customer in the ticket pane window.
Post Reply