Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Update error

Questions related to installing, updating, setting up and configuring
Post Reply
steven
Posts: 418
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 59 times
Been thanked: 55 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.
Buy Kev a Coffee
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 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: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 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: 418
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 59 times
Been thanked: 55 times

Re: Update error

Unread post by steven »

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