<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi everyone.</p>
    <p>We have a Freeside server set up and working perfectly, using
      Freeside 4.2.<br>
    </p>
    <p>I'm trying to dump all the test data we've inserted into Freeside
      so far, and start fresh. The normal way a database administrator
      would do this is to drop the database and then re-insert the
      database schema.</p>
    <p>However, attempting to do it like this:<br>
      <br>
      # /etc/init.d/freeside stop<br>
      # /etc/init.d/apache stop<br>
      <br>
      # su freeside<br>
      <br>
      $ createdb -E UTF8 freeside<br>
      $ freeside-setup -d lightspeed.ca<br>
      $ freeside-adduser -g 1 fs_queue<br>
      $ freeside-adduser -g 1 fs_daily<br>
      $ freeside-adduser -g 1 fs_selfservice<br>
      $ freeside-adduser -g 1 fs_api<br>
      $ freeside-adduser -g 1 myuser mypass<br>
      $ exit<br>
      # freeside-queued fs_queue<br>
      # /etc/init.d/freeside start<br>
      # /etc/init.d/apache2 start<br>
    </p>
    <p>only results in an error like this, when I try to log in with
      "myuser" and "mypass", which definitely, <b>definitely</b> got
      created properly:<br>
      <br>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </p>
    <p style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
      text-decoration-style: initial; text-decoration-color: initial;"
      align="center"><font face="Verdana, Arial, Helvetica, sans-serif"><b>System
          error</b></font></p>
    <table style="font-family: "Times New Roman";
      letter-spacing: normal; orphans: 2; text-indent: 0px;
      text-transform: none; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;" cellpadding="1" cellspacing="0"
      border="0">
      <tbody>
        <tr>
          <td valign="top" align="left" nowrap="nowrap"><font size="-2"
              face="Verdana, Arial, Helvetica, sans-serif"><b>error:</b> </font></td>
          <td valign="top" align="left"><font size="-2" face="Verdana,
              Arial, Helvetica, sans-serif">Can't call method "HasRight"
              on an undefined value at /opt/rt3/lib/RT/User.pm line
              1274.<br>
            </font></td>
        </tr>
        <tr>
          <td valign="top" align="left" nowrap="nowrap"><font size="-2"
              face="Verdana, Arial, Helvetica, sans-serif"><b>context:</b> </font></td>
          <td valign="top" align="left" nowrap="nowrap"><font size="-2"
              face="Verdana, Arial, Helvetica, sans-serif">
              <table cellpadding="0" cellspacing="0" border="0">
                <tbody>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>...</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><br>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1270:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif">=cut</font></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1271:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><br>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1272:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif">sub HasRight {</font></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1273:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif">my $self = shift;</font></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1274:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><font color="red">return
                          $self->PrincipalObj->HasRight(@_);</font></font></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1275:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif">}</font></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1276:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><br>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1277:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif">=head2 CurrentUserCanSee [FIELD]</font></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>1278:</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><br>
                    </td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" nowrap="nowrap"><font
                        size="-2" face="Verdana, Arial, Helvetica,
                        sans-serif"><b>...</b> </font></td>
                    <td valign="top" align="left" nowrap="nowrap"><br>
                    </td>
                  </tr>
                </tbody>
              </table>
            </font></td>
        </tr>
        <tr>
          <td valign="top" align="left" nowrap="nowrap"><font size="-2"
              face="Verdana, Arial, Helvetica, sans-serif"><b>code
                stack:</b> </font></td>
          <td valign="top" align="left" nowrap="nowrap"><font size="-2"
              face="Verdana, Arial, Helvetica, sans-serif">/opt/rt3/lib/RT/User.pm:1274<br>
              /usr/share/perl5/FS/TicketSystem/RT_Internal.pm:47<br>
              /usr/share/perl5/FS/TicketSystem.pm:28<br>
              /var/www/html/freeside/elements/header-full.html:85<br>
              /var/www/html/freeside/elements/header.html:5<br>
              /var/www/html/freeside/index.html:4<br>
              /var/www/html/freeside/autohandler:1<br>
            </font></td>
        </tr>
      </tbody>
    </table>
    <a href="https://freeside.lightspeed.ca/freeside/index.html#raw"
      style="font-family: "Times New Roman"; font-size:
      medium; font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-weight: normal; letter-spacing:
      normal; orphans: 2; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">raw error</a><br
      style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <br style="color: rgb(0, 0, 0); font-family: "Times New
      Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;">
    <a name="raw" style="color: rgb(0, 0, 0); font-family: "Times
      New Roman"; font-size: medium; font-style: normal;
      font-variant-ligatures: normal; font-variant-caps: normal;
      font-weight: normal; letter-spacing: normal; orphans: 2;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-stroke-width: 0px; text-decoration-style: initial;
      text-decoration-color: initial;"></a><span style="color: rgb(0, 0,
      0); font-family: "Times New Roman"; font-size: medium;
      font-style: normal; font-variant-ligatures: normal;
      font-variant-caps: normal; font-weight: normal; letter-spacing:
      normal; orphans: 2; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;
      text-decoration-style: initial; text-decoration-color: initial;
      display: inline !important; float: none;"></span>
    <pre style="color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">Can't call method "HasRight" on an undefined value at /opt/rt3/lib/RT/User.pm line 1274.


Trace begun at /usr/share/perl5/HTML/Mason/Exceptions.pm line 129
HTML::Mason::Exceptions::rethrow_exception('Can\'t call method "HasRight" on an undefined value at /opt/rt3/lib/RT/User.pm line 1274.^J') called at /opt/rt3/lib/RT/User.pm line 1274
RT::User::HasRight('RT::CurrentUser=HASH(0x7ff1a8430a38)', 'Right', 'ModifySelf', 'Object', 'RT::System=HASH(0x7ff1a1abbb48)') called at /usr/share/perl5/FS/TicketSystem/RT_Internal.pm line 47
FS::TicketSystem::RT_Internal::access_right('FS::TicketSystem::RT_Internal', 'HASH(0x7ff19782b170)', 'ModifySelf') called at /usr/share/perl5/FS/TicketSystem.pm line 28
FS::TicketSystem::AUTOLOAD('FS::TicketSystem', 'HASH(0x7ff19782b170)', 'ModifySelf') called at /var/www/html/freeside/elements/header-full.html line 85
HTML::Mason::Commands::__ANON__('Billing Main') called at /usr/share/perl5/HTML/Mason/Component.pm line 138
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7ff1a833aec0)', 'Billing Main') called at /usr/share/perl5/HTML/Mason/Request.pm line 1305
eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 1295
HTML::Mason::Request::comp(undef, undef, 'Billing Main') called at /var/www/html/freeside/elements/header.html line 5
HTML::Mason::Commands::__ANON__('Billing Main') called at /usr/share/perl5/HTML/Mason/Component.pm line 138
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7ff1a82cdb00)', 'Billing Main') called at /usr/share/perl5/HTML/Mason/Request.pm line 1305
eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 1295
HTML::Mason::Request::comp(undef, undef, 'Billing Main') called at /var/www/html/freeside/index.html line 4
HTML::Mason::Commands::__ANON__ at /usr/share/perl5/HTML/Mason/Component.pm line 138
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7ff1a82eecc0)') called at /usr/share/perl5/HTML/Mason/Request.pm line 1305
eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 1295
HTML::Mason::Request::comp(undef, undef, undef) called at /usr/share/perl5/HTML/Mason/Request.pm line 958
HTML::Mason::Request::call_next('FS::Mason::Request=HASH(0x7ff1a17722c8)') called at /var/www/html/freeside/autohandler line 1
HTML::Mason::Commands::__ANON__ at /usr/share/perl5/HTML/Mason/Component.pm line 138
HTML::Mason::Component::run('HTML::Mason::Component::FileBased=HASH(0x7ff1a82622e8)') called at /usr/share/perl5/HTML/Mason/Request.pm line 1303
eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 1295
HTML::Mason::Request::comp(undef, undef, undef) called at /usr/share/perl5/HTML/Mason/Request.pm line 484
eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 484
eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 436
HTML::Mason::Request::exec('FS::Mason::Request=HASH(0x7ff1a17722c8)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 165
HTML::Mason::Request::ApacheHandler::exec('FS::Mason::Request=HASH(0x7ff1a17722c8)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 831
HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x7ff1a4c57728)', 'Apache2::RequestRec=SCALAR(0x7ff1a4d0c600)') called at /usr/local/etc/freeside/handler.pl line 153
eval {...} at /usr/local/etc/freeside/handler.pl line 153
HTML::Mason::handler('Apache2::RequestRec=SCALAR(0x7ff1a4d0c600)') called at -e line 0
eval {...} at -e line 0</pre>
    <p><br>
    </p>
    <p>I suppose I can blow away the server and rebuild it again from
      scratch, but all those perl dependencies were not easy to build
      the first time around, and the ones that needed to be installed
      through cpan took a long time. There's got to be a faster way to
      accomplish this.<br>
    </p>
  </body>
</html>