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) »
  • Multiple upgrade issues
Pages: [1]

Author Topic: Multiple upgrade issues  (Read 1714 times)

NorCal

  • Guest
Multiple upgrade issues
June 09, 2009, 06:26:50 pm
Hi, I had installed 2.2.3.  Today I went to upgrade to 2.2.5.  Followed the instructions and uninstall and install both gave  success message.  Did the database utility.  Again success.  Then I noticed that the footer still said 2.2.3 so I tried the logout/session and then cleanup/reset in the upgrade instructions.  Even changed browsers.  Still says 2.2.3.

Then I went into the checklist and clicking on two items (Localization and Enable Components) I get the error below.  I also tried changing the Joomla version settings to 1.5.11 from 1.5.10 and submitted.  Then went back and it says 1.5.10.  Also tried selecting yes to Debugging and saving.  Went back and it is at No.  Tried selecting Sendmail.  No deal.  Tried changing outbound email address and I can't edit it or add a new address.

Code: [Select]
Sorry. A non-recoverable error has occurred.
QuickForm Error: unregistered element

Return to home page.

Error Details:

Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] => -5
    [message] => QuickForm Error: unregistered element
    [mode] => 16
    [debug_info] => Element 'advmultiselect' does not exist in HTML_QuickForm::_loadElement()
    [type] => HTML_QuickForm_Error
    [user_info] => Element 'advmultiselect' does not exist in HTML_QuickForm::_loadElement()
    [to_string] => [html_quickform_error: message="unregistered element" code=-5 mode=callback callback=CRM_Core_Error::handle prefix="QuickForm Error: " info="Element 'advmultiselect' does not exist in HTML_QuickForm::_loadElement()"]
)
[/code]

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: Multiple upgrade issues
June 09, 2009, 07:38:15 pm

can u ensure that you have the following file:

administrator/components/com_civicrm/civicrm/packages/HTML/QuickForm/advmultiselect.php

i suspect there might be an error in transferring files etc

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

NorCal

  • Guest
Re: Multiple upgrade issues
June 09, 2009, 08:35:17 pm
Yes the file is there.  Today's date.

NorCal

  • Guest
Re: Multiple upgrade issues
June 10, 2009, 03:34:08 pm
any other ideas?  I'm totally stuck.


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: Multiple upgrade issues
June 10, 2009, 05:52:37 pm

can u get an IRC and give us ssh access. wierd bug, not seen it before :(

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

NorCal

  • Guest
Re: Multiple upgrade issues
June 10, 2009, 06:30:51 pm
I don't use IRC but I can set it up to get this resolved.  I'm on Mac.  I found this:
http://www.ircle.com/

unless you have a better suggestion.

I can get you setup with ssh but it will be a little complicated.  I'll need the IP address you'll be accessing from, since we define allowed hosts.

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: Multiple upgrade issues
June 10, 2009, 07:09:55 pm

this will be faster: http://tinyurl.com/civiirc

its an ajax irc client

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

arrow

  • Guest
Re: Multiple upgrade issues
August 30, 2009, 01:05:28 pm
Did you guys find a resolution?  Because we are having the same issue.  the file
/var/www/drupal/sites/all/modules/civicrm/packages/HTML/QuickForm/advmultiselect.php  exists and is up to date with our staged (and working) installation. But on production we get the above:

unrecoverable error
    Sorry. A non-recoverable error has occurred.

    QuickForm Error: unregistered element

    Return to home page.

Error Details:

Array
(
    [callback] => Array
        (
           
  • => CRM_Core_Error
  • [1] => handle
            )

       
Code: [Select]
=> -5
    [message] => QuickForm Error: unregistered element
    [mode] => 16
    [debug_info] => Element 'import contact' does not exist in HTML_QuickForm::_loadElement()
    [type] => HTML_QuickForm_Error
    [user_info] => Element 'import contact' does not exist in HTML_QuickForm::_loadElement()
    [to_string] => [html_quickform_error: message="unregistered element" code=-5 mode=callback callback=CRM_Core_Error::handle prefix="QuickForm Error: " info="Element 'import contact' does not exist in HTML_QuickForm::_loadElement()"]
)


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: Multiple upgrade issues
August 30, 2009, 04:59:36 pm

in general please avoid posting the same query in multiple places

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

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

This forum was archived on 2017-11-26.