Thursday 10 April 2008 7:51:44 am
Hi, I created a small extension very similar to the hello_world example (with a one xajax function). Everything works fine in my development environment. I tried to publish my new extension on my production server. I updated my extension list in the admin interface (and even regenerate the autoload - altough I am not sure it is necessary in this case). When my template use the xajax call, I got the following error in my browser: "xajax_getResearchersByInstitute is not defined" . Looking closer at the source of my page I find out that in the list of declaration on xajax function, the function that I added (with my extension) does not appear: <script type='text/javascript' charset='UTF-8'>
/* <![CDATA[ */
xajax_viewfull = function() { return xajax.request( { xjxfun: 'viewfull' }, { parameters: arguments } ); };
/* ]]> */
</script>
I verify that I have my file xajax.ini file referencing my function... Any idea about how to troubleshoot this problem ?
Thanks, Hakim
|