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.

Subform not saving consistently

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: Subform not saving consistently

Unread post by Janusz »

I am currently running with
PHP Version 7.3.9-1+0~20190902.44+debian10~1.gbpf8534c
and it works OK on Debian

check as well with phpinfo.php the real setting - because there are several setting files and in my case the valid setting was in ../php/Apache2/php.ini
If you like nuBuilder, please leave a review on SourceForge
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Re: Subform not saving consistently

Unread post by chpwebmaster »

After rolling it back it still wasn't working so I went and ran a diff against the php.ini files and commented out

Code: Select all

disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
in the server it was empty in MAMP and it started working so something in that list must be necessary.
Post Reply