Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Update error

Questions related to installing, updating, setting up and configuring
Post Reply
steven
Posts: 209
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 1 time

Update error

Unread post by steven »

Hi,

I get this when I try to run Update...
bug.PNG
bug.PNG (15.76 KiB) Viewed 728 times
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
If you like nuBuilder, how about leaving a nice review on SourceForge?
kev1n
nuBuilder Team
Posts: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 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: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 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: 209
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 1 time

Re: Update error

Unread post by steven »

Thanks man!
It worked.
If you like nuBuilder, how about leaving a nice review on SourceForge?
Post Reply