Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

SIGPro and K2 integration problem

  • Andrew Neighbour
  • Andrew Neighbour's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 3 months ago #35966 by Andrew Neighbour
SIGPro and K2 integration problem was created by Andrew Neighbour
I am learning my way through K2 and loving it.  And have used SIGPro previously.  However, I have a problem that many have reported, and yet despite several hours searching the forums, I have not found a straightforward solution.

I'm using Joomla 1.5.20; K2 2.4.1; SIG Pro 2.0.5

I am developing a product catalog and for each item, I want an image gallery of different views.

Everytime I try to upload a zipfile under item>image Gallery, I get the standard error message:

        * UNKNOWNARCHIVETYPE
        * Gallery upload error: Cannot extract archive!

I am using WinZip to create the zip file; I have created a folder media/k2/galleries and set that as the default in SIG; permissions are 775.  I have uninstalled and reinstalled SIGPro.

What more should I be doing to get this to work?

Any help would be much appreciated - maybe a tutorial or documentation article would be appropriate as everyone (it seems) appears to run into some kind of image gallery problem.

Many thanks,
Andrew

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #35967 by Katia
Replied by Katia on topic Re: SIGPro and K2 integration problem
Please pm me access to your backend.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Andrew Neighbour
  • Andrew Neighbour's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 3 months ago #35968 by Andrew Neighbour
Replied by Andrew Neighbour on topic Re: SIGPro and K2 integration problem
Please can anyone help???

The site is now "live" at batrboots.com - although still in a very rudimentary state. If I cant fix the problem, I will have to give up K2 as my client is chomping at the bit.

I have tried an install on another site hosted by the same ISP and it didn't work...I tried it on a different ISP and it worked fine...what are the potential differences I should examine between ISP's. Both are running php 5....

I'm desperate....
Andrew

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago - 14 years 3 months ago #35969 by Katia
Replied by Katia on topic Re: SIGPro and K2 integration problem
Check your permissions please and ask your hosting company to help you.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Andrew Neighbour
  • Andrew Neighbour's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 3 months ago #35970 by Andrew Neighbour
Replied by Andrew Neighbour on topic Re: SIGPro and K2 integration problem
Thanks for the reply - can you be more specific about which file/folder permissions need to be changed.  As far as I can see everything is 755.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #35971 by Katia
Replied by Katia on topic Re: SIGPro and K2 integration problem
Contact your hosting company and explain them the error you have...

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Andrew Neighbour
  • Andrew Neighbour's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 3 months ago #35972 by Andrew Neighbour
Replied by Andrew Neighbour on topic Re: SIGPro and K2 integration problem
OK I'll check with them.  thanks

Please Log in or Create an account to join the conversation.

  • Andrew Neighbour
  • Andrew Neighbour's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 3 months ago #35973 by Andrew Neighbour
Replied by Andrew Neighbour on topic Re: SIGPro and K2 integration problem
This solution worked - for some reason the servers at this hosting company trip over this statement, those at another, where I have other sites hosted, had no problem with it!

Working with the tech support guys and referencing this getK2 Forum post, we were able to fix it!

From the earlier post (12 months ago!)

I had this same problem. When uploading to the gallery, the mime type is checked and it appears that it was checking the path for the mime type and not the name of the file. There are several checks for mime type prior to the code I edited below, and even some after. It keeps trying different ones until it gets a hit. Unfortunately until I fixed the code, it was trying to call it a text file and not a zip file. Anyway, this is what I did:

File: \administrator\components\com_k2\lib\class.upload.php
Line: ~2231
Change...
$this->file_src_mime = mime_content_type($this->file_src_pathname);
...to...
$this->file_src_mime = mime_content_type($this->file_src_name);


Thanks!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum