View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000752 | Main CAcert Website | web of trust | public | 2009-06-30 21:53 | 2013-01-15 14:15 |
Reporter | Ted | Assigned To | Sourcerer | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Main CAcert Website | OS | N/A | OS Version | stable |
Fixed in Version | 2009 Q3 | ||||
Summary | 0000752: Invalid message for users trying to assure without passed Assurer Challenge | ||||
Description | From: Scott Perry Email: numist@numist.net Subject: Broken page Message: the page at https://secure.cacert.org/wot.php?id=5 is broken. it only contains "You have at least 100 Assurance Points, if you want to become an assurer try the !". it should probably have a link of some sort in there to CATS. | ||||
Additional Information | See attached diff to fix the problem. Fix is installed on test1.cacert.at | ||||
Tags | No tags attached. | ||||
Attached Files | general.php.diff (1,329 bytes)
--- E:\CAcert\test1\cacert\includes\general.php Di Jun 30 23:46:20 2009 +++ E:\CAcert\test1\cacert\includes\general.php.orig Do Jun 25 22:09:26 2009 @@ -881,9 +881,9 @@ } elseif ($Status == 3) { $Result = _("You have passed the Assurer Challenge, but to become an Assurer you still have to reach 100 Assurance Points!"); } elseif ($Status == 5) { - $Result = _("You have at least 100 Assurance Points, if you want to become an assurer try the").' <a href="https://cats.cacert.org/">'._("Assurer Challenge").'</a>!'; + $Result = _("You have at least 100 Assurance Points, if you want to become an assurer try the").' <a href="https://cats.cacert.org/"><?=_("Assurer Challenge")?></a>!'; } elseif ($Status == 7) { - $Result = _("To become an Assurer you have to collect 100 Assurance Points and pass the").' <a href="https://cats.cacert.org/">'._("Assurer Challenge").'</a>!'; + $Result = _("To become an Assurer you have to collect 100 Assurance Points and pass the").' <a href="https://cats.cacert.org/"><?=_("Assurer Challenge")?></a>!'; } elseif ($Status & 8 > 0) { $Result = _("Sorry, you are not allowed to be an Assurer. Please contact").' <a href="mailto:cacert-support@lists.cacert.org">cacert-support@lists.cacert.org</a>'._(" if you feel that this is not corect."); } else { | ||||
Reviewed by | |||||
Test Instructions | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-06-30 21:53 | Ted | New Issue | |
2009-06-30 21:53 | Ted | File Added: general.php.diff | |
2009-07-01 08:07 | NEOatNHNG | Note Added: 0001455 | |
2009-07-01 08:07 | NEOatNHNG | Relationship added | duplicate of 0000743 |
2009-07-01 11:37 | Sourcerer | Note Added: 0001456 | |
2009-07-01 11:37 | Sourcerer | Status | new => solved? |
2009-07-20 20:31 | Sourcerer | Status | solved? => closed |
2009-07-20 20:31 | Sourcerer | Resolution | open => fixed |
2009-07-20 20:31 | Sourcerer | Assigned To | => Sourcerer |
2012-12-27 17:25 | Werner Dworak | Relationship added | related to 0001107 |
2013-01-15 14:15 | Werner Dworak | Fixed in Version | => 2009 Q3 |