Hi Steven,
After several attempts trying to solve the error I realize that the error is associated to the version of the Module I was using 7.x-2.0-beta5 and now 7.x-1.2. I know the Drupal issues are discussed in the Drupal forum, but I did not find any related issue with the same error.
I notice that the error is related to this part of the code:
<div class="view-content">
<script>
new juicebox({
configUrl : '/juicebox/xml/view/galeria_corporativos/block_1?checksum=16f71d04dbcd46449861097728e5ab63',
containerId : 'view-galeria_corporativos-block_1',
galleryWidth : '300px',
galleryHeight : '300px',
backgroundColor : '#222222'
});
</script>
In the latest version this code is before <body>
Now the gallery block work like a charm.
Thanks for your fast response.
Daniel.