Keyword

I can not run "image gallery".

More
14 years 8 months ago #71082 by Stephen
Replied by Stephen on topic I can not run "image gallery".
K2-version 2.2.
I installed plg_jw_sigv.1.2.1r2k2_j1.5.zip,
uploading a zip file type jpeg images, the following is the answer

* UNKNOWNARCHIVETYPE
* Gallery upload error: Can not extract archive!

What can be?

Chris Yates said:Hi,
Before everyone else pulls their hair out getting free version of Simple Image Gallery to work, the attached package is onfirmed working in K2.2. as indicated in the attached image snapped 5 mins ago.

Lefteris is wrong to say free version doesn't work.

Proedure is to uninstall whatever version you have been trying then install this one in the normal Joomla methods.

Regards,


CHRIS YATES

Pino Punzi Carlucci said:Thank you Lefteris Kavadas said:Hi. K2 doesn't work with the free version of SIG. The next release of SIG free version will be compatible with K2. Pino Punzi Carlucci said:This discussion I started it in August 2009. But there has been no response. I preinstalled version 2.2 and I have to thank Fotis for the excellent development . Without forgetting the magnificent Spanish translation made by Olsen: Olsen muchas gracias. But still does not recognize that is installed the Free Simple Image Gallery Plugin. I just want to know if the version 2.2 recognizes the Free Gallery or I have to buy the Pro version.

Responsive Joomla template - jlvextension.com

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

More
14 years 8 months ago #71083 by that library
Replied by that library on topic I can not run "image gallery".
Ok, I installed that new version that was provided, but there is no 'lightbox' that shows up - it is just a bunch of images at the bottom of my Library entry. What do I have to do to get the lightbox to show up? I want it to be sleek and sexy, not a pile of images!

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

More
14 years 8 months ago #71084 by Stephen
Replied by Stephen on topic I can not run "image gallery".
The link of you "my Library entry" is not OK

Carolyn Harris said:Ok, I installed that new version that was provided, but there is no 'lightbox' that shows up - it is just a bunch of images at the bottom of my Library entry. What do I have to do to get the lightbox to show up? I want it to be sleek and sexy, not a pile of images!

Responsive Joomla template - jlvextension.com

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

More
14 years 8 months ago #71085 by that library
Replied by that library on topic I can not run "image gallery".
Oops. Here is the direct link: nwolibrary.com/nwolibrary/item/673

Pino Punzi Carlucci said:The link of you "my Library entry" is not OK

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

More
14 years 7 months ago #71086 by Lefteris
Replied by Lefteris on topic I can not run "image gallery".
Hi. Your site is loading the mootools.js script 3 times. This causes script errors on your page. Try to disable mod_gk_news_highlighter you are using and see what happens.

Carolyn Harris said:Oops. Here is the direct link: nwolibrary.com/nwolibrary/item/673
Pino Punzi Carlucci said:The link of you "my Library entry" is not OK

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

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

More
14 years 7 months ago #71087 by Stephen
Replied by Stephen on topic I can not run "image gallery".
I installed the latest plugin again and I think it works.
Link:
casasycosas.com.es/index.php?option=com_k2&view=itemlist&task=category&id=20:noticias-de-actualidad&Itemid=264&lang=es

This is how it works? Or am I missing something?
That possibility is linking my own gallery by clicking the images above?

I do not find this module: mod_gk_news_highlighter.
On that page be watching?
Tell me, please, as seen being loaded script mootools.js x times.
I have JoomlaWorks, YOOtheme, Rockettheme modules, etc ...
Thank you very much for the help. After all this time I upload images.

Lefteris Kavadas said:Hi. Your site is loading the mootools.js script 3 times. This causes script errors on your page. Try to disable mod_gk_news_highlighter you are using and see what happens.
Carolyn Harris said:Oops. Here is the direct link: nwolibrary.com/nwolibrary/item/673 Pino Punzi Carlucci said:The link of you "my Library entry" is not OK

Responsive Joomla template - jlvextension.com

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

More
14 years 7 months ago #71088 by siegfried Stahl
Replied by siegfried Stahl on topic I can not run "image gallery".
sharky said:My solution: Chave change ligne 686 administrator/components/com_k2/models/item.php
if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sig.php')) {

