Results 1 to 4 of 4

Thread: error during upgrade..

  1. #1
    mareczek1982 is offline Member
    Join Date
    Jan 2007
    Posts
    5

    Default error during upgrade..

    Hi
    I'm trying to upgrade sugar from 4.5.1h to 5.0 but during pre- phase I've got this error in log:


    Sat, 15 Dec 2007 20:26:47 +0100 [UpgradeWizard] - ***ERROR: test query is NOT running against a temp table!!!! -> UPDATE `CASES` SET NAME='UNSPECIFIED' WHERE NAME IS NULL
    Sat, 15 Dec 2007 20:26:47 +0100 [UpgradeWizard] - *** ERROR: schema change script has errors - stopping execution


    what does it mean ??

    marekk

  2. #2
    momeara is offline Member
    Join Date
    Nov 2007
    Posts
    6

    Default Re: error during upgrade..

    Quote Originally Posted by mareczek1982
    Hi
    I'm trying to upgrade sugar from 4.5.1h to 5.0 but during pre- phase I've got this error in log:


    Sat, 15 Dec 2007 20:26:47 +0100 [UpgradeWizard] - ***ERROR: test query is NOT running against a temp table!!!! -> UPDATE `CASES` SET NAME='UNSPECIFIED' WHERE NAME IS NULL
    Sat, 15 Dec 2007 20:26:47 +0100 [UpgradeWizard] - *** ERROR: schema change script has errors - stopping execution


    what does it mean ??

    marekk
    I'm seeing an identical issue.

  3. #3
    momeara is offline Member
    Join Date
    Nov 2007
    Posts
    6

    Default Re: error during upgrade..

    Quote Originally Posted by momeara
    I'm seeing an identical issue.
    I fixed this, in 451_to_500_mysql.sql, I changed this:

    update `cases` set name='Unspecified' where name is null;

    to this:

    UPDATE `cases` set `name`='Unspecified' where `name` is null;

  4. #4
    mareczek1982 is offline Member
    Join Date
    Jan 2007
    Posts
    5

    Default Re: error during upgrade..

    I will try tu update my environment next weekend and I will post a update info..
    thanks for reply

    marekk

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Upgrade from 3.0.1 to 4.5.1b
    By bkunyiha in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2007-06-21, 11:40 PM
  2. Upgrade process review - 2.0 to 4.0
    By kimvette in forum General Discussion
    Replies: 2
    Last Post: 2007-05-22, 06:18 PM
  3. Replies: 1
    Last Post: 2006-08-11, 09:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •