Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Subform not saving consistently

Questions related to using nuBuilder Forte.
Janusz
nuBuilder Team
Posts: 506
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 8 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