Search found 8 matches
- 07 Mar 2025, 14:52
- Forum: Customizations
- Topic: Category list is empty
- Replies: 6
- Views: 21578
Re:
Is this a new database, or an existing one?
If it's new, categories are defined under the "Manage" -> "Manage Project" page. If it's not new, we have a problem :)
I upgraded to the latest verson and faced this problem. In my case the problem was caused because all categories appeared as ...
- 20 Mar 2024, 18:45
- Forum: Help
- Topic: Problem with signup on clean install
- Replies: 8
- Views: 6183
Re: Problem with signup on clean install
Check in the vendor directory if you find an entry for VBoctor?
If not then one problem found, that needs to be there.
That's the first thing I checked. The class is defined in vendor/vboctor/disposable_email_checker/php/src/DisposableEmailChecker.php:
<?php
# Disposable Email Checker - a ...
- 20 Mar 2024, 17:20
- Forum: Help
- Topic: Global search ?
- Replies: 2
- Views: 2203
Re: Global search ?
Thanks!
- 20 Mar 2024, 13:40
- Forum: Help
- Topic: Problem with signup on clean install
- Replies: 8
- Views: 6183
Re: Problem with signup on clean install
Did you download 2.26.1 from SourceForge or GitHub?
Do you get any errors or warnings when running admin/check/index.php?
I did download it from SourceForge as its the official download link. Should I try cloning the github reposiory instead? I just checked the related sources in the repo (core ...
- 20 Mar 2024, 13:34
- Forum: Help
- Topic: Problem with signup on clean install
- Replies: 8
- Views: 6183
Re: Problem with signup on clean install
I just got some warnings and an error related to the upload folder path being incorrect, but I don't believe is related to the problems in hand:
PHP
register_argc_argv php.ini directive is disabled
This directive should be disabled to increase performance (it only affects PHP in CLI mode). WARN ...
PHP
register_argc_argv php.ini directive is disabled
This directive should be disabled to increase performance (it only affects PHP in CLI mode). WARN ...
- 20 Mar 2024, 04:41
- Forum: Help
- Topic: Global search ?
- Replies: 2
- Views: 2203
Global search ?
Does MantisBT offers a way to search among all bugs registered by a keyword? So far it seems that it only allows to search by bug id.
- 20 Mar 2024, 04:21
- Forum: Help
- Topic: Problem with signup on clean install
- Replies: 8
- Views: 6183
Re: Problem with signup on clean install
I temporarily fixed the problem by editing core/mail_api.php and commenting out the offending class on line 82 and then forcing a false result on function email_is_disposable (line 213), but know I am getting this error:
APPLICATION ERROR #401
Database query failed. Error received from database ...
APPLICATION ERROR #401
Database query failed. Error received from database ...
- 20 Mar 2024, 03:01
- Forum: Help
- Topic: Problem with signup on clean install
- Replies: 8
- Views: 6183
Problem with signup on clean install
I just completed the installation of MantisBT on my company hosting and I am trying to register the first user, but I keep getting a 1904 error message. I followed the instructions from a post I found about how to activate extender error reporting and now I can see this:
NTERNAL APPLICATION ERROR ...
NTERNAL APPLICATION ERROR ...