This Question is Resolved.

If you have a similiar issue that this thread does not address, click the button below to open a new related support topic.

 
 
Bug with {if} in forum posts
Posted: 10 July 2008 04:10 AM   [ Ignore ]  
Summer Student
Total Posts:  13
Joined  05-15-2008

Hi, i have a problem, when there are {if} on forum threads i have a blank page or a page with 89Protect17MePlease when i put args if {if $var } ..., i have tried to put OFF the protect_javascript var but the bug stay.
wtf ?

Profile
 
 
Posted: 10 July 2008 05:26 AM   [ Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRankRankRank
Total Posts:  6729
Joined  03-23-2006

Greetings xtz_.

Could you please check the email account affiliated with this ExpressionEngine account.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design
BambooInvoice - Open Source, CodeIgniter powered invoicing.

Profile
MSG
 
 
Posted: 10 July 2008 09:09 AM   [ Ignore ]   [ # 2 ]  
Summer Student
Total Posts:  13
Joined  05-15-2008

I have answer to you by mail.

Profile
 
 
Posted: 10 July 2008 09:46 AM   [ Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRankRankRank
Total Posts:  6729
Joined  03-23-2006

OK, for the record we’ve got EE version 1.6.3 and version 2.1.0 for the forum.

Are you running your forums through templates, and if so, is PHP enabled?  I can find something similar to what you describe, but I don’t see how its possible to get to it.

Could you run a test for me?  Try using a default forum theme, and if you are running through templates, be sure nothing else is in the template but

{exp:forum}

Also, any extensions or plugins installed?  If you disable/uninstall does the problem persist?

Finally - I’m going to encourage you to update to 1.6.4.  There was an important security update in addition to a series of bug fixes.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design
BambooInvoice - Open Source, CodeIgniter powered invoicing.

Profile
MSG
 
 
Posted: 10 July 2008 10:10 AM   [ Ignore ]   [ # 4 ]  
Summer Student
Total Posts:  13
Joined  05-15-2008
Derek Allard - 10 July 2008 09:46 AM

OK, for the record we’ve got EE version 1.6.3 and version 2.1.0 for the forum.

Are you running your forums through templates, and if so, is PHP enabled?  I can find something similar to what you describe, but I don’t see how its possible to get to it.

Could you run a test for me?  Try using a default forum theme, and if you are running through templates, be sure nothing else is in the template but

{exp:forum}


yes i am running the forum through templates bug php isnt activated in forum template, i have try the default template and same problem.

Derek Allard - 10 July 2008 09:46 AM

Also, any extensions or plugins installed?  If you disable/uninstall does the problem persist?

Ok, i have localized the bug, it is in textile plugin, i will try to find why it’s bug.

Derek Allard - 10 July 2008 09:46 AM

Finally - I’m going to encourage you to update to 1.6.4.  There was an important security update in addition to a series of bug fixes.

I not update now because i have change some hard code and i will need to made this in the new version ^^, i will update but later, what is the security update please ?
Thanks for your help.

Profile
 
 
Posted: 10 July 2008 10:19 AM   [ Ignore ]   [ # 5 ]  
Administrator
Avatar
RankRankRankRankRankRank
Total Posts:  6729
Joined  03-23-2006

This is pointing to a collision somewhere in custom code and the forum.  We simply cannot support EE installs where the code has been changed.  If you can update to 1.6.4 we will be able to work this through for you, but without standard code, I can’t begin to diagnose.

For the record, what is the exact code that is causing your error?  I’m not able to recreate, but I’m on a stock EE installation. Also, is “89Protect17MePlease” exactly what you see? 

You may want to try disabling/uninstalling plugins or extensions and see if the problem persists?

With respect to the security update, you can find more information in our blog.

...the development team has identified and fixed a potential cross-site scripting vulnerability…

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design
BambooInvoice - Open Source, CodeIgniter powered invoicing.

Profile
MSG
 
 
Posted: 10 July 2008 10:22 AM   [ Ignore ]   [ # 6 ]  
Summer Student
Total Posts:  13
Joined  05-15-2008

Yes sorry my precedent post bug, i have localized the problem in Textile plugin, i will try to find where is the problem ...

Profile
 
 
Posted: 10 July 2008 10:26 AM   [ Ignore ]   [ # 7 ]  
Administrator
Avatar
RankRankRankRankRankRank
Total Posts:  6729
Joined  03-23-2006

No problem at all.  I’m going to mark this thread resolved, but don’t hesitate to write back if we can help further.  Happy EE-ing!

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design
BambooInvoice - Open Source, CodeIgniter powered invoicing.

Profile
MSG
 
 
Posted: 10 July 2008 10:31 AM   [ Ignore ]   [ # 8 ]  
Administrator
Avatar
RankRankRankRankRankRank
Total Posts:  6729
Joined  03-23-2006

As per your PM, I’m re-opening the thread.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design
BambooInvoice - Open Source, CodeIgniter powered invoicing.

Profile
MSG
 
 
Posted: 10 July 2008 10:34 AM   [ Ignore ]   [ # 9 ]  
Summer Student
Total Posts:  13
Joined  05-15-2008

thanks, anyone have allready reported a bug with Textile plugin yet ?

Profile
 
 
Posted: 10 July 2008 10:39 AM   [ Ignore ]   [ # 10 ]  
Administrator
Avatar
RankRankRankRankRankRank
Total Posts:  6729
Joined  03-23-2006

You could run a search of the bug tracker and bug forum but nothing springs to mind.  Are you reporting one?  If so, I’ll need the questions above answered.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design
BambooInvoice - Open Source, CodeIgniter powered invoicing.

Profile
MSG
 
 
Posted: 10 July 2008 10:53 AM   [ Ignore ]   [ # 11 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15831
Joined  06-03-2002

Confirmed, xtz_, and fixed.  Textile uses braces in its syntax and was converting text that EE had already protected from being parsed, effectively undoing EE’s protection for braces.

We appreciate the report; in the future though it would be good to be thorough when reporting a problem - this one had us guessing and making many assumptions about your environment, which hindered our ability to identify the problem.

 Signature 
Profile
MSG
 
 
Posted: 11 July 2008 01:28 AM   [ Ignore ]   [ # 12 ]  
Summer Student
Total Posts:  13
Joined  05-15-2008

Thanks for the fix smile

Profile
 
 
Posted: 11 July 2008 02:38 AM   [ Ignore ]   [ # 13 ]  
Summer Student
Total Posts:  13
Joined  05-15-2008

There are now a problem with the fix i have message like this {3yH45k02wsSdrp} in [ code ] .

Profile
 
 
Posted: 11 July 2008 08:28 AM   [ Ignore ]   [ # 14 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  12389
Joined  04-29-2002

xtz_, there is a newer version of EE and the forums that came out late yesterday. Did you update?

 Signature 

Quick Reference - EE Trial Options - EE Wiki - Docs for updating a build

Profile
MSG
 
 
Posted: 11 July 2008 09:52 AM   [ Ignore ]   [ # 15 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15831
Joined  06-03-2002

The [code] markers indeed need to be whitelisted.  Download a fresh copy that addresses this; I went ahead and incremented to version 1.1.1 for clarity.

 Signature 
Profile
MSG
 
 
Posted: 20 August 2008 08:10 AM   [ Ignore ]   [ # 16 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15831
Joined  06-03-2002

Seems all of the small issues have been buttoned up!  If you have additional problems, please use the button at the top or bottom of the thread to start a new related topic.

 Signature 
Profile
MSG
 
 
 

This Question is Resolved.

If you have a similiar issue that this thread does not address, click the button below to open a new related support topic.

 
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64933 Total Logged-in Users: 56
Total Topics: 81900 Total Anonymous Users: 34
Total Replies: 440267 Total Guests: 256
Total Posts: 522167    
Members ( View Memberlist )
Newest Members:  Kathryn DaviesPetrovichusharurblaisdellLevagstudioigotthelemonmileswkakiharaAurels