Info

Category: uncategorized
Licence: GNU General Public License (GPL) version 2
Updated: 61 days ago
Downloaded: 1003

Releases

Latest: 1.1

Previous releases:
More projects by Jeroen Dalsem:

1

Recommendations

Summary:

Site down for maintenance plugin

Full description:

Maintenance

(Edit your project's description!)

Release notes:

Admin can configure (in the plugin settings) if site is down for maintenance. Optional extra information about the downtime can also be entered there.

When in maintenance mode site is in a complete lock down. Only admins can login.

Config

Result

Version History
1.1
- fixed: problem with maintenance plugin in combination with custom_index

1.0
- first release

ColdTrick IT Solutions
(c) 2009 ColdTrick IT Solutions

Like this plug-in? Consider making a donation.

This mod still takes my site down my site is http://thehub.ath.cx if you want to look and help me out

Tomas 261 days ago

@Tomas - can you tell me how to customize a theme or where is the info? - I am a newbie - thanx

Elggling 256 days ago

How to fix to vazco_mainpagewidgets plugin?

can ypu help me?

pollinoco 251 days ago

very useful, I really like this plugin

omaolain 246 days ago

When I go to Login it trys to download a poll??

 

Kiwi_Chris 242 days ago

I get error " This webpage has a redirect loop." Is it not compatible with elgg 1.5 ? Not matter I moved to top or bottom plugin list, disable plugin like custom index,external page... but it still the same error.




Ken Yeap 242 days ago

I'm getting:

Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

any assistance is greatly appreciated, please let me know what I can provide to help you help me. :-)

elgg_noob 241 days ago

I really love this plugin!!! So far, it is compatible with all my other plugins. This will be very useful.

Thank you and God Bless <><

Greg Marine 230 days ago

Anyone know how to fix the error "Redirect Loop" ?

Ken Yeap 227 days ago

Hi

Same problem. It says Redirect Loop

Please help

M.C.Sajiv 221 days ago

google "firefox Redirect Loop" ;-)

DhrupDeScoop 221 days ago

Hi guys,

After I have activate the plugin, I've got the same error "Redirect Loop" as well. Now my website is completely down and not showing at all.

I'm using IE8 for testing. Any help will be appreciated. Thanks

Tan Teck Poo 187 days ago

I've found the cause of the redirect loop.  It occurs on sites where Elgg is in a subdirectory, e.g. it works if Elgg is at http://www.example.com/ but not if Elgg is at http://www.example.com/elgg/

This is because the plugin only allows access to the index page, which it expects to be at http://www.example.com/and if you're not at that URL it redirects to the index page.  But that redirect takes you back to exactly the same page, and the loop starts again.

I've coded a fix for this.  In start.php, change line 7 from:

if($_SERVER["REQUEST_URI"] != "/" && $_SERVER["REQUEST_URI"] != "/action/login"){

to:

global $CONFIG;
$base_uri = parse_url($CONFIG->wwwroot, PHP_URL_PATH);
if($_SERVER["REQUEST_URI"] != $base_uri && $_SERVER["REQUEST_URI"] != "${base_uri}action/login"){

I hope this helps other people.  Perhaps the plugin author could incorporate this fix in the next release?

Richard Loxley 147 days ago

I just installed this, thanks Jeroen!

Just a recommendation to anyone else trying this plugin - move it to the TOP of your "Tool Admin".  I think it was conflicting with my "custom_index" plugin because when I enabled it the home page looked super wonky.

Other than that minor issue, it's exactly what I needed :)

Kane 129 days ago

it's not working for me... installed it... placed it at the top, at the bottom... i just also upgraded to 1.6.1 as well... could that be it?

jennine 52 days ago

Hi, I have installed it on my site but when clicking in login here to login ias an admin nothing happen, and I have to rename the plugin to disable it and access again as a normaly.    ?¿.   Do you have any sugestion for this problem?  I have try with Chrome Firefox and IE7.

Thanks in advance ;-)

Alex 21 days ago

I had the same problem as Alex. At first, I just did an ugly hack to remove the hide code in order to enter my site. After I had made sure that was possible, I looked into the problem. My solution was replacing the JQuery code (and accompanying div and trigger) with standard Javascript and CSS. For ease of reference, I have used my Semantic MediiaWiki install to create a diff clearly marking the changes and created a reference page: http://arthurslegacy.com/wiki/Elgg-maintenance-plugin-fix. A RAR file is also available on the page with the modified version of the index.php file.

I hope the fix is helpful for other users have the same issue and for the developer of the plugin.

Casey

Casey 18 days ago