In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

View Revisions: Issue #802 All Revisions ] Back to Issue ]
Summary 0000802: Js Error on link suggest page
Revision 2010-08-27 15:37:57 by Dmitry
Description Got 2 js errors on link suggesting page (url:

/index.php?env=-in-link/links/suggest_link:m2-1-1-1-s-)

aMultiLanguageSelector is null
aMultiLanguageSelector.registerControl('l[0][l1_Name]');

aMultiLanguageSelector is null
aMultiLanguageSelector.registerControl('l[0][l1_Description]');


Errors are due to JS calls to aMultiLanguageSelector object in the middle of the page (form) before it's been loaded with JQ document.ready + JS Compression outputs the actual script.js after the object is initialized.

In result had to move JS with aMultiLanguageSelector and aRatingManager to default_design.des.tpl.
Revision 2010-08-27 13:18:11 by Dmitry
Description Got 2 js errors on link suggesting page (url: /index.php?env=-in-link/links/suggest_link:m2-1-1-1-s-)

aMultiLanguageSelector is null
[Break on this error] aMultiLanguageSelector.registerControl('l[0][l1_Name]');

aMultiLanguageSelector is null
[Break on this error] aMultiLanguageSelector.registerControl('l[0][l1_Description]');



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker