Search found 7 matches

by phoenixcreation
20 Jun 2010, 22:44
Forum: Help
Topic: How can I make standard fields required
Replies: 10
Views: 6177

Re: How can I make standard fields required

Ahhh, found this thread as well. I've been working on this as well, but focusing on the due_date field being required. I've tried mimicing the description and summary entries:

if( $p_update_extended ) {
# due_date field cannot be empty
if( is_blank( $this->due_date) ) {
error_parameters( lang ...
by phoenixcreation
08 Oct 2007, 15:13
Forum: Help
Topic: Solved - File Upload Error - APPLICATION ERROR #15
Replies: 4
Views: 12399

Found some open_basedir directives that were off for filesize and is_readable for core/file_api.php. Corrected and things are now working.
by phoenixcreation
08 Oct 2007, 13:37
Forum: Help
Topic: Solved - File Upload Error - APPLICATION ERROR #15
Replies: 4
Views: 12399

Some partial fixes. I have uploads working now. Found a thread/bug that suggested remming out the actual error messages in this regard.

http://www.mantisbt.org/bugs/view.php?id=8043

in core/file_api.php, I had to unactivate the lines:
if ( !is_readable( $p_tmp_file ) ) {
trigger_error( ERROR ...
by phoenixcreation
05 Oct 2007, 12:40
Forum: Help
Topic: Solved - File Upload Error - APPLICATION ERROR #15
Replies: 4
Views: 12399

Solved - File Upload Error - APPLICATION ERROR #15

OK, I've gone through the existing threads on this subject, and have not found a solution as of yet. I have a new install of Mantis 1.1.0a4. I can submit issues and use all the wonderful functionality of Mantis with the exception of uploading files. The error I get is:

APPLICATION ERROR #15
File ...
by phoenixcreation
20 Sep 2007, 00:44
Forum: Help
Topic: SOLVED: New 1.1.0a4 Install - Application Error #401
Replies: 2
Views: 3433

Solved: The dev version of Mantis requires 4.1.1 for mySQL. My server was running a 4.0 series. That would be a good item to note in the documentation. :)
by phoenixcreation
19 Sep 2007, 13:59
Forum: Help
Topic: SOLVED: New 1.1.0a4 Install - Application Error #401
Replies: 2
Views: 3433

SOLVED: New 1.1.0a4 Install - Application Error #401

www . phoenixcreation . com/mantis/

APPLICATION ERROR #401
Database query failed. Error received from database was #1193: Unknown system variable 'NAMES' for the query: SET NAMES UTF8

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever ...
by phoenixcreation
12 Sep 2007, 18:00
Forum: General Discussion
Topic: Spam in this forum
Replies: 8
Views: 9543

Suggestion

Something we implented on our NBT forums was a secondary image verification. They do one when they register, and then a 2nd one when they post for the first time. We still get a lot of spam bots registering, but we have not had a single on post anything in quite a few months.

netbattletech.com ...