by

if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsig.php')) {



and maybe you had to add this for the free extension:

go to file: components/com_k2/models/item.php line394:

replace:
$savepath = JPATH_ROOT.DS.'media'.DS.'k2'.DS.'galleries';
with:
$savepath = JPATH_ROOT.DS.'images'.DS.'stories';

and line 424:
relpace:
if (JFolder::exists(JPATH_ROOT.DS.'media'.DS.'k2'.DS.'galleries'.DS.$current->id)) {
JFolder::delete(JPATH_ROOT.DS.'media'.DS.'k2'.DS.'galleries'.DS.$current->id);

with:
if (JFolder::exists(JPATH_ROOT.DS.'images'.DS.'stories'.DS.$current->id)) {
JFolder::delete(JPATH_ROOT.DS.'images'.DS.'stories'.DS.$current->id);

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

More
14 years 5 months ago #71089 by Stephen
Replied by Stephen on topic I can not run "image gallery".
Hi Siegfried,
I can not find the statements:

$ Savepath = JPATH_ROOT.DS. 'Media'. DS. 'K2'. DS. 'Galleries';

if (JFolder:: exists (JPATH_ROOT.DS. 'media'. DS. "k2." DS. "galleries." DS. $ current-> id)) (
JFolder:: delete (JPATH_ROOT.DS. 'Media'. DS. "K2." DS. "Galleries." DS. $ Current-> id);

in the file components/com_k2/models/item.php
line 394 and 424.

I have a installed version 2.2 (latest version)
Did you wrong perhaps?

Note : Bist Du Deutsch?

siegfried Stahl said:sharky said:My solution: Chave change ligne 686 administrator/components/com_k2/models/item.php if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jw_sig.php')) {

by

if (JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsigpro.php') || JFile::exists(JPATH_PLUGINS.DS.'content'.DS.'jwsig.php')) {



and maybe you had to add this for the free extension:

go to file: components/com_k2/models/item.php line394:

replace:
$savepath = JPATH_ROOT.DS.'media'.DS.'k2'.DS.'galleries';
with:
$savepath = JPATH_ROOT.DS.'images'.DS.'stories';

and line 424:
relpace:
if (JFolder::exists(JPATH_ROOT.DS.'media'.DS.'k2'.DS.'galleries'.DS.$current->id)) {
JFolder::delete(JPATH_ROOT.DS.'media'.DS.'k2'.DS.'galleries'.DS.$current->id);

with:
if (JFolder::exists(JPATH_ROOT.DS.'images'.DS.'stories'.DS.$current->id)) {
JFolder::delete(JPATH_ROOT.DS.'images'.DS.'stories'.DS.$current->id);

Responsive Joomla template - jlvextension.com

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

  • Talitha Gulla-Behrends
  • Talitha Gulla-Behrends's Avatar
  • Offline
  • New Member
More
14 years 4 months ago #71090 by Talitha Gulla-Behrends
Replied by Talitha Gulla-Behrends on topic I can not run "image gallery".
I have applied each of the fixes discovered throughout these multiple forums. I was able to juuusst aallmooosst get there, if you get my drift. Then I accidently stumbled on this (again, only after applying the 'other' fixes) ...
I ziped an individual image file. Used the gallery load (just for the individual ziped image). The image loaded (I knew this because I was able to see it in the backend and the frontend). I then used cPanel to locate the file. Having found the file, I just loaded the rest of my images vis a vie the cPanel to the same folder and voila. I now can use this method to create my gallery. Don't know is this will work for all but it's worth giving a try!

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

  • Simbarashe Munhemba
  • Simbarashe Munhemba's Avatar
  • Offline
  • New Member
More
14 years 4 months ago #71091 by Simbarashe Munhemba
Replied by Simbarashe Munhemba on topic I can not run "image gallery".
Hi, I also was having the same problem. I managed to fix it by renaming all jwsig.* files to jw_sig.* and it worked. If you are having problems I have a packaged solution available on my website. www.tasimbatech.co.za/joomla-15x-articles/joomla-chats.html

You can download the plugin and follow the intructions on tha article before you install on your site.

Good luck

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


Powered by Kunena Forum