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 »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • CiviEvent in 1.8
Pages: [1]

Author Topic: CiviEvent in 1.8  (Read 1667 times)

senojeel

  • I post occasionally
  • **
  • Posts: 70
  • Karma: 1
CiviEvent in 1.8
July 09, 2007, 08:05:17 pm
Started playing with the 1.8 Alpha and Joomla 1.5 beta 2.

How do I get an event to display in the frontend?  A lot of the functions have changed names in beta 2, so I don't know where to put the 2 lines below.

Code: [Select]
// Add these two new lines just above the line shown below...
session_name( md5( $mosConfig_live_site . '_frontend' ));
session_start();

This has changed.
Code: [Select]
// mainframe is an API workhorse, lots of 'core' interaction routines
$mainframe = new mosMainFrame( $database, $option, '.' );

Thanks!
Shawn

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviEvent in 1.8
July 09, 2007, 08:12:43 pm

Shawn:

I dont think you need the below session start stuff in 1.5 beta2. Joomla 1.5 is supposed to have front end session support (or at least thats what we were told by a joomla expert)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

senojeel

  • I post occasionally
  • **
  • Posts: 70
  • Karma: 1
Re: CiviEvent in 1.8
July 10, 2007, 06:59:08 am
Thanks lobo.

I was trying to add an event to the frontend and when I go there I get "You do not have permission to execute this url. " I thought that may have been the problem, but it must be something else... I checked my permissions and have the menu item set for Public. I will keep playing.

Shawn

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviEvent in 1.8
July 10, 2007, 07:15:40 am

You might want to check and debug the code at:

components/com_civicrm/civicrm.php

We dont officially support a release (in this case Joomla 1.5 beta 2) until it reaches RC stage. But we'd love your feedback and fixes so others can benefit

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

senojeel

  • I post occasionally
  • **
  • Posts: 70
  • Karma: 1
Re: CiviEvent in 1.8
July 10, 2007, 07:29:48 am
You know, it would help if I fully configured an event...  I skipped some steps and they were vital steps like enabling Online Registration...

Thanks for your help lobo.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • CiviEvent in 1.8

This forum was archived on 2017-11-26.