Ok, I could patch it by uncommenting line 349 (CRYPT) in authentication_api.php. Works now.
When a new XAMPP with PHP > 5.3.1 will arrive you can probably use crypt again!
see: http://www.mantisbt.org/bugs/view.php?id=11535
Search found 5 matches
- 05 May 2010, 07:51
- Forum: Help
- Topic: Mantis 1.2.1 hangs until apache restart
- Replies: 3
- Views: 4147
- 05 May 2010, 07:13
- Forum: General Discussion
- Topic: Brower is going waiting position on click of log out
- Replies: 2
- Views: 3243
Re: Brower is going waiting position on click of log out
Ok, this seems to be the same problem I'm having... maybe a solution will be found here: http://www.mantisbt.org/forums/viewtopi ... =3&t=10363
- 05 May 2010, 07:03
- Forum: Help
- Topic: Mantis 1.2.1 hangs until apache restart
- Replies: 3
- Views: 4147
Re: Mantis 1.2.1 hangs until apache restart
Hi,
I tried $g_compress_html but it didn't help!
But actually now I could more or less reproduce the problem:
Seems to be related to logout/session.
I'm logged in as User A and can work without problems as long as I wish - and I can even logout and login again as I like!
But when now User B logs ...
I tried $g_compress_html but it didn't help!
But actually now I could more or less reproduce the problem:
Seems to be related to logout/session.
I'm logged in as User A and can work without problems as long as I wish - and I can even logout and login again as I like!
But when now User B logs ...
- 05 May 2010, 05:54
- Forum: Help
- Topic: Mantis 1.2.1 hangs until apache restart
- Replies: 3
- Views: 4147
Mantis 1.2.1 hangs until apache restart
I recently updated my mantis to version 1.2.1 and installed a new XAMPP package (1.7.3, with Apache 2.2.14 and PHP 5.3.1).
Everything's working fine, except for after a certain time (let's say a day) I cannot access mantis anymore (browser loads infinitely). When I restart apache it's working ...
Everything's working fine, except for after a certain time (let's say a day) I cannot access mantis anymore (browser loads infinitely). When I restart apache it's working ...
- 23 Oct 2009, 12:16
- Forum: Help
- Topic: remove menu options
- Replies: 10
- Views: 20549
Re: remove menu options
I disabled the menu items by these config lines:
$g_roadmap_view_threshold = NOBODY;
$g_view_changelog_threshold = NOBODY;
$g_enable_project_documentation = OFF;
$g_manage_news_threshold = NOBODY;
so now there's only the core functionality left!
$g_roadmap_view_threshold = NOBODY;
$g_view_changelog_threshold = NOBODY;
$g_enable_project_documentation = OFF;
$g_manage_news_threshold = NOBODY;
so now there's only the core functionality left!