hi,
i just upgrade my PN 764 to pn8 RC3 ,
but i got some problem here ,
during upgrade prosess i got the following errors ;
# Backing Up user database... done
# Users database structure upgraded.
# Module database structure upgraded.
# upgrade Theme: successful
# upgrade Profile: FAILED!
# upgrade Blocks: successful
# upgrade Users: successful
# Existing users have been activated
# Blocks tables upgraded
# Reset theme to ExtraLite
Unknown column 'pn_uda_id' in 'field list'
SELECT pn_uda_id AS "uda_id",pn_uda_propid AS "uda_propid",pn_uda_uid AS "uda_uid",pn_uda_value AS "uda_value" FROM nuke_user_data WHERE pn_uda_propid = '1' AND pn_uda_uid = '2'
Unknown column 'pn_uda_id' in 'field list'
SELECT pn_uda_id AS "uda_id",pn_uda_propid AS "uda_propid",pn_uda_uid AS "uda_uid",pn_uda_value AS "uda_value" FROM nuke_user_data WHERE pn_uda_propid = '3' AND pn_uda_uid = '2'
Unknown column 'pn_uda_id' in 'field list'
SELECT pn_uda_id AS "uda_id",pn_uda_propid AS "uda_propid",pn_uda_uid AS "uda_uid",pn_uda_value AS "uda_value" FROM nuke_user_data WHERE pn_uda_propid = '4' AND pn_uda_uid = '2'
Unknown column 'pn_uda_id' in 'field list'
SELECT pn_uda_id AS "uda_id",pn_uda_propid AS "uda_propid",pn_uda_uid AS "uda_uid",pn_uda_value AS "uda_value" FROM nuke_user_data WHERE pn_uda_propid = '5' AND pn_uda_uid = '2'
Unknown column 'pn_uda_id' in 'field list'
SELECT pn_uda_id AS "uda_id",pn_uda_propid AS "uda_propid",pn_uda_uid AS "uda_uid",pn_uda_value AS "uda_value" FROM nuke_user_data WHERE pn_uda_propid = '6' AND pn_uda_uid = '2'
Unknown column 'pn_uda_id' in 'field list'
SELECT pn_uda_id AS "uda_id",pn_uda_propid AS "uda_propid",pn_uda_uid AS "uda_uid",pn_uda_value AS "uda_value" FROM nuke_user_data WHERE pn_uda_propid = '13' AND pn_uda_uid = '2'
i have no idea about this.anyone can help me ? thanks
- craigh responded to »TagIt 3.0 for Zikula« 01:46 PM
- jmvaughn responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 12:05 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
upgrade Profile: FAILED!
-
- Rank: Freshman
- Registered: Sep 07, 2002
- Last visit: Apr 05, 2010
- Posts: 72
hello,
do you found solution ?
i have the same problem with module Profile and module Blocks...
thanks
Manu -
- Rank: Team Member
- Registered: Dec 07, 2003
- Last visit: May 09, 2010
- Posts: 2703
We are currently investigating this, thanks.
--
David Pahl
Zikula Support Team -
- Rank: Freshman
- Registered: Sep 07, 2002
- Last visit: Apr 05, 2010
- Posts: 72
Hello,
I solve my problem with not really good solution but it works.
The problem is due to bad format of some of my MySQL tables (i don't know why)...
Some items are "index" but shoudn't be.
To solve my problem :
- i make a backup of my tables
- make a new PN 0.764 installation with temporary database
- delete all datas inside this DB but not the tables
- export only datas from my originale database
- import datas in temporary base
- delete bad tables in originale database
- import tables from temporary DB to my original DB
- start the upgrade process
It work for me.
Hopes that help some people with the same problem.
Kinds regards
Garou
- Moderated by:
- Support
