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) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.2 Release Testing »
  • 2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing
Pages: [1]

Author Topic: 2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing  (Read 3526 times)

innov8ion

  • Guest
2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing
February 15, 2009, 10:37:56 am
I am able to install the Joomla package of CiviCRM 2.2 beta 2 just fine.  However, when I click on any of the CiviCRM links in Joomla Administrator, I receive fatal errors as shown below:

Quote
Fatal error: Uncaught exception 'Exception' with message 'XML data could not be loaded. Make sure you specified the correct path.' in /home/digistic/public_html/dslra/administrator/components/com_civicrm/civicrm/packages/IDS/Filter/Storage.php:217 Stack trace: #0 /home/digistic/public_html/dslra/administrator/components/com_civicrm/civicrm/packages/IDS/Filter/Storage.php(108): IDS_Filter_Storage->getFilterFromXML() #1 /home/digistic/public_html/dslra/administrator/components/com_civicrm/civicrm/packages/IDS/Monitor.php(167): IDS_Filter_Storage->__construct(Object(IDS_Init)) #2 /home/digistic/public_html/dslra/administrator/components/com_civicrm/civicrm/CRM/Core/IDS.php(130): IDS_Monitor->__construct(Array, Object(IDS_Init)) #3 /home/digistic/public_html/dslra/administrator/components/com_civicrm/civicrm/CRM/Core/Invoke.php(74): CRM_Core_IDS->check(Array) #4 /home/digistic/public_html/dslra/administrator/components/com_civicrm/admin.civicrm.php(45): CRM_Core_Invoke::invoke(Array) #5 /home/digistic/public_html/dslra/admini in /home/digistic/public_html/dslra/administrator/components/com_civicrm/civicrm/packages/IDS/Filter/Storage.php on line 217

Server Info
Joomla 1.5.9
PHP 5.2.8
Apache 2.2.11 (Unix)

Any ideas?
« Last Edit: February 15, 2009, 11:09:21 am by innov8ion »

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: 2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing
February 15, 2009, 03:36:20 pm

can u delete: media/civicrm/upload/Config.IDS.ini

if that does not work, comment out line 74 in CRM/Core/Invoke.php and get it working and then you can potentially reverse engineer and debug what is happening and why

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

innov8ion

  • Guest
Re: 2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing
February 15, 2009, 03:50:49 pm
Quote from: Donald Lobo on February 15, 2009, 03:36:20 pm

can u delete: media/civicrm/upload/Config.IDS.ini

if that does not work, comment out line 74 in CRM/Core/Invoke.php and get it working and then you can potentially reverse engineer and debug what is happening and why

lobo

Interesting. I deleted the Config.IDS.ini file and was able to get into CiviCRM from the Administrator. 

'Import Contacts' link works.

'CiviContribute' link states
Quote
Sorry. A non-recoverable error has occurred.
DB Error: no such field

Database Error Code: Unknown column 'civicrm_custom_group.extends_entity_column_id' in 'field list', 1054

'CiviPledge' link provides:
Quote
Sorry. A non-recoverable error has occurred.
DB Error: no such table

Database Error Code: Table 'digistic_dslra15.civicrm_pledge_payment' doesn't exist, 1146

'CiviMember' link provides:
Quote
Sorry. A non-recoverable error has occurred.
DB Error: no such field

Database Error Code: Unknown column 'civicrm_custom_group.extends_entity_column_id' in 'field list', 1054

'CiviEvents' link provides:
Quote
Sorry. A non-recoverable error has occurred.
DB Error: no such field

Database Error Code: Unknown column 'civicrm_custom_group.extends_entity_column_id' in 'field list', 1054

'Administer CiviCRM' provides:
Quote
Sorry. A non-recoverable error has occurred.
DB Error: no such table

Database Error Code: Table 'digistic_dslra15.civicrm_participant' doesn't exist, 1146

'Find Contacts', 'Manage Groups' links provide:

Quote
Sorry. A non-recoverable error has occurred.
DB Error: no such field

Database Error Code: Unknown column 'is_hidden' in 'where clause', 1054

Code: [Select]
Error Details:

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

    [code] => -19
    [message] => DB Error: no such field
    [mode] => 16
    [debug_info] => SELECT  id, title 
 FROM civicrm_group
 
 WHERE ( is_hidden = 0 )  AND (  civicrm_group.is_active = 1 )
 
 
 ORDER BY title 
 [nativecode=1054 ** Unknown column 'is_hidden' in 'where clause']
    [type] => DB_Error
    [user_info] => SELECT  id, title 
 FROM civicrm_group
 
 WHERE ( is_hidden = 0 )  AND (  civicrm_group.is_active = 1 )
 
 
 ORDER BY title 
 [nativecode=1054 ** Unknown column 'is_hidden' in 'where clause']
    [to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="SELECT  id, title 
 FROM civicrm_group
 
 WHERE ( is_hidden = 0 )  AND (  civicrm_group.is_active = 1 )
 
 
 ORDER BY title 
 [nativecode=1054 ** Unknown column 'is_hidden' in 'where clause']"]
)


[/code]

innov8ion

  • Guest
Re: 2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing
February 15, 2009, 05:00:23 pm
I dropped all the tables using the script, deleted the folders in admin, components and media.  reinstalled. things seem ok!

jgaryt

  • Guest
Re: 2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing
March 05, 2009, 11:20:17 pm
I have the same error, but in Drupal

Code: [Select]
DB Error: no such field

Database Error Code: Unknown column 'civicrm_custom_group.extends_entity_column_id' in 'field list', 1054

jgaryt

  • Guest
Re: 2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing
March 05, 2009, 11:45:56 pm
Fixed it by going into the "System" table of the Drupal database and disabling the CiviCRM module.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 2.2 Release Testing »
  • 2.2 beta 2 on Joomla -- install ok, but fatal errors when accessing

This forum was archived on 2017-11-26.