View Issue Details

IDProjectCategoryView StatusLast Update
0012853mantisbtauthenticationpublic2014-12-08 02:07
Reporteramaringer Assigned Todhx  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformAMD64OSDebianOS Version6.0
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0012853: Registration verification not possible
Description

It is not possible to activate the regsitration, because the verification link crashes. The error message is:
XML-processing error: not wellformed
Adress: */verify.php?**
Line 76, col 32:
<div class="field-container <?php echo helper_alternate ...?>">...

Steps To Reproduce

Registrate and klick to the verification link in the email

Additional Information

Patch:
--- account_page.php.old 2011-03-11 22:53:52.000000000 +0100
+++ account_page.php 2011-03-11 22:35:16.000000000 +0100
@@ -201,7 +201,7 @@
<?php
$t_projects = user_get_assigned_projects( auth_get_current_user_id() );
if( count( $t_projects ) > 0 ) {

  • echo '<div class="field-container <?php echo helper_alternate_class_no_attribute(); ?>">';
  • echo '<div class="field-container '.helper_alternate_class_no_attribute().'">';
    echo '<span class="display-label"><span>' . lang_get( 'assigned_projects' ) . '</span></span>';
    echo '<div class="input">';
    echo '<ul class="project-list">';
Tagspatch

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dhx

dhx

2011-03-25 11:37

reporter   ~0028484

Thanks for the patch Alexander - committed.

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036461

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master c06f67be

2011-03-25 11:32

Alexander Maringer

Committer: dhx


Details Diff
Fix 0012853: XHTML markup error during user registration validation

It was not possible to validate new user registrations due to invalid
XHTML markup in account_page.php.

Signed-off-by: David Hicks <d@hx.id.au>
Affected Issues
0012853
mod - account_page.php Diff File