Hi,
I get this when I try to run Update...
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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Update error
Update error
You do not have the required permissions to view the files attached to this post.
A short post is a good post.
-
- nuBuilder Team
- Posts: 4416
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 74 times
- Been thanked: 472 times
- Contact:
Re: Update error
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
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
-
- nuBuilder Team
- Posts: 4416
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 74 times
- Been thanked: 472 times
- Contact:
Re: Update error
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:
Drop them before running the update:
Code: Select all
DROP TABLE `zzzzsys_report_data`;
DROP TABLE `zzzzsys_run_list`;