[SOLVED] Riddle me this... News module can't handle this?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
milkboy31
Forum Members
Forum Members
Posts: 12
Joined: Sat May 10, 2008 1:04 pm

[SOLVED] Riddle me this... News module can't handle this?

Post by milkboy31 »

So I posted a news article with content and it had an internal error. I edited an old news article with this content and same error. I finally gave up and uninstalled/re-installed the news module only to find the same issue!

Went bit by bit until I found the issue.  Here is the full text I was posting as content:

Code: Select all

<p>For further information:<br />  <a href="mailto:serrao@shimadzu-usa.com">serrao@shimadzu-usa.com</a> <br />  Frank Serrao: (800) 228-1429<br /><br /><strong>Shimadzu Medical Systems receives 2010 ‘Best in KLAS’ medical equipment award*</strong><br /><br /><strong>Torrance, CA —</strong> June 15, 2010 - Shimadzu Medical Systems USA, a subsidiary of Shimadzu Corporation, receives a 2010 “Best in KLAS” medical equipment award.<br /><br />Healthcare research firm KLAS released its annual rankings of the best-performing medical equipment vendors. Top-ranked companies in eight key market categories – including computed tomography (CT), digital X-ray, automated medication dispensing and ultrasound – have earned the 2010 Best in KLAS distinction, signifying leadership in meeting customer expectations.<br /><br />Based on evaluations submitted by thousands of healthcare providers throughout the United States and Canada over the past 12 months, KLAS rankings measure a vendor’s 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.<br /><br />Shimadzu Medical Systems USA, has been bestowed the 2010 “Best in KLAS” achievement award for the RADSpeed DR Radiographic table system in the “digital X-ray” category. The RADSpeed DR table was also awarded the “Best in KLAS” for 2009.<br /><br />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 X-Ray 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:<br />www.shimadzu.com or call 1.800.228.1429 for more information.<br /><br />About KLAS<br /><br />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 4,500 hospitals and over 2,500 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 www.KLASresearch.com, email marketing@KLASresearch.com or call 1-800-920-4109 to speak with a KLAS representative.<br /><br /><em>*2010 Top 20 Best in KLAS Awards: Medical Equipment, June 2010. <a href="http://www.KLASresearch.com">www.KLASresearch.com</a></em></p>
<hr />
<p><a href="http://www.klasresearch.com/News/PressRoom/2010/top20medicalequipment.aspx">http://www.klasresearch.com/News/PressRoom/2010/top20medicalequipment.aspx</a></p>
This section here, I found that if I removed "from" and made it "in" it worked fine!

Code: Select all

Working together with executives from more than 4,500
replaced with:

Code: Select all

Working together with executives in more than 4,500
I have CMSMS 1.6.7 and News module 2.10.4 and I tried in both TinyMCE and FCKeditorX.

Any ideas why?  I can only think the "From" word is causing a code issue somehow, but I added "from" to another news article for testing and it worked fine... so maybe it's combining with another word here it doesn't like?
Last edited by milkboy31 on Fri Jul 16, 2010 10:53 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Riddle me this... News module can't handle this?

Post by RonnyK »

I just pasted your content in News on 1.8.1 and it acts fine...

See http://ronnyk.dyndns.org:8080/cms18svn/ ... urnid=news

Ronny
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Riddle me this... News module can't handle this?

Post by jmcgin51 »

what was the error you got?
NaN

Re: Riddle me this... News module can't handle this?

Post by NaN »

Did you copy and paste the text?
Maybe an "invisible" char was around the "from" that caused the error.
But as jmcgin51 said without knowing the error message itself it is hard to solve this.

Btw.: CMSms 1.6.8 and 1.8.1 were released recently containing a security fix. It is recommended to upgrade as soon as possible.
milkboy31
Forum Members
Forum Members
Posts: 12
Joined: Sat May 10, 2008 1:04 pm

Re: Riddle me this... News module can't handle this?

Post by milkboy31 »

I copied/pasted out of notepad++... no hidden characters... Even typed it in manually and reproduced it.

The error was:

