Page 1 of 1

Cataloger, image problem

Posted: Tue Feb 21, 2017 3:25 pm
by urheat
After updating to CMSMS 2.0 and Cataloger 1.0.2, the images on the Category Page are not visible. Also they are not visible in the item page either, but I don't need that.

After a few hours I reinstalled the module.
Then I tried to Re-import example sub-templates and I tried both Category-CSS and table bases templates. I can see the images when I'm editing the items (Cataloger Images -tab), but not in the front end.

The front end source code is:

Code: Select all

<img src="http://www.visavuori.com/cataloger_image?i=mielikki_s_1_180_1.jpg&ac=80077" title="Mielikki" alt="Mielikki"/>
And the image is there:

Code: Select all

<img src="/uploads/images/catalog_src/mielikki_src_1.jpg">
Here is the CSS-based template (this should be the default):

Code: Select all

{$main_content}
{section name=numimg loop=$image_url_array}
  <img src="{$image_url_array[numimg]}" alt="{title}" title="{title}" />
{sectionelse}
{/section}
<div class="category_items">
   {if $hasnav == 1}
<div class="catnav">{$prev}{$navstr}{$next}</div>
	{/if}
    {section name=numloop loop=$items}
        <div class="category_item"><a href="{$items[numloop].link}"><img src="{$items[numloop].image}" title="{$items[numloop].title}" alt="{$items[numloop].title}"/></a><br /><a href="{$items[numloop].link}">{$items[numloop].title}</a></div>
    {sectionelse}
    {/section}
    {if $hasnav == 1}
{* 
The number that is without a link (a href) have a <span class="nolink" ) have a look in source code-html
*}
<div class="catnav">{$prev}{$navstr}{$next}</div>
	{/if}
</div>

Re: Cataloger, image problem

Posted: Sat Feb 25, 2017 9:27 pm
by Jo Morg
In a few sites and my localhost all is working as expected. All with any of the default templates and or customized templates. Just from what you have posted I don't have a way to diagnose the issue.

Re: Cataloger, image problem

Posted: Sun Feb 26, 2017 9:05 am
by urheat
Thank Jo,

I also have one site where Cataloger is running fine. And this is pretty much identical site. Same host, PHP version and so on. The only thing I can think of what I did differently, was that I first updated this problematic site from 1.12.2 -> 2.1.6. But I just finished upgrading every single version from 1.12.2 to the latest. Problem is still there. As you can see, I'm beginning to see things ;)

But... What I can do to help you to help me?

- Server log is empty
- Here is System Information (CMSMS): http://visavuori.com/system_information.txt
- Here is pdf when the problematic page is loaded in Debug Mode:
http://visavuori.com/Visavuori_cataloger_debug_mode.pdf
- And this is the page: http://www.visavuori.com/fi/museopuoti/kipsiveistokset

As you can see, the images are loaded (there's a small delay after the "broken image icon" is visible).

Re: Cataloger, image problem

Posted: Tue Mar 07, 2017 3:45 pm
by urheat
Hi Jo,

did you get a change to check this after I described the problem more throughly?

Re: Cataloger, image problem

Posted: Tue Mar 07, 2017 3:49 pm
by Jo Morg
Ooops! I missed your last post... sorry, just saw it. I'll take a look during the course of this week.
Every now and then, I miss a post or another... :(

Re: Cataloger, image problem

Posted: Sun Mar 19, 2017 6:50 pm
by urheat
Jo Morg wrote:Ooops! I missed your last post... sorry, just saw it. I'll take a look during the course of this week.
Every now and then, I miss a post or another... :(
Jo, if this is somehow a special problem and there's no big enough reason for you to fix this, please let me know. I can easily use Product module, though I would prefer Cataloger :)

Re: Cataloger, image problem

Posted: Fri Mar 24, 2017 12:43 pm
by Jo Morg
Sorry, health issues have been getting in the way. Work too... catching up after being sick delays everything quite a bit. I'll look at it this weekend.
Again my apologies.