Jump to content

No Image Mode Set error after upgrade


Recommended Posts

I am slowly knocking out errors in the event logs after my upgrade. Upgraded from 5.2.16 to 6.0.2

Here is my latest error: PHP Notice:  No image mode set in /home/####/public_html/classes/catalogue.class.php on line 1225

I am using an old custom template built off the Kurouto Template back from version 5.  Any ideas on what the heck this is asking for? 

Link to comment
Share on other sites

I think this is a one-off problem. That is, once you have CC602 showing the skin you want, that error will not appear any more. It happened to me.

Let us know if this error appears many times and if every time you bring up a specific page.

Link to comment
Share on other sites

There is also a new image size that earlier versions of CC5 do not have.

In your custom skin's config.xml file, add this line:

    <image reference="tiny" maximum="30" quality="75" default="noimage_thumbnail_tiny.png" />


Download the latest version of Kurouto from the Marketplace to get the noimage_thumbnail_tiny.png image.

Link to comment
Share on other sites

I was comparing the configs earlier and thought about adding that line but didn't know if that was it.  I just added. The alerts happen about every 5 minutes.  I will check back and let you know if that resolved it.  

Link to comment
Share on other sites

There is also a new image size that earlier versions of CC5 do not have.

In your custom skin's config.xml file, add this line:

    <image reference="tiny" maximum="30" quality="75" default="noimage_thumbnail_tiny.png" />

Another instance of a change that is required to V5 skins that seems to be needed in order to run under V6.  I have suggested previously that some documentation be put together to record these changes that are required for people running V5 skins that want to run V6 code base - any suggestions for the best way of doing this ?

Ian

Link to comment
Share on other sites

Maybe, maybe not for this instance. The 'tiny' image size was introduced in CC512. So, any skin coded for CC5 prior to 512 but used in 512 or later would have produced this error. But, technically, this wouldn't have caused a problem on the storefront -- unless a custom skin edit wanted to show a tiny image. The tiny image is only shown in admin when listing the Product Inventory. And no image here could have gone unnoticed.

I think Atechstl is just now taking an interest in the error_log.

Link to comment
Share on other sites

Indeed I am taking an interest in the error log.  Nothing like a 5GB error log after going unnoticed for so long. :o  By the way BSMITHER, the fix you recommended worked! No more issues appearing in the error logs regarding that. Thank you for all of your help! It is greatly appreciated. 

The new templates are much nicer how they display products.  I may consider using one of the new templates and customizing it a little.  

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...