Sounds like a bug in Elgg (Ref.).
Is there any way to bypass this?
The only way is to manually make changes to ElggInstaller when checking this step.
Thanks. It has been solved by hosting service. When I asked what the problem was, they said that The relevant situation had occurred due to heavy PHP usage. There might be areas in my software that I need to optimize. And added they recommend that you have a professional webmaster or software developer review it.
right now when someone visits my page all they see is a login screen
Seems, you've enabled 'Restrict pages to logged-in users' option (aka 'Walled garden' mode).
So your front page will always limited with login form. You can only change the background image there.
For non-walled garden case use these plugins to change your front page:
in .htaccess file
Apache server restart is required.
You may want to do it for PHP.
Restarting PHP-FPM service is also required after changes.
I am on a Shared Hosting . How can I do it ? If not possible , please suggest other ways . Also check in my Demo Account
Username : amitdas
Password : amitdas
# HTTP to HTTPS
# Exclude subdomains
RewriteCond %{HTTP_HOST} ^(www\.)?safalaya\.com\/$ [NC]
RewriteCond %{HTTPS} off
RewriteRule ^ https://www.safalaya.com%{REQUEST_URI} [NC,L,R]
# Add WWW on SSL
RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [NC,L,R]
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.