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.
Error loading the News module
Error loading the News module
Last edited by Kate on Thu Oct 13, 2005 11:52 am, edited 1 time in total.
Re: Error loading the News module
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.
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.
Re: Error loading the News module
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!
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!
Re: Error loading the News module
Hi
Have the same problem after upgrading to PHP 5.0.5. Didn't find a solution yet.
Klendino
Have the same problem after upgrading to PHP 5.0.5. Didn't find a solution yet.
Klendino
Re: Error loading the News module
has anyone found a solution or work-around to this?
thanks!
thanks!