Mods for HESK 2.0.0 BETA 2 (Test Version)

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

stijnvan
Posts: 20
Joined: Fri Feb 20, 2015 9:47 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by stijnvan »

mkoch227 wrote:I don't recall HESK ever adding a user's signature into an email directly; however I'm not 100% sure. I noticed you created a topic in the regular support forum for Hesk, so I'd just wait to hear back from Klemen about it.
I just did a test on hesk 2.6 without mods: when adding %%MESSAGE%% to email, then the signature is also added, its only on pop3 fetching the issue occurs...
Last edited by stijnvan on Tue Feb 24, 2015 6:38 am, edited 1 time in total.
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by lupolo »

Have mailed the email ass attachment!

Thank you!
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by lupolo »

It looks like there is still a problem within changing the ticket system users within the admin user.

If I want to press the edit or remove icon its like my mouse pointer is refreshing all the time.

Don't know if its a Hesk or mod problem.

I use IE 11.
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by mkoch227 »

lupolo wrote:Have mailed the email ass attachment!

Thank you!
Looking at the headers in the email you sent me, it looks like your Exchange server is modifying the headers before actually sending the email to the recipient, thus ruining the layout. Doing some light research, it looks like it may have to do with Microsoft's proprietary MAPI protocol (here's what I read: http://stackoverflow.com/questions/4681 ... s-2010-sp1).

Since I don't have an Exchange server, this makes it nearly impossible to debug. Another thing to try is to change the content type headers in email_functions.inc.php:

Everywhere you see:

Code: Select all

Content-Type: multipart/alternative;boundary=".$boundary."
change it to

Code: Select all

Content-Type: multipart/mixed;boundary=".$boundary."
The email you sent me (which looked fine) had a content-type of multipart/mixed, so it's worth a shot :lol: .
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by lupolo »

diddent work.
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by mkoch227 »

How are you connecting to your Exchange server? SMTP? PHP mail()? I don't have an Exchange server, so there's honestly not much I can do to try and debug this issue until someone "grants" me an Exchange server :lol: .
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by lupolo »

mkoch227 wrote:How are you connecting to your Exchange server? SMTP? PHP mail()? I don't have an Exchange server, so there's honestly not much I can do to try and debug this issue until someone "grants" me an Exchange server :lol: .
Iam sending with smtp from my local cloudserver to my own office365 account.

Yesterday i have tested it to send it to my gmail account and received The Same mail.

If you want fix this issue i can create a ftp account to The Inc directory from Hesk?
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by mkoch227 »

If you can PM me with the following, it would be of help:
  • FTP credentials to your HESK installation
  • Test admin account for your helpdesk
Is this HESK installation a test instance or a production instance? I would like to do some debugging, however I don't want to halt any production use of the helpdesk.

Also, what is the "local cloudserver" you are using? Is it something freely available to download and use? The issue could be with the server as well.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by lupolo »

mkoch227 wrote:If you can PM me with the following, it would be of help:
  • FTP credentials to your HESK installation
  • Test admin account for your helpdesk
Is this HESK installation a test instance or a production instance? I would like to do some debugging, however I don't want to halt any production use of the helpdesk.

Also, what is the "local cloudserver" you are using? Is it something freely available to download and use? The issue could be with the server as well.
Cannot create a user in my Hesk:

www.ace-europe.nl/helpdesk/image/adduser.jpg
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by mkoch227 »

Download this version of Mods for HESK. Copy and paste the files into your HESK installation (as usual), but you don't need to run any installation scripts: https://github.com/mkoch227/Mods-for-HE ... master.zip
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by lupolo »

mkoch227 wrote:Download this version of Mods for HESK. Copy and paste the files into your HESK installation (as usual), but you don't need to run any installation scripts: https://github.com/mkoch227/Mods-for-HE ... master.zip
Have copyed the files, but same problem.
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by mkoch227 »

Try this one instead: https://github.com/mkoch227/Mods-for-HE ... master.zip :D

(the link is identical, but there are changes :D )
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Mods for HESK 2.0.0 BETA 2 (Test Version)

Post by lupolo »

mkoch227 wrote:Try this one instead: https://github.com/mkoch227/Mods-for-HE ... master.zip :D

(the link is identical, but there are changes :D )
That fixed the problem

the login:
www.ace-europe.nl/helpdesk/admin

Same user en pass as the ftp
Locked