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 »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Error deleting campaign in 4.1
Pages: [1]

Author Topic: Error deleting campaign in 4.1  (Read 771 times)

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Error deleting campaign in 4.1
February 24, 2012, 12:14:13 pm
Did a clean install of CIVICRM 4.1 under Joomla 2.5

Created a campaign (although I don't have everything filled in yet).

If I try to delete the campaign, I get the following.  Should I file a bug?

Code: [Select]
Database Error Code: Unknown column 'cp.contribution_page_id' in 'where clause', 1054
Additional Details:

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

    [code] => -19
    [message] => DB Error: no such field
    [mode] => 16
    [debug_info] =>
SELECT      ccp.title
FROM        civicrm_contribution_page ccp
JOIN        civicrm_pcp cp ON ccp.id = cp.contribution_page_id
WHERE       cp.contribution_page_id = 1 [nativecode=1054 ** Unknown column 'cp.contribution_page_id' in 'where clause']
    [type] => DB_Error
    [user_info] =>
SELECT      ccp.title
FROM        civicrm_contribution_page ccp
JOIN        civicrm_pcp cp ON ccp.id = cp.contribution_page_id
WHERE       cp.contribution_page_id = 1 [nativecode=1054 ** Unknown column 'cp.contribution_page_id' 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      ccp.title
FROM        civicrm_contribution_page ccp
JOIN        civicrm_pcp cp ON ccp.id = cp.contribution_page_id
WHERE       cp.contribution_page_id = 1 [nativecode=1054 ** Unknown column 'cp.contribution_page_id' in 'where clause']"]
)

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Error deleting campaign in 4.1
February 24, 2012, 12:25:31 pm
Can you try reproducing on demo.civicrm.org? If it doesn't work them, please fill a bug

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Re: Error deleting campaign in 4.1
February 24, 2012, 12:34:36 pm
Will do.  Although I now see someone reported this earlier here:

http://forum.civicrm.org/index.php?topic=23265.0

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Re: Error deleting campaign in 4.1
February 24, 2012, 12:38:26 pm
OK.  Just replicated the issue there.  If I try to delete any existing Campaign, I get the same exact error.  Filing bug.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Error deleting campaign in 4.1

This forum was archived on 2017-11-26.