Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
hypolite (hypolite@friendica.mrpetovan.com)'s status on Monday, 14-Nov-2022 16:19:49 JSThypolite @blake A 500 error should give something in the log, but the limited control you have over your hosting environment doesn't help. Can you please try to add the following to the index.php file at the beggining:
<?php ini_set('display_errors', 1); error_reporting(E_ALL);
And try to load the webpage again?