Page 2 of 2

Re: Subform not saving consistently

Posted: Fri Sep 13, 2019 10:43 pm
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

Re: Subform not saving consistently

Posted: Fri Sep 13, 2019 10:45 pm
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.