Not all of the 9 blocks on the welcome page at https://www.goeben.com/family/ load, regardless if I'm a visitor or logged in as admin, and regardless of the browser. If I refresh the page, different blocks load/don't load. I'm running PhpGedView 4.3.1 SVN 7276 and PHP version 7.3.27. Any suggestions?
Each of the blocks is loaded via AJAX, and is launched by starting a new PhpGedView session, the results of which are then put into the main starting page.
I suspect that your server has been configured to limit the number of concurrent sessions. It's also possible that the database configuration has limited the number of concurrent connections.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not all of the 9 blocks on the welcome page at https://www.goeben.com/family/ load, regardless if I'm a visitor or logged in as admin, and regardless of the browser. If I refresh the page, different blocks load/don't load. I'm running PhpGedView 4.3.1 SVN 7276 and PHP version 7.3.27. Any suggestions?
This appears to be a server misconfiguration.
Each of the blocks is loaded via AJAX, and is launched by starting a new PhpGedView session, the results of which are then put into the main starting page.
I suspect that your server has been configured to limit the number of concurrent sessions. It's also possible that the database configuration has limited the number of concurrent connections.