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

No image showing #247

Closed
stailer opened this issue Oct 31, 2018 · 2 comments
Closed

No image showing #247

stailer opened this issue Oct 31, 2018 · 2 comments

Comments

@stailer
Copy link

stailer commented Oct 31, 2018

Hello,

On 4 Ubuntu 18 machine, install via composer require league/glide OK
When web page is launching , image generating and cache are OK on 4 PC

But, on one PC, image is not display !
it's same Ubuntu/Php/Apache on 4 pc.

On server too, with nginx/debian, all is ok !

$server->outputImage($actual_link[0], $_GET);

After reinstall Ubuntu/Apache/Php, it's same : this PC not display image but generating is ok in cache directory...

An idea ?

@baileylo
Copy link

If it's the same code everywhere, I'd imagine you have a config issue on the one machine that's not rendering the images correctly.

Can you give more information, like what's the response that you're seeing?

@stailer
Copy link
Author

stailer commented Oct 31, 2018

With breakpoint in glide, reponse from this code is false :

$this->source->has($this->getSourcePath($path));

But image is generating... just display is wrong.

I think there is an exception FileNotFoundException... But directory and file exists.
I don't understand why this pc only has this problem...

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

3 participants