View Issue Details

IDProjectCategoryView StatusLast Update
0004344mantisbtbugtrackerpublic2004-08-29 01:48
Reporterhennot Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionduplicate 
Product Version0.19.0a2 
Summary0004344: Viewing an issue page generates Runtime Error when sponsorships are disabled
Description

When sponsorships are disabled in the config file (the default), viewing an issue page (any) displays the attached error message (when using Internet Explorer and Microsoft Script Editor is installed)

Additional Information

I didn't notice this problem until I installed Microsoft Office which includes Microsoft Script Editor and now, every time there is an error within the page, I'm being prompted whether I'd like to debug this error.

TagsNo tags attached.
Attached Files
ARuntimeErrorHasOccured.png (4,507 bytes)   
ARuntimeErrorHasOccured.png (4,507 bytes)   
IE_DoneButWithErrorsOnPage.png (10,803 bytes)   
IE_DoneButWithErrorsOnPage.png (10,803 bytes)   

Relationships

duplicate of 0004130 closedvboctor Viewing bug: JavaScript error pops up 

Activities

hennot

hennot

2004-08-18 06:41

reporter   ~0007046

When a script debugger is not installed, IE displays just a small yellow triangle with an exclamation mark in center and says "Done, but with errors on page.". When that yellow triangle is clicked a dialog box is shown with the details of the error (look at the 3rd screenshot).

Robert Lang

Robert Lang

2004-08-19 07:08

reporter   ~0007064

In file:

$Id: bug_sponsorship_list_view_inc.php,v 1.9 2004/07/18 13:22:28 vboctor Exp $

Line 153 should read :
<?php if ( ON == config_get( 'use_javascript' ) && ON == config_get( 'enable_sponsorship' ) ) { ?>

After this change the javascript-error is fixed.
(Sorry I'm not in the developing team, so I can't fix it myself)