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 forms!
Please register and login to view forums and other content only available to registered users.
Please register and login to view forums and other content only available to registered users.
Update error
-
- nuBuilder Team
- Posts: 2679
- Joined: Sun Oct 14, 2018 6:43 pm
- nuBuilder Version: 4.5
- Been thanked: 1 time
- 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
If you like nuBuilder, please leave a review on SourceForge
How to support nuBuilder?
nuBuilder 4.5. Code Library
Installation Guides
Updating nuBuilder
How to support nuBuilder?
nuBuilder 4.5. Code Library
Installation Guides
Updating nuBuilder
-
- nuBuilder Team
- Posts: 2679
- Joined: Sun Oct 14, 2018 6:43 pm
- nuBuilder Version: 4.5
- Been thanked: 1 time
- 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`;
If you like nuBuilder, please leave a review on SourceForge
How to support nuBuilder?
nuBuilder 4.5. Code Library
Installation Guides
Updating nuBuilder
How to support nuBuilder?
nuBuilder 4.5. Code Library
Installation Guides
Updating nuBuilder