I just checked everything, openssl and soap extensions enabled in PHP.ini, ssl moduled enabled in Apache config, restarted both service and server, but email is stil not working. The check program shows me this
Email
webmaster_email configuration option has a valid email address specified FAIL ...
Search found 6 matches
- 07 Mar 2019, 15:04
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 97
- Views: 4015539
- 28 Feb 2019, 20:27
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 97
- Views: 4015539
Re: Please read this if you have problems with emails
Edit: nevermind, I missed a semicolon...
But now that I'm here, I do have problems using email, my first test was to send a reset password email to the existing accounts but nothing is received. Where should I start looking?
Hello all, new player here. I just installed Mantis with Apache in Windows ...
But now that I'm here, I do have problems using email, my first test was to send a reset password email to the existing accounts but nothing is received. Where should I start looking?
Hello all, new player here. I just installed Mantis with Apache in Windows ...
- 28 Feb 2019, 13:24
- Forum: Help
- Topic: Where to get the attachment files
- Replies: 21
- Views: 44547
Re: Where to get the attachment files
It is indeed, but I don't know much about it. I asume that I cannot see the actual file then?cas wrote: 28 Feb 2019, 07:40 Then the files are in the DB, in a field of type BLOB as indicated earlier in the field "content".
- 27 Feb 2019, 20:16
- Forum: Help
- Topic: Where to get the attachment files
- Replies: 21
- Views: 44547
Re: Where to get the attachment files
To me it looks like there is a file ondisk with the name "995e82d4fbd1d30f5dcbbe10f3ff1838'"
The file_path is only relevant is you store on disk.
Check the root of your mantis installation, possibly you will find your attachments there :mrgreen:
Joke's on me, you made me look! hahaha
But no, I ...
- 27 Feb 2019, 15:11
- Forum: Help
- Topic: Where to get the attachment files
- Replies: 21
- Views: 44547
Re: Where to get the attachment files
see above:
They are stored in mantis_bug_file_table, column content.
Query: select * from bugtracker.mantis_bug_file_table
# id, bug_id, title, description, diskfile, filename, folder, filesize, file_type, content, date_added, user_id
'1', '1', '', '', '995e82d4fbd1d30f5dcbbe10f3ff1838', 'sadad ...
- 25 Feb 2019, 20:43
- Forum: Help
- Topic: Where to get the attachment files
- Replies: 21
- Views: 44547
Re: Where to get the attachment files
Hello all, quick question. I have configured my installation to use the database for the attachments (Not DISK), so the diskfile field is encrypted (I think), how can I know where the files are located?