E-mail piping error

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Wilcock
Posts: 1
Joined: Wed Apr 03, 2013 1:35 am

E-mail piping error

Post by Wilcock »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
E-mail piping
When i go to /inc/mail/hesk_pipe.php i get a freaking error.
Someone knows how to fix?
Also, i don't get any mail in my hesk admin panel. So, people can't answer the tickets *or make one*

First, everything was OK.. But then, i got an email on the mail i use.. and BAM! Errorrrr
#!/usr/bin/php -q
Notice: Undefined index: From in /public/sites/SITENAME.nl/inc/mail/email_parser.php on line 243

Warning: Invalid argument supplied for foreach() in /public/sites/SITENAME.nl/inc/mail/email_parser.php on line 133

Notice: Undefined index: To in /public/sites/SITENAME.nl/inc/mail/email_parser.php on line 246

Warning: Invalid argument supplied for foreach() in /public/sites/SITENAME.nl/inc/mail/email_parser.php on line 133

Notice: Undefined index: Subject in /public/sites/SITENAME.nl/inc/mail/email_parser.php on line 279

Notice: Undefined index: Data in /public/sites/SITENAME.nl/inc/mail/email_parser.php on line 295

Notice: Undefined offset: 0 in /public/sites/SITENAME.nl/inc/pipe_functions.inc.php on line 53
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: E-mail piping error

Post by Klemen »

The hesk_pipe.php isn't meant to be opened in a browser, it expects input (STDIN) from the server. If you open it in a browser no input is sent hence the notices you get.

See here for setting up piping:
http://www.hesk.com/knowledgebase/?article=58

Unless you know how to setup piping on your server, you might want to use POP3 fetching instead:
http://www.hesk.com/knowledgebase/index.php?article=65

And about emails not being sent:
http://www.hesk.com/knowledgebase/?article=25
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
Post Reply