Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Incomplete
    • Affects Version/s: 4.4.6
    • Fix Version/s: None
    • Component/s: WordPress Integration
    • Labels:
      None
    • Documentation Required?:
      None
    • Funding Source:
      Needs Funding

      Description

      When a user tries logging in and viewing the user dashboard, the page errors out and shows the "You do not have permission to access this page" message. It is actually failing to render the rest of the page, spitting out:

      {{<div id="crm-container" class="crm-container" lang="en" xml:lang="en">
      <style type="text/css" media="screen">@import url(/wp-content/plugins/civicrm/civicrm/css/civicrm.css);</style>
      <style type="text/css" media="screen">@import url(/wp-content/plugins/civicrm/civicrm/css/extras.css);</style>
      <div class="messages status no-popup"> <div class="icon red-icon alert-icon"></div>
      <span class="status-fatal">Sorry but we are not able to provide this at the moment.</span>
      <div class="crm-section crm-error-message">You do not have permission to access this page</div>
      <p><a href="http://txmpa.org/" title="Main Menu">Return to home page.</a></p>
      </div>
      </div>
      <script language="JavaScript">
      function toggle( element ) {
      var className = element.className;
      if ( className == 'crm-accordion-wrapper collapsed crm-fatal-error-details-block')

      { element.className = 'crm-accordion-wrapper crm-fatal-error-details-block'; }

      else

      { element.className = 'crm-accordion-wrapper collapsed crm-fatal-error-details-block'; }

      }
      </script>}}

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              BenComicGraphics Ben Carver
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: