Error loading the News module

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.
Locked
Kate

Error loading the News module

Post by Kate »

We have a new installation of cmsms vs.0.10.3 and recently there was an upgrade on the server to php 5.0.5. My news module no longer completly loads in the admin section. Part of the page loads (the news module menu) and I get an error. ->object required, http://mysite/csm/admin/moduleinterface.php?module=News and when I view the Javascript console I see

->Error: document.getElementById(tabs[j].id + "_c") has no properties
Source File: http://www.infoneuro.mcgill.ca/admin/th ... tandard.js Line: 52

line 52= document.getElementById(tabs[j].id + "_c").style.display = 'none';

This was working earlier, so I feel the php upgrade must have something to do with it. I have tried uninstalling and reinstalling the news module, re-uploading the news module files to the server. Any ideas would be appreciated. Thanks.
Last edited by Kate on Thu Oct 13, 2005 11:52 am, edited 1 time in total.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Error loading the News module

Post by Ted »

Someone brought this up yesterday about 5.0.5 as well.  I haven't had a chance to find a place to install it yet to see for myself.

Do you have any other modules installed with admin screens like News?  I'm curious to know if it's News specific, or just a problem with modules in general.
Kate

Re: Error loading the News module

Post by Kate »

Yes, I have the bookmarks module installed and it works fine.

Has anyone else had problems with the accessing the News module once they upgraged to php 5.0.5? Again the problem files seems to be standard.js (line 52)  in the admin/themes/default/includes/ directory.

The error message:
document.getElementById(tabs[j].id + "_c") has no properties

The source of the error message (line 52 of standard.js)
document.getElementById(tabs[j].id + "_c").style.display = 'none';

Any suggestions would be appreciated. Thanks!
User avatar
klendino
Forum Members
Forum Members
Posts: 67
Joined: Wed Oct 19, 2005 8:22 pm
Location: Caribbean

Re: Error loading the News module

Post by klendino »

Hi

Have the same problem after upgrading to PHP 5.0.5. Didn't find a solution yet.

Klendino
megwoo
Forum Members
Forum Members
Posts: 11
Joined: Thu Nov 10, 2005 1:08 am

Re: Error loading the News module

Post by megwoo »

has anyone found a solution or work-around to this?

thanks!
Locked

Return to “CMSMS Core”