Keyword

Simple Image Gallery bug

More
15 years 7 months ago #70212 by FreakShowTM
Replied by FreakShowTM on topic Simple Image Gallery bug
@ all

my mods are not complete yet..
especially the admin part..

i'm trying to look at what valdis did on his mods..

@ valdis

the thumbnails are not displayed using your mod on my live site but when i try to use mine it shows the thumbnails..
i'm getting internal server errors on my live site if i try to directly access the link that shows the thumbnails using your mod.. i would like to merge our mods so that the community can use it.. by the way i like your mod because it preserved the original function of the plugin..:D

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

More
15 years 7 months ago #70213 by FreakShowTM
Replied by FreakShowTM on topic Simple Image Gallery bug
@greg

that feature will not be touched..
what i'm trying to do is to leave k2 untouched..
no k2 template mods just like what valdis did..
only simple image gallery will be modified..

greg said:Hi FreakShowTM, I don't know which version I install, your one or Valdis one, but the good thing is when you click in gallery link on top.
You go strait on gallery thumbnails in place of embed into texte with {galery} tag. If you ake something, could you keep this idea?

Thanks

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

More
15 years 7 months ago #70214 by Valdis
Replied by Valdis on topic Simple Image Gallery bug
No idea regarding these problems; it works for me for now (on test&development sites). As You see from my code - it's mostly vanilla SIG free 1.2.1 plus first snippet posted on this thread and some minor tweaks to make them play together nicely.


FreakShowTM said:@ all my mods are not complete yet..
especially the admin part..

i'm trying to look at what valdis did on his mods..

@ valdis

the thumbnails are not displayed using your mod on my live site but when i try to use mine it shows the thumbnails..
i'm getting internal server errors on my live site if i try to directly access the link that shows the thumbnails using your mod.. i would like to merge our mods so that the community can use it.. by the way i like your mod because it preserved the original function of the plugin..:D

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

  • Gianmichele Genovese
  • Gianmichele Genovese's Avatar
  • Offline
  • New Member
More
15 years 7 months ago #70215 by Gianmichele Genovese
Replied by Gianmichele Genovese on topic Simple Image Gallery bug
Hi

regarding the problem of the thumbnails I fixed it applying the chmod permission 744 on the showthumbs.php file in plugin/conten/plugin_jw_sig/

it works well

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

More
15 years 7 months ago #70216 by 4bweb
Replied by 4bweb on topic Simple Image Gallery bug
I tried in every way but it doesn't works, as you can see on www.borzago.it/gallerie-fotografiche/item/1-la-fattoria-dell... the gallery works but it doesn't create the thumb.
I am the only one to have this problem? How can I resolve?

Thanks
Alessandro

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

More
15 years 7 months ago #70217 by Lefteris
Replied by Lefteris on topic Simple Image Gallery bug
Hi. The thumbs are returning an Internal Server Error so please:
1. Check that GD is installed
2. Increase the memory limit of PHP
3. Check the permissions on the images.
4. If nothing of these works try search for this issue on the SIG Pro support forum.

4bweb said:I tried in every way but it doesn't works, as you can see on www.borzago.it/gallerie-fotografiche/item/1-la-fattoria-dell... the gallery works but it doesn't create the thumb. I am the only one to have this problem? How can I resolve?

Thanks
Alessandro

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

More
15 years 7 months ago #70218 by 4bweb
Replied by 4bweb on topic Simple Image Gallery bug
1 - GD ok
2 - I can't do it because it's fixed to 32 M from provider
3 - When it load them they go as 644, if I change in 777 nothing happens
4 -Thank you for the link, I've found but I wasn't be able to resolve.
I'm using Simple Image Gallery Plugin 1.2.1k2 06/01/2007 that I've found in this thread because with the standard version it doesn't create the gallery too.

I don't really know what to do because I don't understand what's wrong in my website.
Bye and thanks again, Alessandro

