Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Update error

Questions related to installing, updating, setting up and configuring
Post Reply
steven
Posts: 379
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 54 times
Been thanked: 52 times

Update error

Unread post by steven »

Hi,

I get this when I try to run Update...
bug.PNG
Has anyone had the same problem (I'm using PHP 8).

This is the database I was trying to update... (I hadn't run it for a long time.)

[File removed]

Steven
You do not have the required permissions to view the files attached to this post.
A short post is a good post.
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Update error

Unread post by kev1n »

Hi Steven,

Are you using the latest form Github?

DB Version: V.4.5-2022.01.20.01
Files Version: V.4.5-2022.01.20.06
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Update error

Unread post by kev1n »

zzzzsys_report_data and zzzzsys_run_list are supposed to be views but in your db, they are tables.

Drop them before running the update:

Code: Select all

DROP TABLE `zzzzsys_report_data`;
DROP TABLE `zzzzsys_run_list`;
steven
Posts: 379
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 54 times
Been thanked: 52 times

Re: Update error

Unread post by steven »

Thanks man!
It worked.
A short post is a good post.
Post Reply