Vote on closed poll, break error page
- Status
- Pending
- Subject
- Vote on closed poll, break error page
- Version
- 2.x
- Category
- Error
- Dogfood on a *.tiki.org site
- Feature
- Poll
- Submitted by
- canelli
- Lastmod by
- canelli
- Rating
- Description
Try to vote on a closed poll.
The showed error break the page layout.
THe display message error page is presented without any css and theme.- Solution
change tiki-setup.php as
move the line 97 "require_once('lib/setup/polls.php');"
require_once('lib/setup/wiki.php');
//if ( $prefs'feature_polls' == 'y' ) require_once('lib/setup/polls.php');
if ( $prefs'feature_mailin' == 'y' ) require_once('lib/setup/mailin.php');
to line 137 (just after line 135 (.. $prefs'auth_method' == 'openid' ..
if ( $prefs'auth_method' == 'openid' ) require_once('lib/setup/openid.php');
if ( $prefs'feature_polls' == 'y' ) require_once('lib/setup/polls.php');
if ( $prefs'feature_wysiwyg' == 'y' ) {
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 2179
- Created
- Wednesday 26 November, 2008 15:30:47 UTC
by Unknown - LastModif
- Wednesday 26 November, 2008 15:31:51 UTC