Lefteris Kavadas said:Hi. The thumbs are returning an Internal Server Error so please: 1. Check that GD is installed
2. Increase the memory limit of PHP
3. Check the permissions on the images.
4. If nothing of these works try search for this issue on the SIG Pro support forum.

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

More
15 years 7 months ago #70219 by 4bweb
Replied by 4bweb on topic Simple Image Gallery bug
I don't understand which version did you remove, and which old version have you reinstalled?
Bye, Alessandro

greg said:Hi,
Problem was from Jomsocial, I haven't really foud the problem!
I just remove new picture plugin and reinstall old one, and it's fixed

Thanks

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

More
15 years 7 months ago #70220 by Valdis
Replied by Valdis on topic Simple Image Gallery bug
You can try to uninstall SIG free and then to reinstall one from this thread: k2community.joomlaworks.gr/forum/topics/javascript-errors-wh...

After reinstall of plugin You should try to look at those thumbnail pictures directly using url from page source (like www.borzago.it/plugins/content/plugin_jw_sig/showthumb.php?img=../../../media/k2/galleries/1/Havana.jpg ). Currently throws an errors instead of showing image.

4bweb said:I don't understand which version did you remove, and which old version have you reinstalled? Bye, Alessandro
greg said:Hi, Problem was from Jomsocial, I haven't really foud the problem! I just remove new picture plugin and reinstall old one, and it's fixed

Thanks

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

More
15 years 6 months ago #70221 by Cameron Barr
Replied by Cameron Barr on topic Simple Image Gallery bug
Though I might add to the SIG bug discussion.

SIG Free (the one I just downloaded anyway) is checking the image/stories/ dir for image galleries which by design it is supposed to do. When you upload files via the item->image galleries tab (when editing an item) the item model saves the files to the media/k2/galleries/ directory. So when the images are sought by the SIG plugin they are nowhere to be found.
I fixed mine with a hack- but would like a perm solution so I am suggesting that either the SIG plugin checks both directories and uses the K2 if both exist - OR (and probably better) - the K2 admin side item model complies with SIG and stores the files in the image/stories/ dir .

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

More
15 years 6 months ago #70222 by Egil Hansen
Replied by Egil Hansen on topic Simple Image Gallery bug
Same problem here. SIG does not find the images that are uploaded via K2. Could you please post the fix you made, Cameron?

Cameron Barr said:Though I might add to the SIG bug discussion.
SIG Free (the one I just downloaded anyway) is checking the image/stories/ dir for image galleries which by design it is supposed to do. When you upload files via the item->image galleries tab (when editing an item) the item model saves the files to the media/k2/galleries/ directory. So when the images are sought by the SIG plugin they are nowhere to be found.
I fixed mine with a hack- but would like a perm solution so I am suggesting that either the SIG plugin checks both directories and uses the K2 if both exist - OR (and probably better) - the K2 admin side item model complies with SIG and stores the files in the image/stories/ dir .

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

  • Different Color
  • Different Color's Avatar
  • Offline
  • Premium Member
More
15 years 6 months ago #70223 by Different Color
Replied by Different Color on topic Simple Image Gallery bug
How come I don't have a showthumbs.php file? Hmm....

Gianmichele Genovese said:Hi
regarding the problem of the thumbnails I fixed it applying the chmod permission 744 on the showthumbs.php file in plugin/conten/plugin_jw_sig/

it works well

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

More
15 years 5 months ago #70224 by Alex Aedo Aedo
Replied by Alex Aedo Aedo on topic Simple Image Gallery bug
La solución al problema es muy simple, solo tienes que cambiar el nombre del archivo del plugin Simple Image Gallery. El archivo se encuentra en la carpeta site\plugins\content\jwsig.php. K2 pregunta si existe site\plugins\content\jw_sig.php no si existe site\plugins\content\jwsig.php, Hay se genera el problema, si cambias el nombre del archivo por el que corresponde todo se soluciona!!!

Alex Aedo Aedo

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

More
15 years 5 months ago #70225 by sergio chiriac
Replied by sergio chiriac on topic Simple Image Gallery bug
hi there

can some one help me with this.... tell me what i´m doing wrong i tried everyhing from this post installed and reinstaled every solution you guys made here, i can attach files to gallerie in k2 but when i want to see them it shows:

{gallery}2{/gallery}

so can someone tell me what i´m doing wrong??

ps:sorry for my english grammar

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

More
15 years 5 months ago #70226 by Alex Aedo Aedo
Replied by Alex Aedo Aedo on topic Simple Image Gallery bug
Hola, Eso significa que no esta instalado el pluggin de SIG.

Alex Aedo Aedo

Sergio said:hi there
can some one help me with this.... tell me what i´m doing wrong i tried everyhing from this post installed and reinstaled every solution you guys made here, i can attach files to gallerie in k2 but when i want to see them it shows:

{gallery}2{/gallery}

so can someone tell me what i´m doing wrong??

ps:sorry for my english grammar

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

  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
  • Offline
  • Senior Member
More
15 years 3 months ago #70227 by iImagine 'n' iKnow Ltd.
Replied by iImagine 'n' iKnow Ltd. on topic Simple Image Gallery bug
I have re-installed pro, used the mootools settings changed the directory sig uses to media/k2/galleries

I have copied my rar file to the galleries dir

then at item level I have browsed to the galleries dir and selected the rar file I had put there
and saved. Previewed - NOTHING....

One thing though - at item level when you browse and select the rar file THERE IS NO GENERATE THUMBS ETC ETC FUNCTIONALITY.... AND...... EVEN THOUGH YOU SAVE THE ITEM... THE RAR DOES NOT GET STORED IN GALLERIES.
I FEEL VERY ANGRY THAT I PAID FOR THIS AND NOBODY FROM K2 HAS RESOLVED IT.

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

More
15 years 3 months ago #70228 by Lefteris
Replied by Lefteris on topic Simple Image Gallery bug
Hi. First of all your archive must be in zip format not in rar. Also your archive should not contain any folders, just the images. If you do these things and your server meets the requirements you should not have any problem.

George Szubinski said:I have re-installed pro, used the mootools settings changed the directory sig uses to media/k2/galleries
I have copied my rar file to the galleries dir

then at item level I have browsed to the galleries dir and selected the rar file I had put there
and saved. Previewed - NOTHING....

One thing though - at item level when you browse and select the rar file THERE IS NO GENERATE THUMBS ETC ETC FUNCTIONALITY.... AND...... EVEN THOUGH YOU SAVE THE ITEM... THE RAR DOES NOT GET STORED IN GALLERIES.
I FEEL VERY ANGRY THAT I PAID FOR THIS AND NOBODY FROM K2 HAS RESOLVED IT.

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

  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
  • Offline
  • Senior Member
More
15 years 2 months ago #70229 by iImagine 'n' iKnow Ltd.
Replied by iImagine 'n' iKnow Ltd. on topic Simple Image Gallery bug
ok Lefteris, I changed the format to zip and browsed the zip file but it still doesnt work.

Look at the steps again:
S1you select the item and edit
S2 you click on the image gallery tab
S3 you browse and select your zip file

S5 you save the item

WHERE IS STEP 4 TO LOAD THE ZIP FILE INTO SIG??? THERE IS NO BUTTON

Lefteris Kavadas said:Hi. First of all your archive must be in zip format not in rar. Also your archive should not contain any folders, just the images. If you do these things and your server meets the requirements you should not have any problem.
George Szubinski said:I have re-installed pro, used the mootools settings changed the directory sig uses to media/k2/galleries I have copied my rar file to the galleries dir

then at item level I have browsed to the galleries dir and selected the rar file I had put there
and saved. Previewed - NOTHING....

