Cataloger, image problem

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

Cataloger, image problem

Post 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>
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: Cataloger, image problem

Post 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.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

Re: Cataloger, image problem

Post 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).
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

Re: Cataloger, image problem

Post by urheat »

Hi Jo,

did you get a change to check this after I described the problem more throughly?
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: Cataloger, image problem

Post 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... :(
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
urheat
Forum Members
Forum Members
Posts: 243
Joined: Sat Oct 17, 2009 6:50 am

Re: Cataloger, image problem

Post 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 :)
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: Cataloger, image problem

Post 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.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Locked

Return to “Modules/Add-Ons”