Code: Select all

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@(domain removed).com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
No data in the error logs other than:
[Thu Jul 15 13:22:31 2010] [error] [client (IP removed)] File does not exist: /home/(account removed)/public_html/500.shtml, referer: http://www.(domain removed).com/admin/moduleinterface.php?mact=News,m1_,editarticle,0&sp_=ef8d0279&m1_articleid=6

Odd, eh?

As for the upgrade, I will get there soon.  Couldn't move past 1.6.7 due to PHP limitations from my host. They just updated from 5.2.8 last week to 5.2.13 so I will move to 1.7 or 1.8 soon.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Riddle me this... News module can't handle this?

Post by RonnyK »

IIRC is 1.8.1 requiring PHP5.2.4+, so you seem fine already.

Paste the logic in the html-mode, so not in the wysiwyg.

BTW, I do recall some changes due to logic in content. Upgrading might fix your issue indeed. You could setup an additional domain for testing.

Ronny
milkboy31
Forum Members
Forum Members
Posts: 12
Joined: Sat May 10, 2008 1:04 pm

Re: Riddle me this... News module can't handle this?

Post by milkboy31 »

Yeah, I entered them in HTML mode for sure... but editing the current working post and changing "in" to "from" again either in HTML mode or in WYSIWYG mode.... both kick up that error upon submission.

I read that 1.7 required 5.2.10 or something (or at least highly recommended it)... so I halted updates on the site until the host could be prodded to update PHP.

Not a big deal, just thought I'd post this here in case it was a bug or other known issue that I could be enlightened on or bring to your attention.

I'll update to 1.8.1 or whatever the latest is and try updating the news post again to "from" and see what happens.  If it still is an issue, I'll check back in here.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Riddle me this... News module can't handle this?

Post by RonnyK »

ok... report back after upgrade.

PHP5.2.4+ is required, PHP5.2.12+ is recommended.

Ronny
milkboy31
Forum Members
Forum Members
Posts: 12
Joined: Sat May 10, 2008 1:04 pm

Re: Riddle me this... News module can't handle this?

Post by milkboy31 »

Well... did the update to 1.8.1 on php 5.2.13.

Get this... STILL happens!  :P

Any further ideas? As I said, it's not a "must fix" problem for me here... I just changed the word and it's fine as is, but I figure this is the hint of something bigger that is wrong with my site or with CMSMS in general.  I did the FULL package and overwrote all files on the upload, so it's a clean install other than the database and my content.
NaN

Re: Riddle me this... News module can't handle this?

Post by NaN »

Did you try to set $config['debug'] = true; in your config.php and check if there are other error messages?
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm
Location: MI

Re: Riddle me this... News module can't handle this?

Post by Jeff »

How about what you did to produce the error? all I know is you are doing something in the News module. Where is the system/module info?
milkboy31
Forum Members
Forum Members
Posts: 12
Joined: Sat May 10, 2008 1:04 pm

Re: Riddle me this... News module can't handle this?

Post by milkboy31 »

NaN, I did not... I can check that out.  Is there an error log within CMSMS or am I just looking at my host's error log?

ajprog, I have no idea what you're asking me for.  All I did was post that content in a news article and that's the error message I get.  It doesn't matter where the content goes (summary, body, etc...) it all throws the same error.

It's totally reproducable even now by just changing "in" to "from" in that one sentence.  The news module is on the right side of my main page, but that doesn't matter as it's not an issue with displaying/reading the news, it won't even let me submit this content.  The error happens when I hit "apply" or "submit" once inserting that text, and then it doesn't save to the database.
milkboy31
Forum Members
Forum Members
Posts: 12
Joined: Sat May 10, 2008 1:04 pm

Re: Riddle me this... News module can't handle this?

Post by milkboy31 »

Oh, and I'm now on CMSMS 1.8.1 and news module 2.10.6 (issue started on 1.6.7 and 2.10.4 this morning).

Ok, here is the debug info from loading the "edit" page of that post:

Code: Select all

