User Contributed Notes Anonymous Reports |
|
|
|
burnettr@orbitec.com 19-Jul-2004 11:23 |
#176
|
I was not able to get this mod to work correctly. If followed the "how-to" instructions. But I was getting errors with strings_english.txt (undeclared variables); so i moved "include( "../Mantis/lang/strings_english.txt" );" below "include( "../Mantis/config_inc.php" );" Then i started to get this following errors:
Notice: Undefined variable: g_db_type in c:\program files\easyphp1-7\www\Mantis\core\database_API.php on line 19
ADONewConnection: Unable to load database driver ''
Notice: Undefined variable: g_use_persistent_connections in c:\program files\easyphp1-7\www\Mantis\core\database_API.php on line 329
Fatal error: Call to a member function on a non-object in c:\program files\easyphp1-7\www\Mantis\core\database_API.php on line 32
Does anyone know who to resolve these errors.
Thanks...Mantis v0.19.0a2
|
|
michaelggreer@earthlink.net 08-Aug-2004 16:38 |
#183
|
| I think this addition is out of sync with the current version. Few of the included files match the 18.x or 19.x versions. Could this get updated? I'll try and figure it out myself, but it is a bit baffling. |
|
yamada@ct.unicamp.br 21-Sep-2004 12:27 |
#205
|
Hi, I discover why occur this problem below:
Notice: Undefined variable: g_db_type in c:\program files\easyphp1-7\www\Mantis\core\database_API.php on line 19
ADONewConnection: Unable to load database driver ''
Notice: Undefined variable: g_use_persistent_connections in c:\program files\easyphp1-7\www\Mantis\core\database_API.php on line 329
Fatal error: Call to a member function on a non-object in c:\program files\easyphp1-7\www\Mantis\core\database_API.php on line 32
To resolv this problem, just write in /mantis/config_inc.php this line:
$g_db_type = "mysql"; (if you're using mySQL).
I don't know about the variable $g_use_persistent_connections but the others problems will disappear. |
|
yamada@ct.unicamp.br 21-Sep-2004 13:09 |
#206
|
Notice: Undefined variable: g_use_persistent_connections in c:\program files\easyphp1-7\www\Mantis\core\database_API.php on line 329
I was reading the config_defaults_inc.php and on line 1134 I found the variable $g_use_persistent_connections.
In this case, set this variable $g_use_persistent_connections = OFF; in the config_inc.php file. |
|
me@example.com 02-Nov-2004 5:59 |
#252
|
| everything seems to be broken in the report_anon_page.php. I fixed, about 10 bugs and no end. Is there a new version somewhere? |
|
|
|
pyby85@mac.com 13-Apr-2006 3:50 |
#1001
|
The link doesn't exist anymore...
The first solution is for a old old version of Mantis.
And the second solution had a link, but doesn't point to a web page.
Some one has a solution now ?
Thanks' |
|
devnull@canassist.ca 13-May-2006 16:47 |
#1067
|
To enable anonymous bug reporting in Mantis 1.0.X complete the following steps:
1. Install Mantis and verify that it is installed correctly
2. Create projects and users
3. Login as an administrator
4. Click Manage | Create New Account
5. Create a new account with the username: anonymous
6. Select appropriate access level, 'reporter' is probably suficient
7. Ensure that 'Enabled' and 'Protected' checkboxes are selected
8. Click 'Create User'
9. Edit your config_inc.php file in a text editor. Add the following:
# --- anonymous login -----------
# Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'Guest';
10. Now, add the anonymous user to the projects that you want to have anonymous reporting. Under Manage | Manage Accounts:anonymous, select 'Unassigned Projects', Access Level to 'Reporter' and click 'Add User'.
11. That's it. |
|
NeOqSPAM@NOStPiAM.com 31-Aug-2006 13:39 |
#1254
|
The direct link for an anonymous bug report is
http://<server>/mantis/login.php?username=<anonymous>&return=set_project.php%3Fref=bug_report_page.php%26project_id=<project> |
|
inslide@gmail.com 17-Sep-2006 6:10 |
#1260
|
hi, finally i set up the anonymous login, but I still have a problem.
I would like to add on my site a form that directly insert the request in the bug tracker. But when I insert it I would like to redirect the user to a thank you page or something like this out of the bug tracker, not to the view_all_bug_page.php, it is possible? |
|
|
| Last updated: Sat, 17 May 2008 - 5:18:26 |
|