We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all: Awesome plugin, thanks! Really adds a nice touch.
I noticed the following issue though:
getimagesize(/assets/images/image-example.jpg): failed to open stream: No such file or directory
This happens when the URL defined in the Asset Source doesn’t contain the baseUrl.
So this URL would work: http://xyz.com/assets/images/ But this wouldn’t: /assets/images/
http://xyz.com/assets/images/
/assets/images/
So the fix is to add the baseUrl to the config and add it to the assets path like this: {baseUrl}assets/images/.
{baseUrl}assets/images/
But it would be cool if this wouldn’t be necessary, even with a Multi-Environment-Config.
The text was updated successfully, but these errors were encountered:
Fix for Issue 4
787703e
keithmancuso#4 Failed to open stream: No such file or directory Uses the siteUrl which is already part of the config.
No branches or pull requests
First of all: Awesome plugin, thanks! Really adds a nice touch.
I noticed the following issue though:
This happens when the URL defined in the Asset Source doesn’t contain the baseUrl.
So this URL would work:
http://xyz.com/assets/images/
But this wouldn’t:
/assets/images/
So the fix is to add the baseUrl to the config and add it to the assets path like this:
{baseUrl}assets/images/
.But it would be cool if this wouldn’t be necessary, even with a Multi-Environment-Config.
The text was updated successfully, but these errors were encountered: