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 »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • front-end integration [joomla]
Pages: [1]

Author Topic: front-end integration [joomla]  (Read 3471 times)

redking

  • I’m new here
  • *
  • Posts: 28
  • Karma: 2
  • CiviCRM version: CiviCRM 4.1.0
  • CMS version: Joomla! 2.5.4
  • MySQL version: 5.1.30
  • PHP version: 5.2.8
front-end integration [joomla]
April 25, 2008, 03:26:07 am
I've been struggling to make the front-end integration work. (Joomla) previous version was working well but this version 2.2 dose not work on front end at all.

I have followed the instructions from this link (3rd point) but NO luck.

http://wiki.civicrm.org/confluence/display/CRMDOC/Configuring+Front-end+Event+Info+and+Registration+in+Joomla!+Sites


When I make the changes in the (root/index.php) as per above link admin page goes blank and shows following error…

“Template File Not Found! Looking for template: joomla_admin”

Does anyone have a solution? Please help……..

Link : (http://localhost/ joomla1.0.15/index.php?option=com_civicrm&task=civicrm/event/register&id=1&reset=1)

( I  was running test drive of event registration)

I really think Joomla front-end integration still needs some work to make it as functional as the back-end is.


lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: front-end integration [joomla]
April 25, 2008, 04:43:05 am
Do your changes to the index.php file create that error message on all Joomla pages, or just when you navigate to a CiviCRM page? I don't think "joomla_admin" is a CiviCRM file. I would go back and make sure you added the session hack line to your index.php file in the right place.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

mcsmom

  • I post frequently
  • ***
  • Posts: 266
  • Karma: 23
    • Official Joomla! Book
  • CiviCRM version: 4 and 3.4
  • CMS version: Joomla!
Re: front-end integration [joomla]
April 25, 2008, 08:17:53 am
Are you using 1.5? You don't need to do that for 1.5.

redking

  • I’m new here
  • *
  • Posts: 28
  • Karma: 2
  • CiviCRM version: CiviCRM 4.1.0
  • CMS version: Joomla! 2.5.4
  • MySQL version: 5.1.30
  • PHP version: 5.2.8
Re: front-end integration [joomla]
April 26, 2008, 12:23:40 am
I am using joomla Joomla! 1.0.xx  (Joomla! 1.0.15)

The question is which index.php file has to be edited ?

I have edited the file c://wamp/www/joomla/1.0.15/index.php
iam i on the right track ?


Can any one help me with the edited file as attachment?

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: front-end integration [joomla]
April 26, 2008, 06:45:26 am
Quote
The question is which index.php file has to be edited ?

The file to be edited is the index.php which is in the root directory of your website.  That is the directory that apache serves when one enters www.yoursite.com into an address bar.
Lead Developer, C3 Design.
Twitter: @FatherShawn

redking

  • I’m new here
  • *
  • Posts: 28
  • Karma: 2
  • CiviCRM version: CiviCRM 4.1.0
  • CMS version: Joomla! 2.5.4
  • MySQL version: 5.1.30
  • PHP version: 5.2.8
Re: front-end integration [joomla]
April 28, 2008, 12:28:49 am
Dear FatherShawn,

Thank you!.
I have made the modification according to the instructions.(link in my previous post)
I still get the same error: "Template File Not Found! Looking for template:joomla_admin file"

Both admin side & front end goes white blank while showing the above error....

Kindly  advice.

FatherShawn

  • Ask me questions
  • ****
  • Posts: 372
  • Karma: 25
    • C3 Design
  • CiviCRM version: 4.2.11
  • CMS version: Drupal 7.23
  • MySQL version: 5.5.32
  • PHP version: 5.3.10
Re: front-end integration [joomla]
April 28, 2008, 03:29:29 am
Well, it is clearly a Joomla sessions problem.  And it is specific to something about your installation.  A quick Google on your error message led me to this posting which leads to the question are you logged into the admin section and also viewing the site via preview when testing?

If so, try logging out of the backend and coming to the site as a front end user...

Since only the backend normally uses sessions, are all backend functions normal before the edit?
Lead Developer, C3 Design.
Twitter: @FatherShawn

redking

  • I’m new here
  • *
  • Posts: 28
  • Karma: 2
  • CiviCRM version: CiviCRM 4.1.0
  • CMS version: Joomla! 2.5.4
  • MySQL version: 5.1.30
  • PHP version: 5.2.8
Re: front-end integration [joomla]
April 28, 2008, 07:27:46 pm
FatherShawn you are right.

IT WORKS like charm. Thank you.

One more thing which I discovered is the changes made in the root/index.php depends on the version of joomla too..

pooririshman

  • Guest
Re: front-end integration [joomla]
September 04, 2008, 11:15:32 am
For me - the fix was an update to my php.ini file

The Session Save Path was in conflict with my server settings

The default php.ini contained the line -
     ;session.save_path = /tmp

I updated this to match the Server Settings for my Host
     session.save_path = /home/USERACCOUNT/tmp

Then - logged back into Joomla Admin
Visited the System Menu >> System Info sub-menu >> Permissions tab
Scroll down to the bottom - ALL GREEN!

If the following line is RED in your configuration -
     Session Directory /   Unwriteable

I recommend checking with the Website Host on how to make the
Joomla Session Save Path Writeable!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • front-end integration [joomla]

This forum was archived on 2017-11-26.