Closed (fixed)
Project:
Splash
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2011 at 23:49 UTC
Updated:
19 Jun 2012 at 14:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
penyaskitoRunning the same problem. The README.txt says using the splash url param, and this solves the issue (put update.php?op=info&splash=off as the URL).
BTW, I think that this is a bug that must be addressed. Updating priority to major because it breaks #DX.
Comment #2
penyaskitoA patch for fixing this.
Comment #3
penyaskitoComment #4
penyaskitoNew patch, the previous one broke the splash behavior.
Comment #5
izmeez commentedHaven't tested the patch yet but have some questions:
1. This patch appears to be dependent on being in maintenance mode which may not always be the case, such as in testing or dev.
2. With this patch is it not necessary to include
update.php?splash=offin url?Comment #6
izmeez commentedjust fixing typo in title
Comment #7
penyaskitoHi izmeez,
The patch makes that if MAINTENANCE_MODE is defined, the splash is never shown. This means, if you enable the maintenance mode or if you are updating your site. This has no effect on other situations.
No, it's not necessary anymore for update.php :-)
Comment #8
izmeez commentedSo if the site is not in maintenance mode you cannot run update.php ?
Comment #9
penyaskitoYes, you can. But the update.php page sets the MAINTENANCE_MODE to 'update'.
Comment #10
mail@victorquinn.com commentedThanks for the patch penyaskito! Looks great! Now applied to 6.x-2.x