Search found 9 matches
- 06 Jun 2011, 08:36
- Forum: Help
- Topic: Installation problem on shared hosting
- Replies: 2
- Views: 6874
Re: Installation problem on shared hosting
As a general advice. If install.php gives you a blank page (whereas other PHP scripts work fine), try to remove the error suppression operator for the core.php inclusion. This way, critical errors in core.php won't be silently swalloed and instead you should get an indication as to why PHP ...
- 06 Jun 2011, 07:33
- Forum: Help
- Topic: Installation problem on shared hosting
- Replies: 2
- Views: 6874
Re: Installation problem on shared hosting
Not sure whether it helps in your case, but I just hit the same issue on a system where the PHP session module was missing. Does your phpinfo() output include a section for the session module?
- 18 May 2010, 19:47
- Forum: Help
- Topic: Upgrading from 1.1.6 -> 1.2.1, check.php "Config File BAD"
- Replies: 2
- Views: 3117
Re: Upgrading from 1.1.6 -> 1.2.1, check.php "Config File BA
Thanks atrol, bug has been filed: http://www.mantisbt.org/bugs/view.php?id=11938
- 12 May 2010, 22:43
- Forum: Help
- Topic: Mantis 1.2.1 with Mysql on port 3316
- Replies: 1
- Views: 4374
Re: Mantis 1.2.1 with Mysql on port 3316
With $g_db_type set to 'mysql', have you tried using 127.0.0.1:3316 instead of localhost:3316?
The mysql libraries treat 'localhost' (seemingly indepent of a given port) as something which should be connected to via the Unix socket living in /var/some/path/mysql.sock per default. Thus, if you are ...
The mysql libraries treat 'localhost' (seemingly indepent of a given port) as something which should be connected to via the Unix socket living in /var/some/path/mysql.sock per default. Thus, if you are ...
- 12 May 2010, 21:12
- Forum: Help
- Topic: MySQL on a different machine. Is this possible?
- Replies: 2
- Views: 3754
Re: MySQL on a different machine. Is this possible?
Localhost needs to be the server that holds MySQL :D
Sorry, not true, Mantis runs perfectly fine with a remote MySQL host. The error message points to an authentication problem.
@blackcat: Make sure you can connect from the Mantis host to the MySQL host with the mysql command line utility first ...
Sorry, not true, Mantis runs perfectly fine with a remote MySQL host. The error message points to an authentication problem.
@blackcat: Make sure you can connect from the Mantis host to the MySQL host with the mysql command line utility first ...
- 12 May 2010, 20:56
- Forum: Help
- Topic: Upgrading from 1.1.6 -> 1.2.1, check.php "Config File BAD"
- Replies: 2
- Views: 3117
Upgrading from 1.1.6 -> 1.2.1, check.php "Config File BAD"
Greetings,
just did an upgrade from 1.1.6 to 1.2.1. Following doc/INSTALL, step 3 says
* Point your browser to http://path/to/mantisbt/admin/check.php to ensure that
your webserver is compatible with MantisBT and configured correctly
However, admin/check.php didn't tell me anything about my ...
just did an upgrade from 1.1.6 to 1.2.1. Following doc/INSTALL, step 3 says
* Point your browser to http://path/to/mantisbt/admin/check.php to ensure that
your webserver is compatible with MantisBT and configured correctly
However, admin/check.php didn't tell me anything about my ...
- 24 Feb 2009, 18:02
- Forum: Help
- Topic: Scalability issue with many projects (~2000)
- Replies: 0
- Views: 3303
Scalability issue with many projects (~2000)
Hi,
we have a Mantis 1.1.6 installation at opencsw.org with lots of projects (1851 to be precise) and see some heavy performance problems . The view_all_bug_page or my_view_page take about half a minute to load, most of the times they don't even load fully because they hit the maximum execution ...
we have a Mantis 1.1.6 installation at opencsw.org with lots of projects (1851 to be precise) and see some heavy performance problems . The view_all_bug_page or my_view_page take about half a minute to load, most of the times they don't even load fully because they hit the maximum execution ...
- 24 Feb 2009, 15:55
- Forum: General Discussion
- Topic: Email Notifications for projects
- Replies: 4
- Views: 4214
Re: Email Notifications for projects
Hi Jason,
we have a setup with such g_notify_flags running here like a charm. Make sure that you don't have users with global MANAGER privileges (those would receive notificiations for all projects). Assign them global REPORTER (or whatever) privileges and then only grant them MANAGER privileges on ...
we have a setup with such g_notify_flags running here like a charm. Make sure that you don't have users with global MANAGER privileges (those would receive notificiations for all projects). Assign them global REPORTER (or whatever) privileges and then only grant them MANAGER privileges on ...
- 02 May 2006, 09:09
- Forum: Help
- Topic: 0.17.5 -> 1.0.2: Database field fixed_in_version not foun
- Replies: 0
- Views: 2328
0.17.5 -> 1.0.2: Database field fixed_in_version not foun
Hi all,
we just did an upgrade from Version 0.17.5 to version 1.0.2 this weekend.
Everything is running fine so far, besides a warning message which is displayed to a user each time he changes the status of a bug to resolved (Application warning #403: Database field 'fixed_in_version' not found ...
we just did an upgrade from Version 0.17.5 to version 1.0.2 this weekend.
Everything is running fine so far, besides a warning message which is displayed to a user each time he changes the status of a bug to resolved (Application warning #403: Database field 'fixed_in_version' not found ...