Elxis CMS Forum

Extensions => Modules => Topic started by: jimmyz on December 07, 2016, 10:42:33

Title: Elxis 4.5 - iView
Post by: jimmyz on December 07, 2016, 10:42:33
Hello everyone,
I recently updated a site to 4.5. All seem to be ok, but the iView 1.1 module is failing to show the pictures in my front page. Console gives a message: GET
http://somesite.gr/undefined [HTTP/1.1 404 Not Found 138ms].
Pictures load ok alone: http://somesite.gr/modules/mod_isw_iview/images/image10.jpg



Any ideas?
Title: Re: Elxis 4.5 - iView
Post by: webgift on December 07, 2016, 11:07:19
Hello!
Please follow the instructions as given to the thread [1] as quoted below. It is in Greek
language however i believe that you can handle of it! ;) If the issue is still there please
send me a PM in order to check this out!

[1]: https://forum.elxis.org/index.php?topic=8778.msg56069#msg56069
Title: Re: Elxis 4.5 - iView
Post by: jimmyz on December 07, 2016, 18:31:37
Thank you for replying Webgift!
I already had jQuery in "1.x + compability" in settings.
Also have all files of iView replaced with fresh ones.

In inspector's console i see:
Code: [Select]
GET
http://somesite.gr/undefined [HTTP/1.1 404 Not Found 309ms]
X-Content-Type-Options header warning: value was “1;nosniff”; did you mean to send “nosniff”?  somesite.gr
GET
http://somesite.gr/undefined [HTTP/1.1 404 Not Found 125ms]
X-Content-Type-Options header warning: value was “1;nosniff”; did you mean to send “nosniff”?  somesite.gr
Title: Re: Elxis 4.5 - iView
Post by: jimmyz on December 07, 2016, 18:38:03
Also error log of elxis is full of mentions:

Code: [Select]
[2016-12-07 16:34:06] ERROR 404 (Page not found). Reference code: E404-CCON-0004
URL: undefined

[2016-12-07 16:34:07] ERROR 404 (Page not found). Reference code: E404-CCON-0004
URL: undefined
Title: Re: Elxis 4.5 - iView
Post by: jimmyz on December 07, 2016, 19:02:10
In "Parameters" I can change "Source" to "Latest Articles" or "Category". It works ok with these, but not with the pics 1-20.

Below is the source code generated from elxis

Code: [Select]
<div class="module">
<div id="iview1">
<div data-iview:image="http://somesite.gr/modules/mod_isw_iview/images/image1.jpg">
<div class="iview-caption" data-x="0" data-y="0" data-width="150" data-height="500" data-border="0" data-transition="wipeRight"><h3>Title1</h3> <p>Description1</p></div></div>
...
</div>
<!-- iView module developed by Webgift web services (http://www.webgiftgr.com) for Elxis CMS 4.x -->
</div>
</div>
Title: Re: Elxis 4.5 - iView
Post by: jimmyz on December 07, 2016, 20:35:42
Just installed iView in a fresh elxis 4.5 installation (all four modes of jQuery), does not work either.  :(
Title: Re: Elxis 4.5 - iView
Post by: webgift on December 09, 2016, 09:21:40
Hello!
I think that you haven't set properly the images' URLs. Can you please share with me a link?