Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-3509

unneeded lines in civicrm.php for Joomla

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 2.1
    • Fix Version/s: 2.1
    • Component/s: None
    • Labels:
      None

      Description

      in civicrm.php in the front end of joomla lines 63-69 are no longer needed in Joomla 1.5.

      if ( ! empty( $_POST ) ) {
      if ( count( $_SESSION ) <= 1 )

      { $message = 'CiviCRM requires session support for Joomla front-end pages. Please modify index.php in the root folder of your front-end Joomla site <a href="http://wiki.civicrm.org/confluence/display/CRMDOC/Configuring+Front-end+Profile+Listings+and+Forms+in+Joomla%21+Sites">as described in the step 3 of this CiviCRM documentation page</a>.'; CRM_Core_Error::fatal( $message ); }

      }

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              mcsmom Elin Waring
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: