gidlov / pico-gallery

A Gallery plugin for the micro CMS Pico
8 stars 2 forks source link

Which URL do I have to enter in the Browser for "my-gallery/flush ..." #3

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello developer,

sorry that I disturb you again, but I can not realize it.

My gallery page is at http://picocms.wpzweinull.ch/my-gallery/index and I have now added %my_gallery% in the index.md.

Which URL must be accurate to generate the thumbnails.

If it is with mydomain.de/index ....., then it does not work.

Phile CMS is complicated for me yet a bit.

gidlov commented 6 years ago

Hi, I have now discovered that Pico 1.* is not compatible with this plugin. I will look into this..

Den 5 sep. 2017 16:34 skrev "Alexander Liebrecht" <notifications@github.com

:

Hello developer,

sorry that I disturb you again, but I can not realize it.

My gallery page is at http://picocms.wpzweinull.ch/my-gallery/index and I have now added %my_gallery% in the index.md.

Which URL must be accurate to generate the thumbnails.

If it is with mydomain.de/index ....., then it does not work.

Phile CMS is complicated for me yet a bit.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gidlov/pico-gallery/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqIv9f8SYmJb3ib_AYbp8NhVI7jdNE6ks5sfVv7gaJpZM4PNCtm .

ghost commented 6 years ago

Good thank you! I have patience!!

gidlov commented 6 years ago

Now its working, download the new version 1.2.2, see readme for info.

ghost commented 6 years ago

Hi,

I followed your instructions, but I still do something wrong. On the Gallery Index page, I have the shortcode with the Gallery, but no thumbnails.

This is at http://picocms.wpzweinull.ch/gallery/index

What am I doing wrong?

Thanks in advance.

gidlov commented 6 years ago

Have you set page to gallery/index in your config?

2017-09-07 10:38 GMT+02:00 Alexander Liebrecht notifications@github.com:

Hi,

I followed your instructions, but I still do something wrong. On the Gallery Index page, I have the shortcode with the Gallery, but no thumbnails.

This is at http://picocms.wpzweinull.ch/gallery/index

What am I doing wrong?

Thanks in advance.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gidlov/pico-gallery/issues/3#issuecomment-327731709, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqIv5H64RSjd7qDbZUTs6Lw9I1alTpdks5sf6uZgaJpZM4PNCtm .

ghost commented 6 years ago

Yes, I have now made and the shortcode with "my_gallery" is now no longer visible.

But the thumbnails are not displayed and no thumbnails were generated in the FTP account under /gallery/thumbnails.

CHMOD 777 I have for directories like /gallery and /gallery/thumbnails

In the config.php I made from 'index': 'gallery/index'. As far as everything right I think times, but something is still.

gidlov commented 6 years ago

One step closer then. You should enter http://picocms.wpzweinull.ch/gallery/index/my_gallery/flush/47b71a856274ac45

The gallery name must be the same as the shortcode, for example %my_gallery% or whatever you named it.

image_path orgins from the pico root, same for thumb_path.

2017-09-07 11:10 GMT+02:00 Alexander Liebrecht notifications@github.com:

Yes, I have now made and the shortcode with "my_gallery" is now no longer visible.

But the thumbnails are not displayed and no thumbnails were generated in the FTP account under /gallery/thumbnails.

CHMOD 777 I have for directories like /gallery and /gallery/thumbnails

In the config.php I made from 'index': 'gallery/index'. As far as everything right I think times, but something is still.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gidlov/pico-gallery/issues/3#issuecomment-327740653, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqIv3iQYnsjlW4wMGvvvtrO_cieaFxPks5sf7MUgaJpZM4PNCtm .

armansansd commented 6 years ago

Hi @gidlov ! I installed your plugin on my pico, and everything work fine except that no thumbnail are create in my thumbnail folder. Despite the fact that I chmod my folder to 777 (like @AlexL777 ) Proper links are generated on my index page. So i guess the problem come from the thumbnails generation with intervention. But it seems that it is properly install with composer, is there a way to debug the plugin so I can find from where the error come from ? Or maybe you've through this problem already. Could it come from the htaccess ?

I'm using pico 1.0.6, I looking for clues :)

thx a lot

gidlov commented 6 years ago

Does the flush config value match the flush URL? Does the %gallery_name% match the value in gallery config? Does the %gallery_name% dissapear?

Den fre 4 maj 2018 kl 23:41 skrev Arman Mohtadji notifications@github.com:

Hi @gidlov https://github.com/gidlov ! I installed your plugin on my pico, and everything work fine except that no thumbnail are create in my thumbnail folder. Despite the fact that I chmod my folder to 777 (like @AlexL777 https://github.com/AlexL777 ) Proper links are generated on my index page. So i guess the problem come from the thumbnails generation with intervention. But it seems that it is properly install with composer, is there a way to debug the plugin so I can find from where the error come from ? Or maybe you've through this problem already. Could it come from the htaccess ?

I'm using pico 1.0.6, I looking for clues :)

thx a lot

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gidlov/pico-gallery/issues/3#issuecomment-386742620, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqIv56QfUIHuYkEeKhml5p4EKpLz7jAks5tvMsdgaJpZM4PNCtm .

armansansd commented 6 years ago

Hi ! I started all over on a fresh install, and there is some evolutions,

  1. the flush creat the thumbnail in the right place but only if I add content/gallery/fullsize to the config file line. Instead of gallery/fullsize. is-it normal ?
  2. The url displayed in the img tag is :
    <img src="http://localhost/robots/content/gallery/thumbnails/thumb_image.png" alt="" class="">

    Which of course is not to any images.

To responde to your previous questions, my gallery folder is called gallery, my gallery array is called my_gallery , and I paste %my_gallery% in the index.md file. and yes the %my_gallery% disappear and is replace by a

<p>
<a href="http://localhost/robots/index/my_gallery/image.png">
<img src="http://localhost/robots/content/gallery/thumbnails/thumb_image.png">
</a>
</p>

Which is weird cause i got my_gallery then gallery.

I'm so close ! I'm sure is due to my lack of knowledge in pico's behavior.

Thank you for your patience

Cheers

gidlov commented 6 years ago

That's right, it goes from /content /. If you update the Pico and Pico Gallery to latest versions starts from the /.

Den lör 5 maj 2018 kl 22:37 skrev Arman Mohtadji notifications@github.com:

Hi ! I started all over on a fresh install, and there is some evolutions,

  1. the flush creat the thumbnail in the right place but only if I add content/gallery/fullsize to the config file line. Instead of gallery/fullsize. is-it normal ?
  2. The url displayed in the img tag is :

Which of course is not to any images.

To responde to your previous questions, yes to everything and yes the %my_gallery% disappear and is replace by a

I'm so close ! I'm sure is due to my lack of knowledge in pico's behavior.

Thank you for your patience

Cheers

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gidlov/pico-gallery/issues/3#issuecomment-386833174, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqIvzcPmSgME80iWMA-wqTqkVCunZoWks5tvg2EgaJpZM4PNCtm .

malu58 commented 5 years ago

Hello Klas,

it's possible to imlement your gallery plugin on nextcloud 13.0.5 - PicoCMS 0.9.7 app?