CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Joomla 1.7+, CiviCRM and JEvents integration
Pages: [1]

Author Topic: Joomla 1.7+, CiviCRM and JEvents integration  (Read 1444 times)

ylavoie

  • I’m new here
  • *
  • Posts: 19
  • Karma: 0
    • Regroupement de l'industrie électronique du Québec
  • CiviCRM version: 4.2.4
  • CMS version: Joomla 2.5.7
  • MySQL version: 5.5.24
  • PHP version: 5.3.10
Joomla 1.7+, CiviCRM and JEvents integration
February 06, 2012, 11:17:23 am
Hi,

I am trying to display CiviEvent on a JEvent calendar through ICAL using a cron job.
Documentation states that CiviCRM: access CiviCRM, CiviEvent: register for events and CiviEvent: view event info are sufficients but nothing works.

Trying to display /index.php?option=com_civicrm&task=civicrm/event/ical&reset=1&page=1&lang=fr fails with a not allowed error.

Disabling the permission check in administrator/components/com_civicrm/civicrm/CRM/Core/Invoke.php allows guests to display the page and JEvents to polls the data, so it it a permission problem.

Public access is currently configured this way:
            Public   
            Configure Joomla! ACL    Not allowed
            Access Component    Not allowed
            CiviCRM: add contacts    Not allowed
            CiviCRM: view all contacts    Allowed
            CiviCRM: edit all contacts    Not allowed
            CiviCRM: delete contacts    Not allowed
            CiviCRM: access deleted contacts    Not allowed
            CiviCRM: import contacts    Not allowed
            CiviCRM: edit groups    Not allowed
            CiviCRM: administer CiviCRM    Not allowed
            CiviCRM: access uploaded files    Allowed
            CiviCRM: profile listings and forms    Allowed
            CiviCRM: profile listings    Not allowed
            CiviCRM: profile create    Allowed
            CiviCRM: profile edit    Not allowed
            CiviCRM: profile view    Allowed
            CiviCRM: access all custom data    Allowed
            CiviCRM: view all activities    Allowed
            CiviCRM: delete activities    Not allowed
            CiviCRM: access CiviCRM    Allowed
            CiviCRM: access Contact Dashboard    Not allowed
            CiviCRM: translate CiviCRM    Not allowed
            CiviCRM: administer Tagsets    Not allowed
            CiviCRM: administer reserved tags    Not allowed
            CiviCRM: administer dedupe rules    Not allowed
            CiviCRM: merge duplicate contacts    Not allowed
            CiviCRM: view all notes    Allowed
            CiviEvent: access CiviEvent    Allowed
            CiviEvent: edit event participants    Not allowed
            CiviEvent: edit all events    Not allowed
            CiviEvent: register for events    Allowed
            CiviEvent: view event info    Allowed
            CiviEvent: view event participants    Allowed
            CiviEvent: delete in CiviEvent    Not allowed

Any suggestions?

Thanks,

Yves

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Joomla 1.7+, CiviCRM and JEvents integration
February 09, 2012, 03:07:32 pm
I've experimented with this on our 4.1 Joomla 1.7 sandbox and it's working as "properly".

If you login and check permissions you'll see that Public user has "register for events", "view event info" - which is all that should be required to see the ICAL listing page. (Can you tell me where it says you need 'access CiviCRM' - because that is definitely incorrect.)

http://sandbox.joomla.civicrm.org/administrator/?option=com_civicrm&task=civicrm/admin/access&reset=1

Then I logged out and checked the iCal page as anonymous user (Public) - and it displays fine:
http://sandbox.joomla.civicrm.org/index.php?option=com_civicrm&task=civicrm/event/ical&reset=1&list=1

I don't think the &lang=fr param should matter, so not sure why it's not working on your site (unless it was corrected for 4.1) ??
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Joomla 1.7+, CiviCRM and JEvents integration

This forum was archived on 2017-11-26.