[SOLVED] Riddle me this... News module can't handle this?
Re: Riddle me this... News module can't handle this?
I am not sure what is wrong, but from your error logs are you using FCKeditor for your WYSIWYG editor? I thought that editor is no longer maintained.
Re: Riddle me this... News module can't handle this?
mod_security is Apache, not CMSMS
Re: Riddle me this... News module can't handle this?
Mod_security isn't CMSMS like jmcgin51 already said.milkboy31 wrote: I suppose it could be Rolf... but my host seems pretty clueless when it comes to CMSMS.![]()
It is a security setting made by the webhost.
I really don't know if this is the case for you milkboy31, and if it is even possible in combination with a normal editor... It is beyond my knowledge.
But I had similar once creating a User Defined Tag with the code 'CC' in it.
It just wouldn't work... I couldn't save the changes I made. After a while I discovered the host had some mod_security setting filtering out CC commands (like in email). Can't remember the error I got then...
Contact your host and ask for it. Perhaps it isn't the case for you, but you can rule it out anyway and search in another direction
Good luck,
Rolf

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Riddle me this... News module can't handle this?
I suppose the " ... FROM ... " in this sentence is interpreted as an SQL injection.
And therefore the server redirects to an error500 page.
So i believe it is not the "from" at all but the "from" in context of the whole text.
Try to remove any quotation signs in your text (such as ' " ‘ ’ ´ ` etc.) and save it again using the "from".
And therefore the server redirects to an error500 page.
So i believe it is not the "from" at all but the "from" in context of the whole text.
Try to remove any quotation signs in your text (such as ' " ‘ ’ ´ ` etc.) and save it again using the "from".
Re: Riddle me this... News module can't handle this?
I removed all but the tags.... so it looked like this:
Same issue.
From there I started to narrow the text down to find out what other word it paired with to cause the error. I found that if I had "select" and "from" anywhere in that order, it freaked out. Sounds like my host has a SQL injection protection thing to me... am I right?
I can make a news post with "select from" as the content and it freaks... but "From select" does not. And either by itself is fine too.
Edit: Had the same error making a post (not news) on a new page... must be the host filtering it. I'l contact them for confirmation.
Code: Select all
<p>For further information serraoshimadzuusacom Frank Serrao 800 2281429 Shimadzu Medical Systems receives 2010 Best in KLAS medical equipment award Torrance CA June 15 2010 Shimadzu Medical Systems USA a subsidiary of Shimadzu Corporation receives a 2010 Best in KLAS medical equipment award Healthcare research firm KLAS released its annual rankings of the bestperforming medical equipment vendors Topranked companies in eight key market categories including computed tomography CT digital Xray automated medication dispensing and ultrasound have earned the 2010 Best in KLAS distinction signifying leadership in meeting customer expectations Based on evaluations submitted by thousands of healthcare providers throughout the United States and Canada over the past 12 months KLAS rankings measure a vendors performance in areas like product quality implementation and service and support A Best in KLAS award is reserved for toprated companies in a select group of the largest and most impactful market segments Shimadzu Medical Systems USA has been bestowed the 2010 Best in KLAS achievement award for the RADSpeed DR Radiographic table system in the digital Xray category The RADSpeed DR table was also awarded the Best in KLAS for 2009 Shimadzu Corporation founded in 1896 in Kyoto Japan and the parent of Shimadzu Medical Systems USA SMS is a global provider of medical diagnostic equipment including conventional interventional and digital XRay systems Shimadzu Medical Systems USA is headquartered in Torrance California with Sales and Service offices throughout the United States the Caribbean and Canada with Direct Operations head quartered out of Dallas Texas Contact SMS at wwwshimadzucom or call 18002281429 for more information About KLAS KLAS is a research firm specializing in monitoring and reporting the performance of healthcare vendors KLAS mission is to improve delivery by independently measuring vendor performance for the benefit of our healthcare provider partners consultants investors and vendors Working together with executives from more than 4500 hospitals and over 2500 clinics KLAS delivers timely reports trends and statistics which provide a solid overview of vendor performance in the industry KLAS measures the performance of software professional services and medical equipment vendors For more information go to wwwKLASresearchcom email marketingKLASresearchcom or call 18009204109 to speak with a KLAS representative 2010 Top 20 Best in KLAS Awards Medical Equipment June 2010 wwwKLASresearchcom</p>
<p>KLAS Announces the Years TopPerforming Medical Equipment Vendors</p>
From there I started to narrow the text down to find out what other word it paired with to cause the error. I found that if I had "select" and "from" anywhere in that order, it freaked out. Sounds like my host has a SQL injection protection thing to me... am I right?
I can make a news post with "select from" as the content and it freaks... but "From select" does not. And either by itself is fine too.
Edit: Had the same error making a post (not news) on a new page... must be the host filtering it. I'l contact them for confirmation.
Last edited by milkboy31 on Fri Jul 16, 2010 12:51 pm, edited 1 time in total.
Re: Riddle me this... News module can't handle this?
Host disabled the mod_security for my domain and it works fine... so yup... that was it.
Thanks for the help pin-pointing this issue folks! Glad to hear it's not an issue with CMSMS.
Thanks for the help pin-pointing this issue folks! Glad to hear it's not an issue with CMSMS.