MX AJAX Toolbox Forum :: Kore Loader Problem
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
jde
07-28-2008 22:20:00 GMT +2
|
On some of the upgrade browsers there can be a most mysterious fault generated - "kore. loader not defined" or something similar. Having spent today figuring it out here is the solution which is very simple.
The toolbox will place these two lines on the main page:
<script type="text/javascript" src="../includes/kore/kore.js"></script>
<script type="text/javascript" src="../includes/jaxon/js/panels.js"></script>
All you have to do is reverse them:
<<script type="text/javascript" src="../includes/jaxon/js/panels.js"></script>
<script type="text/javascript" src="../includes/kore/kore.js"></script>
Solves a very wierd problem everytime!
|
|
|
sam2610
07-29-2008 10:47:17 GMT +2
|
I have the same problem with my Ajax toolbox website www.vewa.de and Safari 3.
Reversing the two lines as you described will break the Ajax functionality.
I'm really interested in getting this problem fixed, but don't know how. I think this is a bug in the webkit engine of safari. With the newest nightly of webkit (webkit.org) you don't get this fault anymore.
If anyone of you guys have a solution to solve this until Apple is releasing a new version of Safari it would be great!
In the case that someone from the former Interakt employees is still reading in the forums ... are there any plans for an extension similar to Ajax Toolbox which will work with the new CS4?
I think that Ajax Toolbox was one of the best extensions around and it is a really big help for anyone who is building his own CMS System with Dreamweaver. I didn't find any extension which is similar to AJAX Toolbox and works with Dreamweaver CS3.
|
|
|
jde
07-29-2008 14:45:15 GMT +2
|
It should not break the AJAX at all - indeed I use it on many sites without any problems at all. The problem is the calling of the kore functions - and the later Javascript is more specific and hence the problems. If you do not reverse them you are calling as far as the page is concerned undefined functions.
I could agree with you more about the value of this toolbox - and indeed all the items of InterAkt who had a good thing going and have saved me hundreds of hours.
What a crying shame Mr Adobe!
|
|
|
jde
07-29-2008 14:53:13 GMT +2
|
Out of interest I have just downloaded Safari from the Apple Site (for PC) and tested it with my rejigged pages.
It works fine
|
|
|
benjamin wende
04-10-2009 19:19:03 GMT +2
|
|
|
|