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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Can not add Joomla CiviCRM component after upgrade to 1.8
Pages: [1]

Author Topic: Can not add Joomla CiviCRM component after upgrade to 1.8  (Read 4190 times)

kunapipi

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Can not add Joomla CiviCRM component after upgrade to 1.8
September 21, 2007, 05:11:28 am
I can not add a profile to the Joomla front end since upgrading to 1.8.
I get the following error;
Quote
Fri Sep 21 15:05:50 2007] [error] [client 121.209.193.86] Premature end of script headers: index2.php, referer: http://kunapipi.com.au/Joomla/administrator/index2.php
 


Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 21, 2007, 11:04:37 am
We've got profiles running in the front-end on our 1.8 demo, and I'm pretty sure others have as well.
http://demo.civicrm.org/joomla/index.php?option=com_civicrm&Itemid=27

Are other aspects of your 1.8 install running properly?
What version of Joomla are you running?
What are you doing when you get that error?
Protect your investment in CiviCRM by  becoming a Member!

kunapipi

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 21, 2007, 06:04:46 pm
Quote from: Dave Greenberg on September 21, 2007, 11:04:37 am
We've got profiles running in the front-end on our 1.8 demo, and I'm pretty sure others have as well.
http://demo.civicrm.org/joomla/index.php?option=com_civicrm&Itemid=27

Are other aspects of your 1.8 install running properly?
What version of Joomla are you running?
What are you doing when you get that error?
Running 1.0.12 of Joomla, MySQL is version 5 and PHP 5
Everything else seems to be working. Under 1.7 I added a menu item for "My Dashboard" and this still works OK, but if I copy that menu Item I can not edit or change it either. After Saving it comes up as undefined ie "URL undefined&Itemid=64".

All I am doing is clicking on the save component button and the Error 500 comes up.
I have change the error logging to be E_all and I get the following;
Quote
[Sat Sep 22 03:55:38 2007] [error] [client 121.209.193.86] PHP Notice:  Undefined variable: component in /home/www/kunapipi.com.au/Joomla/includes/joomla.php on line 4680, referer: http://kunapipi.com.au/Joomla/administrator/index2.php?option=com_menus&menutype=usermenu
[Sat Sep 22 03:56:18 2007] [error] [client 121.209.193.86] PHP Notice:  Undefined variable: component in /home/www/kunapipi.com.au/Joomla/includes/joomla.php on line 4680, referer: http://kunapipi.com.au/Joomla/administrator/index2.php?option=com_menus&menutype=Directors
[Sat Sep 22 03:57:07 2007] [error] [client 121.209.193.86] PHP Notice:  Undefined variable: component in /home/www/kunapipi.com.au/Joomla/includes/joomla.php on line 4680, referer: http://kunapipi.com.au/Joomla/administrator/index2.php?option=com_menus&menutype=Directors&task=edit&id=64&hidemainmenu=1
[Sat Sep 22 03:59:36 2007] [error] [client 121.209.193.86] Premature end of script headers: index2.php, referer: http://kunapipi.com.au/Joomla/administrator/index2.php?option=com_menus&menutype=Directors&mosmsg=Menu+item+Saved

Mike

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 22, 2007, 01:56:04 pm
Check this previous post:
http://forum.civicrm.org/index.php/topic,745.msg3205.html#msg3205
Protect your investment in CiviCRM by  becoming a Member!

kunapipi

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 24, 2007, 03:36:54 am
Quote from: Dave Greenberg on September 22, 2007, 01:56:04 pm
Check this previous post:
http://forum.civicrm.org/index.php/topic,745.msg3205.html#msg3205

Thanks Dave. I had read that article but don't think it helps. I am running Joomla 1.012 and CiviCRM 1.8 stable, so it doesn't really apply to me. I have found something else tonight. The backup is also not working. It gives the following error
Quote
Error 500 - malformed header from script. Bad header=ContentType Extension='.gz' Co: index2.php


kunapipi

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 24, 2007, 03:58:47 am
I think I may have solved it. The Database tables are all MyISAM format. When I did the original installation it failed. I did a rerun and did not change the configuraion file to "upgrade" so I accendently deleted the data. So then I restored the tables and data from an MYSQL Dump I created earlier and then ran the Upgrade sql file. My dump file creates the tables "ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1"
Where as it should be;
ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci  ;
I will do a find and replave on the SQL dump file and tell you how I go. thanks again for your contributions. Hope this helps someone else.

kunapipi

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 24, 2007, 04:26:16 am
Quote from: kunapipi on September 24, 2007, 03:58:47 am
My dump file creates the tables "ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1"
Where as it should be;
ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci  ;
I will do a find and replave on the SQL dump file and tell you how I go. thanks again for your contributions. Hope this helps someone else.
Well that was a waste of time..... :(  Regardless the database tables still are MyISAM. 
Table    Action    Records    Type    Collation    Size    Overhead   
civicrm_acl                0   MyISAM    utf8_unicode_ci      1.0 KB 

I am running MySQL 5.0.32 Debian_7etch1~bpo.1-log and it says; "This MySQL server does not support the InnoDB storage engine" I will ask the providor to enable support. If like lost of my other requests do I have an alternative?

kunapipi

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 24, 2007, 05:09:56 am
Yep. As I thought, Hosts will not add support for InnoDB engine. Any workarounds I can put in place?
Anyone know a descent web host?

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 24, 2007, 05:20:38 am
check http://wiki.civicrm.org/confluence/display/CRM/Hosting+provider+information

kunapipi

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 24, 2007, 04:49:43 pm
Quote from: speleo on September 24, 2007, 05:20:38 am
check http://wiki.civicrm.org/confluence/display/CRM/Hosting+provider+information
thankyou. Moving host is a big ask. I have only just done it but I really want to use civi to manage my clubs members.
Are you sure there is no other workaround?  Maybe an earlier version?

speleo

  • Ask me questions
  • ****
  • Posts: 396
  • Karma: 28
  • CiviCRM version: 4.3.1
  • CMS version: J! 2.5,9
  • MySQL version: 5.1
  • PHP version: 5.3.24
Re: Can not add Joomla CiviCRM component after upgrade to 1.8
September 25, 2007, 08:02:38 am
check http://forum.civicrm.org/index.php/topic,1168.msg5105.html#msg5105

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Can not add Joomla CiviCRM component after upgrade to 1.8

This forum was archived on 2017-11-26.