If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
ok, going to configuration => general => media types => email i get error:
Error in query [select mediatypeid,type,description,smtp_server,smtp_helo ,smtp_email,exec_path,gsm_modem from media_type where mediatypeid=1] [Unknown column 'gsm_modem' in 'field list']
when i deleted old media type and try to create new email type i get these:
SQL error: Unknown column 'gsm_modem' in 'field list'
Query: insert into media_type (type,description,smtp_server,smtp_helo,smtp_email ,exec_path,gsm_modem) values (0,'email','mail.xxxxx.fi','localhost','zabbix@xxx xx.fi','','/dev/ttyS0')
Comment