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.

Error trying to clone an object

Questions related to using nuBuilder Forte.
Janusz
nuBuilder Team
Posts: 508
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 11 times
Been thanked: 18 times

Re: Error trying to clone an object

Unread post by Janusz »

Steven,
Looks like that on th Sourceforge there is sill the old nubuilder4.sql

Code: Select all

Source forge
-rw-r--r--  1 root root 454813 Oct 29 04:26 nubuilder4.sql
GitHub
-rw-r--r--  1 root root 481311 Nov  6 01:20 nubuilder4.sql
------------------------
(diff: < Sourceforge; > Gihub)
<   `sob_all_order` int(11) DEFAULT NULL,
---
>   `sob_all_order` int(11) DEFAULT 0,
437c437
<   `sob_input_count` bigint(20) DEFAULT NULL,
---
>   `sob_input_count` bigint(20) DEFAULT 0,
(all other files are identical on GitHub and Sourceforge)
Version on Gihub is working fine.

Janusz
If you like nuBuilder, please leave a review on SourceForge
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Error trying to clone an object

Unread post by admin »

Janusz,

Fixed, thanks for pointing that out.


Steven
Janusz
nuBuilder Team
Posts: 508
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 11 times
Been thanked: 18 times

Re: Error trying to clone an object

Unread post by Janusz »

Steven,
Thanks a lot.
And to confirm: just tested and it works fine :-)

Janusz
If you like nuBuilder, please leave a review on SourceForge
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Error trying to clone an object

Unread post by admin »

.
Post Reply