Page 1 of 1

Error when saving anything -> Update caused timeout

Posted: Fri May 17, 2019 12:21 pm
by Hargey
Hi,

Not sure whether to make a new thread when encountering new issues, so sorry for spamming the forums. My old thread is https://forums.nubuilder.cloud/viewtopic.php?f=19&t=9872, to avoid repeating info.

When trying to save a form, settings, or anything as far as I can tell, I receive error "zzzzsys_<xxxx> is not a valid table name for a Subform". The exact table being referenced depends on the type of save. (Side note, while following the guide on page 29 I noticed that the SQL didn't autopopulate to the blue as described, I don't know if this is related to the errors I mentioned in the previous thread).

To resolve this, I tried to update nuBuilder. After logging in with globeadmin, now any action I try to take, such as clicking on buttons, refreshing etc. gives error "Your nuBuilder session has timed out". Any further action will be met with "You must be logged into nuBuilder.." so I can't take any action that I can see. I've attempted an Apache and MySQL restart to no avail. phpMyAdmin can query the database tables with no issue, for what it's worth.

If there's a preferred environment, such as a particular Bitnami WAMP version, that is known to work with nuBuilder4 without issues, please feel free to point me towards it, as I'm mainly concerned at this point with getting a working proof of concept off the ground and building on it from there.

Re: Error when saving anything -> Update caused timeout

Posted: Fri May 17, 2019 1:59 pm
by Janusz
Hi,
If I well remember I had in the past similar error when testing nuBuilder on Win 10 with XAMPP.
https://forums.nubuilder.cloud/viewtopic.php?f=19&t=9825
Please try to give to globeadmin all priviliges to your database both for:

Code: Select all

globeadmin@%
globeadmin@localhost
(with root login from phpmyadmin for example)

not sure it it will help in your case - but it's quick try.

Regarding configuration - so nuBuilder works very well for example on linux DEBIAN and it's much faster than on the WIN 10 with XAMPP.

Re: Error when saving anything -> Update caused timeout

Posted: Fri May 17, 2019 3:14 pm
by Hargey
Janusz wrote:Hi,
If I well remember I had in the past similar error when testing nuBuilder on Win 10 with XAMPP.
https://forums.nubuilder.cloud/viewtopic.php?f=19&t=9825
Please try to give to globeadmin all priviliges to your database both for:

Code: Select all

globeadmin@%
globeadmin@localhost
(with root login from phpmyadmin for example)

not sure it it will help in your case - but it's quick try.

Regarding configuration - so nuBuilder works very well for example on linux DEBIAN and it's much faster than on the WIN 10 with XAMPP.
Thanks for your help. I wasn't sure what to do with your recommendation as the globeadmin user is not defined in the database, but it gave me the idea to rename the globeadmin user and sign in again, which seemed to fix the "Your nuBuilder session has timed out" error. The original issue (Saving error) remains however.

Thanks also for the recommendation on configuration. For the time being I want to avoid other operating systems, as the additional workload will probably be too high, and in any case, this machine will not be the productive environment so the performance will not be too much of an issue.

Re: Error when saving anything -> Update caused timeout

Posted: Fri May 17, 2019 3:33 pm
by Janusz
Hi,
You can try as well the following way to import database (do not use the linux part in your case)
https://forums.nubuilder.cloud/viewtopic. ... 799#p18616