CRM-18540 user dashboard errors out

    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

          [CRM-18540] user dashboard errors out
          Coleman Watts added a comment -

          This sounds like a support request rather than a concrete bug report.
          If you can give steps to reproduce this on a site other than yours, e.g. https://civicrm.org/demo then we can reopen this as a bug.
          Otherwise I suggest you ask for tech support from whomever is providing that service to your organization. Our free support channel is http://civicrm.stackexchange.com/

            People

            • Assignee:
              Unassigned
              Reporter:
              Ben Carver

              Dates

              • Created:
                Updated:
                Resolved: