Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 11:15 am EST
Geeklog Forums
Bug in polls (bug tracker down...)
darkpaw
Anonymous
The "Report a Bug" link on the left is broken - can't find /tracker/.
When you view a poll's results, any poll option comment (the text below the result bar) has a backslash in front of apostrophes. Perhaps a stripslashes() would help here?
When you view a poll's results, any poll option comment (the text below the result bar) has a backslash in front of apostrophes. Perhaps a stripslashes() would help here?
10
10
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
I couldn't reproduce this. Anyone else?
Is this after an upgrade from an older version or does it happen with newly submitted comments? If so, what about comments in other places (stories, some other plugin)? Do they show the extra backslashes there, too?
bye, Dirk
Is this after an upgrade from an older version or does it happen with newly submitted comments? If so, what about comments in other places (stories, some other plugin)? Do they show the extra backslashes there, too?
bye, Dirk
9
10
Quote
darkpaw
Anonymous
This is a fresh install, both Geeklog and my database. (My webhost had a catastrophic disk failure and the backups were fried, too.) If it helps, this is a Linux box, with PHP 5.1.4 and MySQL 4.1.21-standard.
Every time I save the poll, a fresh set of backslashes is added. Here's some poll results you can look at: http://www.darkpaw.co.uk/polls/index.php?qid=20070419091616350&aid=-1
It does not happen when comments are added or displayed.
Thanks!
Every time I save the poll, a fresh set of backslashes is added. Here's some poll results you can look at: http://www.darkpaw.co.uk/polls/index.php?qid=20070419091616350&aid=-1
It does not happen when comments are added or displayed.
Thanks!
9
13
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by: darkpaw
It does not happen when comments are added or displayed.
Ah, I was looking the wrong place then. Still can't reproduce it when I edit the poll, though.
Does it only happen with the "remark" field? What about the actual answers?
bye, Dirk
8
9
Quote
tokyoahead
Anonymous
I can reproduce it on my running 1.4.1. It happens only in the remarks, not in the actual poll questions.
This is fixed in CVS already however, no need for action.
This is fixed in CVS already however, no need for action.
9
6
Quote
darkpaw
Anonymous
Quote by: tokyoahead
This is fixed in CVS already however, no need for action.
If you could give me the fix, I can update my site. Thanks!
6
11
Quote
tokyoahead
Anonymous
give me some time for that one, the current CVS code has been changed completely, and there is no "fix" I can copy out for you.
I have to go to the current files and see where the issue is there. Maybe I can get you something in 24hrs or so.
I have to go to the current files and see where the issue is there. Maybe I can get you something in 24hrs or so.
7
11
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by: tokyoahead
I have to go to the current files and see where the issue is there. Maybe I can get you something in 24hrs or so.
I'd also like to see a fix for the 1.4.1-1 branch, please
bye, Dirk
10
11
Quote
tokyoahead
Anonymous
In /public_html/admin/plugin/polls/index.php around line 143 after
for ($i = 0; $i < sizeof ($A); $i++) {
$A[$i] = COM_stripslashes ($A[$i]);
}
add
for ($i = 0; $i < sizeof ($R); $i++) {
$R[$i] = COM_stripslashes ($R[$i]);
}
HTH.
Text Formatted Code
for ($i = 0; $i < sizeof ($A); $i++) {
$A[$i] = COM_stripslashes ($A[$i]);
}
add
Text Formatted Code
for ($i = 0; $i < sizeof ($R); $i++) {
$R[$i] = COM_stripslashes ($R[$i]);
}
HTH.
7
9
Quote
Nice one!
Anonymous
Thanks for that!
13
11
Quote
All times are EST. The time is now 11:15 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content