Hi
I'm having a problem with the form wizard. It seems to be a JavaScript problem. My Joomla version is 1.5.26, Chronoforms is V4 RC3.3. Mootools Upgrade is installed and activated.
I guess something is wrong with my installation, but I have very little knowledge about JavaScript, so I don't know what.
I'm having a problem with the form wizard. It seems to be a JavaScript problem. My Joomla version is 1.5.26, Chronoforms is V4 RC3.3. Mootools Upgrade is installed and activated.
I guess something is wrong with my installation, but I have very little knowledge about JavaScript, so I don't know what.
Hi ankerm ,
If you Click the scripts tab in FireBug and then check the drop-down for MooTools.js you will be able to see the version. My guess is that it will be 1.12 and the Upgrade Plug-in is not working for some reason or other.
Bob
If you Click the scripts tab in FireBug and then check the drop-down for MooTools.js you will be able to see the version. My guess is that it will be 1.12 and the Upgrade Plug-in is not working for some reason or other.
Bob
Hi
In the scripts tab I see
<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); });
function keepAlive( ) { var myAjax = new Ajax( "index.php", { method: "get" } ).request();} window.addEvent("domready", function(){ keepAlive.periodical(840000 ); });
</script>
The first lines of mootools.js is
//MooTools, My Object Oriented Javascript Tools. Copyright (c) 2006 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
var MooTools={version:'1.12'};function $defined(obj){return(obj!=undefined);};function $type(obj){if(!$defined(obj))return false;if(obj.htmlElement)return'element';var type=typeof obj;if(type=='object'&&obj.nodeName){switch(obj.nodeType){case 1:return'element';case 3:return(/\S/).test(obj.nodeValue)?'textnode':'whitespace';}}
if(type=='object'||type=='function'){switch(obj.constructor){case Array:return'array';case RegExp:return'regexp';case Class:return'class';}
In the scripts tab I see
<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); });
function keepAlive( ) { var myAjax = new Ajax( "index.php", { method: "get" } ).request();} window.addEvent("domready", function(){ keepAlive.periodical(840000 ); });
</script>
The first lines of mootools.js is
//MooTools, My Object Oriented Javascript Tools. Copyright (c) 2006 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
var MooTools={version:'1.12'};function $defined(obj){return(obj!=undefined);};function $type(obj){if(!$defined(obj))return false;if(obj.htmlElement)return'element';var type=typeof obj;if(type=='object'&&obj.nodeName){switch(obj.nodeType){case 1:return'element';case 3:return(/\S/).test(obj.nodeValue)?'textnode':'whitespace';}}
if(type=='object'||type=='function'){switch(obj.constructor){case Array:return'array';case RegExp:return'regexp';case Class:return'class';}
Hi Bob
Thank you for your help. It's a pity I don't know what to do with the problem. Mootools upgrade is activated and set to 1.2 for the admin. If deactivate Mootools upgrade I get the warning Warning, "Mootools upgrade" Joomla plugin is DISABLED in Chronoforms, so Chronoforms see the upgrade.
I'm sorry I have to find another form component.
Kind regards
Anker
Thank you for your help. It's a pity I don't know what to do with the problem. Mootools upgrade is activated and set to 1.2 for the admin. If deactivate Mootools upgrade I get the warning Warning, "Mootools upgrade" Joomla plugin is DISABLED in Chronoforms, so Chronoforms see the upgrade.
I'm sorry I have to find another form component.
Kind regards
Anker
Hi Anker,
You need to find out why the MooTools upgrade plug-in isn't working or you will have problems with any other extenstion that requires it in the admin area. I think that the plugin order may may a difference; or some other extension may block it.
I think you'll find a couple of other threads about this here but it is a Joomla! problem not specifically a ChronoForms one and you may find more useful info in the Joomla! forums.
Bob
You need to find out why the MooTools upgrade plug-in isn't working or you will have problems with any other extenstion that requires it in the admin area. I think that the plugin order may may a difference; or some other extension may block it.
I think you'll find a couple of other threads about this here but it is a Joomla! problem not specifically a ChronoForms one and you may find more useful info in the Joomla! forums.
Bob
Hi Bob
Your last reply helped me. Deactivating an extension called "Editor Button - Linkr" did the trick.
Thank you very much.
Anker
Your last reply helped me. Deactivating an extension called "Editor Button - Linkr" did the trick.
Thank you very much.
Anker
This topic is locked and no more replies can be posted.