It's just the generic "Database error". It doesn't say what the query problem is.
I'm trying to emulate the "report post" function, so I found the phrase
reportpost_newthread.
Then I created my own similar phrase in the "Email Body Text" phrase group.
My phrase =
jab_reportvideo_newthread
HTML Code:
[url=$vboptions[bburl]/member.php?u=$reportinfo[ruserid]]$reportinfo[rusername][/url] has reported a post.
Reason:[quote]$reportinfo[reason][/quote]
Video: [url=$vboptions[bburl]/streaming-video.php?id=$attachemntid
[/url]
Posted by: [url=$vboptions[bburl]/member.php?u=$reportinfo[puserid]]$reportinfo[pusername][/url]
Original Content: PUT A THUMBNAIL LINK TO THE VIDEO HERE
Then I plan to use a thread datamanager to add the thread to my reported post forum.
--------------- Added [DATE]1432308553[/DATE] at [TIME]1432308553[/TIME] ---------------
Should I change my approach and use a template instead of this phrase here?