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) »
  • Problem after installation of CiviCRM 3.4.8 on existing Joomla 1.5.25
Pages: [1]

Author Topic: Problem after installation of CiviCRM 3.4.8 on existing Joomla 1.5.25  (Read 1067 times)

ehub

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 3.4.8
  • CMS version: Joomla 1.5.25
  • MySQL version: 5.0.60-log
  • PHP version: 5.2.16-pl0-gentoo
Problem after installation of CiviCRM 3.4.8 on existing Joomla 1.5.25
January 31, 2012, 05:55:21 am
Hello,

after installing CiviCRM 3.4.8 on a Joomla 1.5.25 system it shows following message:


"CiviCRM
CiviCRM component files have been UPGRADED succesfully.

Please run the CiviCRM Database Upgrade Utility now. This utility will check your database and perform any needed upgrades.

Also review the Upgrade Guide for any additional steps required to complete this upgrade.
"


After clicking on "CiviCRM Database Upgrade Utility" to run it following error occurs:


"Sorry. A non-recoverable error has occurred. The error trace below might help to resolve the issue


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

       
[code ] => -18
    [message] => DB Error: no such table
    [mode] => 16
    [debug_info] =>
SELECT v.name as valueName, v.value, g.name as optionName
FROM   civicrm_option_value v,
       civicrm_option_group g
WHERE  ( g.name = 'directory_preferences'
OR       g.name = 'url_preferences' )
AND    v.option_group_id = g.id
AND    v.is_active = 1
 [nativecode=1146 ** Table 'goenetworkdb.civicrm_option_value' doesn't exist]
    [type] => DB_Error
    [user_info] =>
SELECT v.name as valueName, v.value, g.name as optionName
FROM   civicrm_option_value v,
       civicrm_option_group g
WHERE  ( g.name = 'directory_preferences'
OR       g.name = 'url_preferences' )
AND    v.option_group_id = g.id
AND    v.is_active = 1
 [nativecode=1146 ** Table 'goenetworkdb.civicrm_option_value' doesn't exist]
    [to_string] => [db_error: message="DB Error: no such table" code=-18 mode=callback callback=CRM_Core_Error::handle prefix="" info="
SELECT v.name as valueName, v.value, g.name as optionName
FROM   civicrm_option_value v,
       civicrm_option_group g
WHERE  ( g.name = 'directory_preferences'
OR       g.name = 'url_preferences' )
AND    v.option_group_id = g.id
AND    v.is_active = 1
 [nativecode=1146 ** Table 'goenetworkdb.civicrm_option_value' doesn't exist]"]
"


CiviCRM doesn't work it doesn't matter whether I run the CiviCRM Database Upgrade Utility or not.

Can anyone tell me what I can do to fix this problem?

Thanks in advance!

Regards
Andy
« Last Edit: January 31, 2012, 05:57:22 am by ehub »

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Problem after installation of CiviCRM 3.4.8 on existing Joomla 1.5.25
January 31, 2012, 11:34:34 am
Your error is "Table 'goenetworkdb.civicrm_option_value' doesn't exist" Can you manually confirm that that is the correct database and that that table does not exist?

And is 5.0 really your MySQL version? CiviCRM does require "MySQL 5.1.x+ with InnoDB support" as per http://civicrm.org/aboutcivicrm
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • Problem after installation of CiviCRM 3.4.8 on existing Joomla 1.5.25

This forum was archived on 2017-11-26.