View Issue Details

IDProjectCategoryView StatusLast Update
0019658mantisbtbugtrackerpublic2015-05-11 11:17
Reporterviz Assigned Toatrol  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionno change required 
Product Version1.2.19 
Summary0019658: Fatal error: Class 'Projax' not found
Description

"Fatal error: Class 'Projax' not found in C:\xampp\htdocs\mantisbt\core\projax_api.php on line 34"

Steps To Reproduce

1.login to mantis 1.2.19 as Administrator or any other user.
2.select the project.
3.Click on report issue link.System display Fatal error.

Additional Information

Rollback 1.2.19 version and installed 1.2.17 version of mantisbt its working fine.Using Xampp V 3.2.1

TagsNo tags attached.
Attached Files

Activities

atrol

atrol

2015-04-24 13:40

developer   ~0050621

Using Xampp V 3.2.1
I didn't find this version at http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/

viz

viz

2015-04-27 01:31

reporter   ~0050627

I installed xampp setup from below mentioned link
https://www.apachefriends.org/download.html

and xampp-win32-5.5.24-0-VC11-installer.exe setup is installed.

Xampp.png (33,072 bytes)   
Xampp.png (33,072 bytes)   
atrol

atrol

2015-04-27 02:09

developer   ~0050629

I was not able to reproduce your problem with a fresh install of 1.2.19 using xampp-win32-5.5.24-0-VC11-installer.exe.

You have to provide step by step guide how to reproduce the issue from scratch.

viz

viz

2015-04-27 03:08

reporter   ~0050630

As you stated,I just installed mantisbt 1.2.19 using xampp-win32-5.5.24-0-VC11-installer.exe on fresh system to provide you actual steps but failed to reproduce this situation.But this situation still there on first installed system.

atrol

atrol

2015-04-27 06:18

developer   ~0050632

Last edited: 2015-04-27 06:18

viz,

This is not a bug or feature request for MantisBT (you are asking for help on how to deal with an issue that can't be reproduced on a clean installaion). I am therefore resolving this issue as "no change required".

Feel free to reopen the issue if you can provide step by step guide to reproduce the issue.

Please use the forums, the mantisbt-help mailing list or IRC to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

The following steps might help to find the root cause of your problem:

  1. temporarily configure your system as follows:

$g_display_errors = array(
E_WARNING => 'halt',
E_NOTICE => 'halt',
E_USER_ERROR => 'halt',
E_USER_WARNING => 'halt',
E_USER_NOTICE => 'halt'
);
$g_show_detailed_errors = ON;

WARNING - SECURITY RISK: the 'show_detailed_errors' config can cause MantisBT to display sensitive information about your system. We recommend to restrict its activation to a Test environment, only for as long as necessary. If possible, do not turn it ON globally, instead limit it for specific user(s) using the Manage Configuration page.

  1. Reproduce the error

Maybe the output does help you to resolve the issue

Check also your Apache and PHP logs for errors and warnings.