ez projects / ezxajax / forum / general / does this extension work wi...
You need to be logged in to post messages in the forums. New users may register here.
Member since: Posts: 4 |
Sunday 02 August 2009 5:33:29 am Hi
I can't get this extension to work. I get this error in page head: <script charset="UTF-8" type="text/javascript"> /* <![CDATA[ */ window.setTimeout( function() { var scriptExists = false; try { if (xajax.isLoaded) scriptExists = true; } catch (e) {} if (!scriptExists) { alert("Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?\nURL: /extension/ezxajax/design/standard/javascript/xajax_js/xajax_core.js"); } }, 2000); /* ]]> */ </script> I'm using EzP 4.2 and ezxajax with ezxajax_classattributes. Is the error above the problem? Any idea on how to get this to work. Would really like to try this extension out as it seems very useful. I followed all steps in install.txt Thanks I am, because I choose to be! |
|
Member since: Posts: 4 |
Wednesday 14 October 2009 8:28:36 pm Hi
I can't get this extension to work. I get this error in page head: <script charset="UTF-8" type="text/javascript"> /* <![CDATA[ */ window.setTimeout( function() { var scriptExists = false; try { if (xajax.isLoaded) scriptExists = true; } catch (e) {} if (!scriptExists) { alert("Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?\nURL: /extension/ezxajax/design/standard/javascript/xajax_js/xajax_core.js"); } }, 2000); /* ]]> */ </script> I'm using EzP 4.2 and ezxajax with ezxajax_classattributes. Is the error above the problem? Any idea on how to get this to work. Would really like to try this extension out as it seems very useful. I followed all steps in install.txt Thanks I am, because I choose to be! |
|
|
Member since: Posts: 75 |
Thursday 15 October 2009 9:08:41 am it work for me with 4.2.0 and extensions:
* Name: ezxajax - xajax eZ Publish integration Version: 2.0.0 * Name: ezxajax_roleedit Version: 2.0.0 * Name: ezxajax_classattributes Version: 2.0.0 http://www.jac-systeme.de - Developers united in eZ Publish: http://www.cjw-network.com |
|
Member since: Posts: 4 |
Thursday 15 October 2009 5:50:21 pm Hi Felix,
Did you have to do anything extra to make it work? I am, because I choose to be! |
|
|
Member since: Posts: 75 |
Friday 16 October 2009 9:15:50 am Hi,
- do you insert the operartor to your admin tpl e.g. in pagelayout.tpl or page_head.tpl ( i think you did) {* enabling xajax support *} {cache-block ignore_content_expiry expiry=0} {xajax_javascript()} {/cache-block} - do you have access to '/extension/ezxajax/design/standard/javascript/xajax_js/xajax_core.js' over the webbrowser if not check your webserver conf - clear the cache on filesystem global and for siteaccess http://www.jac-systeme.de - Developers united in eZ Publish: http://www.cjw-network.com |
You need to be logged in to post messages in the forums. New users may register here.