Debug: (5.4E-5) - (647456) 
loading smartyDebug: (0.004692) - (922916) 
loading adodbDebug: (0.006389) - (1011412) 
loading page functionsDebug: (0.010197) - (1218516) 
loading content functionsDebug: (0.013316) - (1422848) 
loading pageinfo functionsDebug: (0.014017) - (1456588) 
loading translation functionsDebug: (0.015274) - (1518248) 
loading events functionsDebug: (0.016725) - (1603280) 
loading php4 entity decode functionsDebug: (0.019497) - (1806920) 
done loading filesDebug: (0.034249) - (2503288) 
(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs
Debug: (0.037417) - (2577568) 
(mysql): SELECT * FROM cms_userplugins
Debug: (0.044423) - (3008776) 
(mysql): SELECT * FROM cms_modules WHERE active = 1 ORDER by module_name
Debug display of 'End of include':(0.125712) - (6359168) 
Debug: (0.126347) - (6328704) 
Session found.  Moving on...Debug: (0.1264) - (6328944) 
Session found.  Moving on...Debug: (0.126637) - (6332220) 
(mysql): SELECT preference, value FROM cms_userprefs WHERE user_id = '1'
Debug: (0.133738) - (6779076) 
Session found.  Moving on...Debug: (0.133802) - (6779472) 
Session found.  Moving on...Debug: (0.133845) - (6779372) 
before theme loadDebug display of 'Load Content Operations':(0.135433) - (6885896) 
Debug display of 'End Load Content Operations':(0.144008) - (7452500) 
Debug: (0.144145) - (7454332) 
(mysql): SELECT content_id FROM cms_content WHERE default_content = 1
Debug: (0.144345) - (7455888) 
(mysql): SELECT * FROM cms_content WHERE content_id = '15'
Debug: (0.14858) - (7710576) 
(mysql): SELECT ug.user_id FROM cms_user_groups ug
                     WHERE ug.user_id = '1' AND ug.group_id = 1
Debug: (0.148794) - (7712136) 
(mysql): SELECT DISTINCT permission_name FROM cms_user_groups ug INNER JOIN cms_group_perms gp ON gp.group_id = ug.group_id INNER JOIN cms_permissions p ON p.permission_id = gp.permission_id INNER JOIN cms_groups gr ON gr.group_id = ug.group_id WHERE ug.user_id = '1' AND gr.active = 1
Debug: (0.17983) - (7889808) 
(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id = '1'
Debug: (0.180009) - (7891396) 
(mysql): SELECT group_id FROM cms_user_groups WHERE user_id = '1'
Debug: (0.180165) - (7890816) 
(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id IN (-1)
Debug: (0.180373) - (7890912) 
(mysql): SELECT content_id FROM cms_content WHERE owner_id = '1'
Debug: (0.181024) - (7901816) 
(mysql): SELECT user_id,content_id FROM cms_additional_users
Debug: (0.181472) - (7883416) 
after theme loadDebug: (0.181562) - (7883904) 
before populate admin navigationDebug: (0.181608) - (7884136) 
before menu itemsDebug: (0.194841) - (8091160) 
after menu itemsDebug: (0.195193) - (8093220) 
before syste modulesDebug: (0.195518) - (8099280) 
before module menu itemsDebug: (0.195806) - (8100968) 
after module menu itemsDebug: (0.198674) - (8119692) 
after populate admin navigationDebug: (0.198719) - (8119852) 
before theme-y stuffDebug: (0.19942) - (8120008) 
after theme-y stuffDebug: (0.200193) - (8126444) 
(mysql): SELECT count(news_id) FROM cms_module_news n
                   WHERE status != 'published'
                     AND (( IFNULL(end_time, '1969-12-31 19:00:01')  = '1969-12-31 19:00:01') OR (end_time > '2010-07-15 19:18:36')) 
Debug: (0.200307) - (8121928) 
before notificationsDebug: (0.200415) - (8122560) 
after notificationsDebug: (0.200536) - (8123956) 
(mysql): SELECT version from cms_version
Debug: (0.201772) - (8172376) 
(mysql): SELECT bookmark_id, user_id, title, url FROM cms_admin_bookmarks WHERE user_id = '1' ORDER BY title
Debug: (0.204787) - (8272964) 
(mysql): SELECT * FROM cms_module_news WHERE news_id = '6'
Debug: (0.205335) - (8276984) 
(mysql): SELECT * FROM cms_module_news_categories ORDER BY hierarchy
Debug: (0.207594) - (8393204) 
(mysql): SELECT username, password, active, first_name, last_name, admin_access, email FROM cms_users WHERE user_id = '1'
Debug: (0.211225) - (8438664) 
(mysql): SELECT * FROM cms_module_news_fieldvals
           WHERE news_id = '6'
Debug: (0.211384) - (8437716) 
(mysql): SELECT * FROM cms_module_news_fielddefs ORDER BY item_order
Debug: (0.221922) - (9229160) 
(mysql): SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable FROM cms_event_handlers eh
        INNER JOIN cms_events e ON e.event_id = eh.event_id
        ORDER BY eh.handler_order ASC
Obviously I can't submit it to see any further info as it just takes me to a white page/black text internal server error page again with no further debug stuff.

When viewing the news item with the correct "in" text that works, the debug info looks like this:

Code: Select all

Generated in 0.32706 seconds by CMS Made Simple using 47 SQL queries and 8601544 bytes of memory (peak memory usage was 9217048)

Debug: (0.010256) - (668452) 
loading smartyDebug: (0.014898) - (943916) 
loading adodbDebug: (0.016578) - (1032412) 
loading page functionsDebug: (0.020391) - (1239496) 
loading content functionsDebug: (0.023511) - (1443852) 
loading pageinfo functionsDebug: (0.024215) - (1477592) 
loading translation functionsDebug: (0.025471) - (1539252) 
loading events functionsDebug: (0.02693) - (1624296) 
loading php4 entity decode functionsDebug: (0.029669) - (1827916) 
done loading filesDebug: (0.045077) - (2524008) 
(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs
Debug: (0.048366) - (2598276) 
(mysql): SELECT * FROM cms_userplugins
Debug: (0.054943) - (3028896) 
(mysql): SELECT * FROM cms_modules WHERE admin_only = 0 AND active = 1 ORDER by module_name
Debug display of 'End of include':(0.099488) - (5699700) 
Debug display of 'Load Content Operations':(0.100135) - (5713688) 
Debug display of 'End Load Content Operations':(0.108771) - (6280292) 
Debug: (0.109349) - (6282936) 
(mysql): SELECT c.content_id, c.content_name, c.content_alias, c.menu_text, c.titleattribute, c.hierarchy, c.metadata, c.id_hierarchy, c.prop_names, c.create_date AS c_create_date, c.modified_date AS c_date, c.cachable, c.last_modified_by, t.template_id, t.encoding, t.modified_date AS t_date FROM cms_templates t INNER JOIN cms_content c ON c.template_id = t.template_id WHERE (c.content_alias = '15' OR c.content_id = '15') AND c.active = 1
Debug: (0.109567) - (6284440) 
(mysql): SELECT MAX(modified_date) AS thedate FROM cms_content c
Debug display of 'Start Loading Hierarchy Manager':(0.110105) - (6281632) 
Debug display of 'starting tree':(0.110146) - (6282176) 
Debug: (0.112484) - (6424296) 
file needs loadingDebug display of 'ending tree':(0.113926) - (6620676) 
Debug display of 'End Loading Hierarchy Manager':(0.113972) - (6585412) 
Debug: (0.11401) - (6585696) 
start findNodeByTagDebug: (0.114064) - (6585924) 
end findNodeByTagDebug: (0.114252) - (6589336) 
(mysql): SELECT * FROM cms_content WHERE content_id = '15'
Debug: (0.11692) - (6768272) 
load from data is loading propertiesDebug: (0.117107) - (6771328) 
(mysql): SELECT * FROM cms_content_props WHERE content_id = '15'
Debug: (0.119632) - (6904084) 
(mysql): SELECT template_id, template_name, template_content, stylesheet, encoding, active, default_template, modified_date FROM cms_templates WHERE template_id = '19'
Debug: (0.132087) - (7595392) 
(mysql): SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable FROM cms_event_handlers eh
        INNER JOIN cms_events e ON e.event_id = eh.event_id
        ORDER BY eh.handler_order ASC
Debug: (0.161547) - (7760184) 
(mysql): SELECT DISTINCT A.css_id,A.media_type,B.assoc_order 
                      FROM cms_css A, cms_css_assoc B
                     WHERE A.css_id = B.assoc_css_id
                       AND B.assoc_type = 'template'
                       AND B.assoc_to_id = '19'
                     ORDER BY B.assoc_order
Debug display of 'Start of Menu Manager Display':(0.162985) - (7841804) 
Debug: (0.163424) - (7849692) 
(mysql): SELECT * FROM cms_content WHERE content_id = '16'
Debug: (0.163722) - (7866856) 
load from data is loading propertiesDebug: (0.163896) - (7870084) 
(mysql): SELECT * FROM cms_content_props WHERE content_id = '16'
Debug: (0.164324) - (7874232) 
(mysql): SELECT * FROM cms_content WHERE parent_id = '16' ORDER BY hierarchy
Debug: (0.167985) - (8121620) 
(mysql): SELECT * FROM cms_content WHERE content_id = '123'
Debug: (0.168271) - (8138632) 
load from data is loading propertiesDebug: (0.168446) - (8141620) 
(mysql): SELECT * FROM cms_content_props WHERE content_id = '123'
Debug: (0.168848) - (8144612) 
(mysql): SELECT * FROM cms_content WHERE parent_id = '123' ORDER BY hierarchy
Debug: (0.169618) - (8177744) 
(mysql): SELECT * FROM cms_content WHERE content_id = '138'
Debug: (0.169906) - (8194740) 
load from data is loading propertiesDebug: (0.170081) - (8197728) 
(mysql): SELECT * FROM cms_content_props WHERE content_id = '138'
Debug: (0.170486) - (8199944) 
(mysql): SELECT * FROM cms_content WHERE parent_id = '138' ORDER BY hierarchy
Debug: (0.171257) - (8233040) 
(mysql): SELECT * FROM cms_content WHERE content_id = '60'
Debug: (0.171546) - (8250048) 
load from data is loading propertiesDebug: (0.171719) - (8253028) 
(mysql): SELECT * FROM cms_content_props WHERE content_id = '60'
Debug: (0.172126) - (8254960) 
(mysql): SELECT * FROM cms_content WHERE parent_id = '60' ORDER BY hierarchy
Debug: (0.174952) - (8439992) 
(mysql): SELECT * FROM cms_content WHERE content_id = '17'
Debug: (0.175245) - (8457016) 
load from data is loading propertiesDebug: (0.175418) - (8459996) 
(mysql): SELECT * FROM cms_content_props WHERE content_id = '17'
Debug: (0.175901) - (8461620) 
(mysql): SELECT * FROM cms_content WHERE content_id = '19'
Debug: (0.17619) - (8478580) 
load from data is loading propertiesDebug: (0.176374) - (8481556) 
(mysql): SELECT * FROM cms_content_props WHERE content_id = '19'
Debug: (0.176887) - (8482264) 
(mysql): SELECT * FROM cms_content WHERE content_id = '130'
Debug: (0.17718) - (8499252) 
load from data is loading propertiesDebug: (0.177349) - (8502236) 
(mysql): SELECT * FROM cms_content_props WHERE content_id = '130'
Debug: (0.17882) - (8599140) 
(mysql): SELECT content from cms_module_templates WHERE module_name = 'MenuManager' and template_name = 'Aura-I menu'
Debug: (0.17904) - (8599720) 
(mysql): SELECT module_name,template_name,modified_date 
                            FROM cms_module_templates
Debug display of 'End of Menu Manager Display':(0.213273) - (8556120) 
Debug: (0.214781) - (8557308) 
(mysql): SELECT mn.*, mnc.news_category_name FROM cms_module_news mn LEFT OUTER JOIN cms_module_news_categories mnc ON mnc.news_category_id = mn.news_category_id WHERE status = 'published' AND news_id = 6
Debug: (0.21634) - (8636056) 
(mysql): SELECT username, password, active, first_name, last_name, admin_access, email FROM cms_users WHERE user_id = '1'
Debug: (0.219992) - (8752920) 
(mysql): SELECT A.value,B.id,B.name,B.type FROM cms_module_news_fieldvals A, cms_module_news_fielddefs B WHERE A.fielddef_id = B.id AND A.news_id = '6' AND B.public = 1 ORDER BY B.item_order
Debug: (0.220635) - (8754536) 
start findNodeByTagDebug: (0.220685) - (8754740) 
end findNodeByTagDebug: (0.22164) - (8806176) 
(mysql): SELECT content from cms_module_templates WHERE module_name = 'News' and template_name = 'detailSample'
Debug display of 'Start of Menu Manager Display':(0.251746) - (8783488) 
Debug: (0.253492) - (8838212) 
(mysql): SELECT content from cms_module_templates WHERE module_name = 'MenuManager' and template_name = 'Aura-I menu'
Debug display of 'End of Menu Manager Display':(0.281784) - (8787528) 
Debug: (0.283852) - (8842980) 
(mysql): SELECT content_id FROM cms_content WHERE content_alias = 'news'
Debug: (0.283935) - (8840256) 
start findNodeByTagDebug: (0.28463) - (8842716) 
end findNodeByTagDebug: (0.285348) - (8847660) 
(mysql): 
            SELECT count(mn.news_id) as count
            FROM cms_module_news mn
            LEFT OUTER JOIN cms_module_news_categories mnc 
            ON mnc.news_category_id = mn.news_category_id 
            LEFT OUTER JOIN cms_users u 
            ON u.user_id = mn.author_id 
            WHERE 
                status = 'published' 
            AND
        ( IFNULL(start_time, '1969-12-31 19:00:01')  < '2010-07-15 19:19:44')  AND (( IFNULL(end_time, '1969-12-31 19:00:01')  = '1969-12-31 19:00:01') OR (end_time > '2010-07-15 19:19:44')) 
Debug: (0.287206) - (8851544) 
(mysql): 
            SELECT 
                mn.*, 
                mnc.news_category_name, 
                mnc.long_name, 
                u.username, 
                u.first_name,
                u.last_name 
            FROM cms_module_news mn
            LEFT OUTER JOIN cms_module_news_categories mnc 
            ON mnc.news_category_id = mn.news_category_id 
            LEFT OUTER JOIN cms_users u 
            ON u.user_id = mn.author_id 
            WHERE 
                status = 'published' 
            AND
        ( IFNULL(start_time, '1969-12-31 19:00:01')  < '2010-07-15 19:19:44')  AND (( IFNULL(end_time, '1969-12-31 19:00:01')  = '1969-12-31 19:00:01') OR (end_time > '2010-07-15 19:19:44')) ORDER BY news_date desc LIMIT 0, 3
Debug: (0.287468) - (8861928) 
(mysql): SELECT A.value,B.id,B.name,B.type FROM cms_module_news_fieldvals A, cms_module_news_fielddefs B WHERE A.fielddef_id = B.id AND B.public = 1 AND A.news_id = '5' ORDER BY B.item_order
Debug: (0.289857) - (8869440) 
(mysql): SELECT A.value,B.id,B.name,B.type FROM cms_module_news_fieldvals A, cms_module_news_fielddefs B WHERE A.fielddef_id = B.id AND B.public = 1 AND A.news_id = '6' ORDER BY B.item_order
Debug: (0.292156) - (8871172) 
(mysql): SELECT A.value,B.id,B.name,B.type FROM cms_module_news_fieldvals A, cms_module_news_fielddefs B WHERE A.fielddef_id = B.id AND B.public = 1 AND A.news_id = '4' ORDER BY B.item_order
Debug: (0.294585) - (8871632) 
(mysql): 
    SELECT news_category_id, news_category_name, hierarchy, long_name 
    FROM cms_module_news_categories 
    WHERE hierarchy not like ''
   ORDER by hierarchy
Debug: (0.295072) - (8875692) 
(mysql): SELECT COUNT(news_id) as cnt FROM cms_module_news WHERE news_category_id='1' AND (( IFNULL(end_time, '1969-12-31 19:00:01')  = '1969-12-31 19:00:01') OR (end_time > '2010-07-15 19:19:44'))  AND status = 'published'
Debug: (0.29568) - (8923264) 
(mysql): SELECT content from cms_module_templates WHERE module_name = 'News' and template_name = 'summarySample'
Debug: (0.323081) - (8725712) 
start findNodeByTagDebug: (0.323132) - (8725916) 
end findNodeByTagDebug: (0.323295) - (8729344) 
(mysql): SELECT content_id FROM cms_content WHERE content_alias = 'home'
Debug: (0.323373) - (8726868) 
start findNodeByTagDebug: (0.323419) - (8727072) 
end findNodeByTagDebug: (0.323571) - (8729868) 
(mysql): SELECT content_id FROM cms_content WHERE content_alias = 'home'
Debug: (0.323647) - (8727392) 
start findNodeByTagDebug: (0.323696) - (8727596) 
end findNodeByTagDebug: (0.323888) - (8771224) 
start global_content_get_templateDebug: (0.325481) - (8861964) 
(mysql): SELECT htmlblob_id, htmlblob_name, html, owner, modified_date FROM cms_htmlblobs WHERE htmlblob_name = 'footer'
Debug: (0.325652) - (8859968) 
end global_content_get_templateDebug: (0.325707) - (8860068) 
start global_content_get_timestampDebug: (0.325757) - (8860392) 
end global_content_get_timestampDebug: (0.326671) - (8745360) 
calling module TinyMCE from event ContentPostRender
And the server error info is as follows:

Code: Select all

[Thu Jul 15 19:22:22 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/404.shtml, referer: http://www.mikrondigital.com/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=6&cntnt01origid=15&cntnt01returnid=15
[Thu Jul 15 19:22:22 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/uploads/flash/banner/js, referer: http://www.mikrondigital.com/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=6&cntnt01origid=15&cntnt01returnid=15
[Thu Jul 15 19:19:44 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/404.shtml, referer: http://www.mikrondigital.com/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=6&cntnt01origid=15&cntnt01returnid=15
[Thu Jul 15 19:19:44 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/uploads/flash/banner/js, referer: http://www.mikrondigital.com/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=6&cntnt01origid=15&cntnt01returnid=15
[Thu Jul 15 19:19:38 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/404.shtml, referer: http://www.mikrondigital.com/
[Thu Jul 15 19:19:38 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/uploads/flash/banner/js, referer: http://www.mikrondigital.com/
[Thu Jul 15 19:18:38 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/404.shtml
[Thu Jul 15 19:18:38 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/favicon.ico
[Thu Jul 15 19:18:37 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/404.shtml, referer: http://www.mikrondigital.com/modules/FCKeditorX/FCKeditor/editor/fckeditor.html?InstanceName=m1_summary&Toolbar=Default
[Thu Jul 15 19:18:37 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/modules/FCKeditorX/FCKeditor/editor/plugins/tablecommands/lang, referer: http://www.mikrondigital.com/modules/FCKeditorX/FCKeditor/editor/fckeditor.html?InstanceName=m1_summary&Toolbar=Default
[Thu Jul 15 19:18:25 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/500.shtml, referer: http://www.mikrondigital.com/admin/moduleinterface.php?mact=News,m1_,editarticle,0&sp_=ef8d0279&m1_articleid=6
[Thu Jul 15 19:18:09 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/404.shtml, referer: http://www.mikrondigital.com/modules/FCKeditorX/FCKeditor/editor/fckeditor.html?InstanceName=m1_summary&Toolbar=Default
[Thu Jul 15 19:18:09 2010] [error] [client (IP Removed)] File does not exist: /home/(Path Removed)/public_html/modules/FCKeditorX/FCKeditor/editor/plugins/tablecommands/lang, referer: http://www.mikrondigital.com/modules/FCKeditorX/FCKeditor/editor/fckeditor.html?InstanceName=m1_summary&Toolbar=Default
Last edited by milkboy31 on Thu Jul 15, 2010 11:31 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Riddle me this... News module can't handle this?

Post by Rolf »

hi milkboy. can't it be some kind of mod_security setting which is triggering? perhaps contact your host... regards rolf.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
milkboy31
Forum Members
Forum Members
Posts: 12
Joined: Sat May 10, 2008 1:04 pm

Re: Riddle me this... News module can't handle this?

Post by milkboy31 »

I suppose it could be Rolf... but my host seems pretty clueless when it comes to CMSMS.  ;D

They just asked me if I had a virus because my FTP download of the site files via filezilla was showing them 400+ connections and I kept getting auto-banned from connecting mid-transfer.  I told them I was doing 2 files at a time in fast succession... but not 400.  Who knows man... when they asked if I had a virus I about pee'd my pants laughing.  I'm a network administrator by trade and think I might just know if I had a virus affecting things.  ;)
Post Reply

Return to “CMSMS Core”