One thing though - at item level when you browse and select the rar file THERE IS NO GENERATE THUMBS ETC ETC FUNCTIONALITY.... AND...... EVEN THOUGH YOU SAVE THE ITEM... THE RAR DOES NOT GET STORED IN GALLERIES.
I FEEL VERY ANGRY THAT I PAID FOR THIS AND NOBODY FROM K2 HAS RESOLVED IT.

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

More
15 years 2 months ago #70230 by Lefteris
Replied by Lefteris on topic Simple Image Gallery bug
Hi. Step 4 as you named executes automatically. When you click "Apply" or "Save" button, K2 will upload the zip file you selected.

George Szubinski said:ok Lefteris, I changed the format to zip and browsed the zip file but it still doesnt work.
Look at the steps again:
S1you select the item and edit
S2 you click on the image gallery tab
S3 you browse and select your zip file

S5 you save the item

WHERE IS STEP 4 TO LOAD THE ZIP FILE INTO SIG??? THERE IS NO BUTTON

Lefteris Kavadas said:Hi. First of all your archive must be in zip format not in rar. Also your archive should not contain any folders, just the images. If you do these things and your server meets the requirements you should not have any problem. George Szubinski said:I have re-installed pro, used the mootools settings changed the directory sig uses to media/k2/galleries I have copied my rar file to the galleries dir
then at item level I have browsed to the galleries dir and selected the rar file I had put there
and saved. Previewed - NOTHING....

One thing though - at item level when you browse and select the rar file THERE IS NO GENERATE THUMBS ETC ETC FUNCTIONALITY.... AND...... EVEN THOUGH YOU SAVE THE ITEM... THE RAR DOES NOT GET STORED IN GALLERIES.
I FEEL VERY ANGRY THAT I PAID FOR THIS AND NOBODY FROM K2 HAS RESOLVED IT.

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

  • iImagine 'n' iKnow Ltd.
  • iImagine 'n' iKnow Ltd.'s Avatar
  • Offline
  • Senior Member
More
15 years 2 months ago #70231 by iImagine 'n' iKnow Ltd.
Replied by iImagine 'n' iKnow Ltd. on topic Simple Image Gallery bug
Lefteris

Thats what I thought might be the expected result but when I look in media/k2/galleries all I see is an index file with nothing else, so despite me ensuring that the zip file is correct and the folder contains only the pictures and the zip file the k2 galleries tab does NOT function correctly!!

Now if I create mypics folder within media/k2/galleries and put my pics in that folder and NO zip file and then in joomla switch to item view and insert {gallery}mypics{/gallery} - SIG works just fine!!
So... that leads me to believe that the k2 gallery functionality does NOT work - SIG does...

Comments???

Lefteris Kavadas said:Hi. Step 4 as you named executes automatically. When you click "Apply" or "Save" button, K2 will upload the zip file you selected.
George Szubinski said:ok Lefteris, I changed the format to zip and browsed the zip file but it still doesnt work. Look at the steps again:
S1you select the item and edit
S2 you click on the image gallery tab
S3 you browse and select your zip file

S5 you save the item

WHERE IS STEP 4 TO LOAD THE ZIP FILE INTO SIG??? THERE IS NO BUTTON

Lefteris Kavadas said:Hi. First of all your archive must be in zip format not in rar. Also your archive should not contain any folders, just the images. If you do these things and your server meets the requirements you should not have any problem. George Szubinski said:I have re-installed pro, used the mootools settings changed the directory sig uses to media/k2/galleries I have copied my rar file to the galleries dir then at item level I have browsed to the galleries dir and selected the rar file I had put there
and saved. Previewed - NOTHING....

One thing though - at item level when you browse and select the rar file THERE IS NO GENERATE THUMBS ETC ETC FUNCTIONALITY.... AND...... EVEN THOUGH YOU SAVE THE ITEM... THE RAR DOES NOT GET STORED IN GALLERIES.
I FEEL VERY ANGRY THAT I PAID FOR THIS AND NOBODY FROM K2 HAS RESOLVED IT.

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


Powered by Kunena Forum