Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some problem to works with this plugin #205

Closed
micker opened this issue May 30, 2022 · 9 comments
Closed

Some problem to works with this plugin #205

micker opened this issue May 30, 2022 · 9 comments

Comments

@micker
Copy link

micker commented May 30, 2022

hello i didn't find a good way to actived this plugin
1 i install it + override in my template
image
image

2 in article view no change
https://proscess.org/soutiller/les-outils-de-diagnostic-de-la-promotion-de-la-sante?view=article&id=33:diagnostic-proscess&catid=12:les-outils-de-diagnostic-de-la-promotion-de-la-sante
3 in item view wit pagebuilder ck same it doesn't work
https://proscess.org/
any idea why it doesn't works ?
thanks

@dgrammatiko
Copy link
Member

What component renders this view?

@micker
Copy link
Author

micker commented Jun 1, 2022

@dgrammatiko
Copy link
Member

@micker so it turns out that:

  • there was a small bug on one conditional that's why you got the notification on line 219 (fixed with 4.1.0)
  • your server doesn't have any image library (imagick of GD) which is a prerequisite for this plugin (but also for Joomla's media manager editing functionality). Check with your host how to enable either GD or imagick (preferably imagick to get AVIF support)

@micker
Copy link
Author

micker commented Jun 1, 2022

ahhh i actived GD it works on article view
but no here
https://proscess.org/
internal redircetion
do you have an idea ?

@dgrammatiko
Copy link
Member

dgrammatiko commented Jun 1, 2022

Hmm, this might be a Joomla bug or something in my code, let me explain:

The URL of the image is:

https://proscess.org/media/cached-resp-images//images/pagebuilderck/informer Petit_1920.jpg?version=24be1165d9ea2d46c3976c8250a5ca53

With the image name: informer Petit_1920.jpg. The space is the one that creates the problem as it needs to be escaped (eg instead of should be %20)

I'll debug this later today and if it's a bug on my side I'll create a new release, if it's on Joomla's side you will need to open an issue in their repository

@micker
Copy link
Author

micker commented Jun 1, 2022

ok thanks
can i disable plugin on my site ? no need for debug ?

@dgrammatiko
Copy link
Member

You don't need the debug anymore

@micker
Copy link
Author

micker commented Jun 1, 2022

thanks

@dgrammatiko
Copy link
Member

@micker 4.1.1 should fix the bug.
Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants