Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Nothing shown after new upload · 10 years ago

    ANother check: http://magment.de/user/pages/images/DSC_0020.jpg would yield a 404 page not found error. This is a correct route and still doesn't work. Is it perhaps some group/user issue? Permissions

  • Nothing shown after new upload · 10 years ago

    The blog.html.twig generateing the image link reads: {% if base_url == base_url_relative %} {% set feed_url = base_url~'/'~page.slug %} {% endif %} {% block content %} {% set blog_image = page.media.

  • Nothing shown after new upload · 10 years ago

    Here one example: Deliver: http://demo.getgrav.org/deliver-skeleton/blog <img src="/deliver-skeleton/images/d/c/a/6/e/dca6e5c1ded82adced1078cfc6ad4a 3427bc916d-unsplashtiagogerken.jpeg"> My

  • Nothing shown after new upload · 10 years ago

    already checked. and tested even with 777. It is really a path issues.

  • Nothing shown after new upload · 10 years ago

    Could this be permissions issues on the images folder? http://learn.getgrav.org/troubleshooting/permissionshttp://learn.getgrav.org/troubleshooting/permissions

  • Nothing shown after new upload · 10 years ago

    How can you generally make sure iff the site works locally, that it will also work on the server? The referencing of the base_url does not seem to be so straighforward after implementing multi-languag

  • Nothing shown after new upload · 10 years ago

    I found the issue and is related to the path for loading of images . I could correct this to some extent but havestill issues withthe blogmenu of the deliver theme. - How do you exactly maximize php.

  • Nothing shown after new upload · 10 years ago

    It probably halts on an error. Did you turn error reporting to max in the php.ini?

  • Nothing shown after new upload · 10 years ago

    Thanks, Flavio. I checked everything and could only find that the source code gets interrupted </head> <body id="top" class="modular header-image fullwidth"> <div id="sb-site"> <h

  • Nothing shown after new upload · 10 years ago

    A blank page is always a error logged somewhere. turn on error reporting the maximum level in your php.ini, and check the PHP error logs.