View Issue Details

IDProjectCategoryView StatusLast Update
0013727mantisbtdb mssqlpublic2014-05-16 15:00
Reportereriede_globalgoldinc_com Assigned Torombert  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionunable to reproduce 
PlatformSQL SERVER 2008 R2OSWindows 2008 R2OS Version2008
Product Version1.2.8 
Summary0013727: Bug when i delete a report
Description

Hi
i have installed mantis on windows 2008 server R2 + iis 7 + php 5.2
All is ok but when i delete a report i have one error


APPLICATION ERROR 0000401

Merci d'utiliser le bouton « Précédent » de votre navigateur web pour retourner à la page précédente. Vous pourrez y corriger les problèmes identifiés par cette erreur ou choisir une autre action. Vous pouvez aussi choisir une option de la barre de menu pour aller directement dans une nouvelle section.

Previous non-fatal errors occurred. Page contents follow.

SYSTEM WARNING: array_values() [function.array-values]: The argument should be an array


TagsNo tags attached.
Attached Files
pdf 2.pdf (44,258 bytes)

Activities

jgreenhalgh

jgreenhalgh

2012-01-05 15:27

reporter   ~0030809

i have install on ms sql 2008 express

rombert

rombert

2012-01-05 15:39

reporter   ~0030810

Can you set $g_show_detailed_errors = ON; in config_inc.php and attach the detailed error report?

Please make sure to erase any sensitive information from it.

jgreenhalgh

jgreenhalgh

2012-01-05 16:17

reporter   ~0030812

bug report in pdf

rombert

rombert

2012-01-05 16:52

reporter   ~0030813

Thank you, that clarifies things a bit. Somehow an empty user id is added to the notification list. Can you please enable system logging for email operations ( http://www.mantisbt.org/docs/master-1.2.x/en/administration_guide/admin.config.logging.html ) ? This way I would see which call fails to return the proper user id.

jgreenhalgh

jgreenhalgh

2012-01-06 02:48

reporter   ~0030822

When i delete or move i have one error :

log :

2012-01-06 08:46 CET mail_recipient Issue = #17, add Reporter = @U4
2012-01-06 08:46 CET mail_recipient Issue = #17, add Monitor = @U3
2012-01-06 08:46 CET mail_recipient Issue = #17, add Monitor = @U0
2012-01-06 08:46 CET mail_recipient Issue = #17, drop @U4 (disabled)
2012-01-06 08:46 CET mail_recipient Issue = #17, drop @U3 (own)
2012-01-06 08:46 CET mail_recipient Issue = #17, add Reporter = @U4
2012-01-06 08:46 CET mail_recipient Issue = #17, add Monitor = @U3
2012-01-06 08:46 CET mail_recipient Issue = #17, add Monitor = @U0
2012-01-06 08:46 CET mail_recipient Issue = #17, add Note Author = @U3
2012-01-06 08:46 CET mail_recipient Issue = #17, drop @U4 (disabled)
2012-01-06 08:46 CET mail_recipient Issue = #17, drop @U3 (own)
2012-01-06 08:47 CET mail_recipient Issue = #17, add Reporter = @U4
2012-01-06 08:47 CET mail_recipient Issue = #17, add Monitor = @U3
2012-01-06 08:47 CET mail_recipient Issue = #17, add Monitor = @U0
2012-01-06 08:47 CET mail_recipient Issue = #17, add Note Author = @U3
2012-01-06 08:47 CET mail_recipient Issue = #17, drop @U4 (disabled)
2012-01-06 08:47 CET mail_recipient Issue = #17, drop @U3 (own)

rombert

rombert

2012-01-06 03:21

reporter   ~0030824

Thanks. It seems that there is a monitor which is incorrectly added. I'll try and see what I can do with that.

jgreenhalgh

jgreenhalgh

2012-01-06 03:25

reporter   ~0030825

Thanks
how i can pay the monney for sponsoring Mantis.
We are testing mantis in my company and if mantis it's ok my company can sponsoring mantis.

rombert

rombert

2012-01-06 03:40

reporter   ~0030826

Thanks for your offer. I don't really use sponsorships for performing work, I just fix what I have time to. There are a number of ways of contributing to MantisBT, so we can discuss those at a later date.

jgreenhalgh

jgreenhalgh

2012-02-13 03:43

reporter   ~0031226

With the new driver mssslq + php 5.3.8 i have this prblem with this bug now !

i have this bug when i push one comment , if i haven't comment there are no bug !

Bug in the pdf 2

rombert

rombert

2012-03-04 06:53

reporter   ~0031374

I've tried to reproduce the error but could not. Here's what I did:

  1. Installed SQL Server express 2008 in Windows Server 2008 Standard
  2. Installed Mantis on Linux / PHP 5.3 with the mssql driver
  3. Installed Mantis without any troubles
  4. Patched library/adodb/adodb.inc to have define('ADODB_FETCH_ASSOC',0); - otherwise I was unable to login
  5. Created a project
  6. Created a second user ( manager )
  7. Reported an issue with the administrator
  8. Monitored the issue with the manager and administrator
  9. Added a comment with the manager and administrator
  10. Deleted the issue

Can you give me some steps to reproduce?

atrol

atrol

2012-06-10 14:25

developer   ~0032062

eriede_globalgoldinc_com, you did not provide feedback. I am resolving this issue as "unable to reproduce". Feel free to provide the requested feedback at a later time and to reopen the issue.

grangeway

grangeway

2014-05-16 15:00

reporter   ~0040367

MantisBT currently supports Mysql and has support for other database engines.

The support for other databases is known to be problematic.

Having implemented the current database layer into Mantis 10 years ago, I'm currently working on replacing the current layer.

If you are interested in using Mantis with non-mysql databases - for example, Oracle, PGSQL or MSSQL, and would be willing to help out testing the new database layer, please drop me an email at paul@mantisforge.org

In the meantime, I'd advise running Mantis with Mysql Only to avoid issues.

Thanks
Paul