MS Office docs not opening

MS Office docs not opening

by Jim McGregor -
Number of replies: 0

When a user clicks a link to an office document (doc, xls, ppt), the appropriate program opens in a new window but just displays a bit of script (as a little script icon), eg <script type="text/javascript">
<!--location.replace('http://moodle.here.org/login/index.php');//-->;
</script>

which is this line from weblib.php:

echo '<script type="text/javascript">'. "\n" .'<!--'. "\n". "location.replace('$url');". "\n". '//-->'. "\n". '</script>'; // To cope with Mozilla bug

PDFs have no such problem.

We are running 1.6.2 via both PCs and Citrix but this only happens in some of the environments, which makes me think it may be a browser setting. Then again, I haven't been able to break a browser into doing this behaviour on demand. And today, I had two users on the same Citrix server at the same time; one worked fine, one had problems.

Any ideas?
Thanks in advance...

Average of ratings: -