for migrating an application I need to run Version3 and Version4 on the same box. V4 is runnign without any problem. But right now I can't get V3 running.
I tried installing it from scratch ( source https://github.com/mmiscool/nuBuilderPro ) , created a database, run the nuinstall.php without problem. I see the database is set up and I get the login Screen.
After login in I see only a white page.
In the Log I see 3 php warnings :
Code: Select all
2020/05/04 16:00:09 [error] 52749#52749: *1742 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /var/www/oldgdt.delegates.site/nudatabase.php on line 34
PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/oldgdt.delegates.site/nucommon.php on line 389"
2020/05/04 16:03:20 [error] 52749#52749: *1750 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /var/www/oldgdt.delegates.site/nudatabase.php on line 34"
2020/05/04 16:03:21 [error] 52750#52750: *1751 FastCGI sent in stderr: "PHP message: PHP Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time in /var/www/oldgdt.delegates.site/nudatabase.php on line 34
PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/oldgdt.delegates.site/nucommon.php on line 389"
Thanks
Stefan