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

  • Question from a newbie about GPM (Grav Package Manager) · 11 years ago

    You need to have a shell/terminal login to your server in order to execute those commands. Most hosting providers allow access via SSH (secure shell), so this is how you need to connect to the server

  • Question from a newbie about GPM (Grav Package Manager) · 11 years ago

    Hi all I'm lost. I'm a joomla user and i want to test Grav On my apache server, external 1&1, I have unzipped the package in a directory and i ve got an Successful Installation page on my test sub

  • Custom theme without Bootstrap? · 11 years ago

    It's just the newbie syndrome. Thanks!

  • Custom theme without Bootstrap? · 11 years ago

    The custom theme tutorial uses Bootstrap because it's very popular and made for a simple tutorial. However, there is nothing to say you MUST use Bootstrap. You can use another CSS framework, or no

  • Custom theme without Bootstrap? · 11 years ago

    Hello guys! First post here. I went trough the documentation and got familliar with how GRAV uses YAML and the file structure stuff with Bootstrap being the core of a theme, but I could not find info

  • Invalid Ajax response upon update · 11 years ago

    Yah we have to use HTTPS because GitHub requires it for API requests.

  • Invalid Ajax response upon update · 11 years ago

    Could it be that the error is somehow related to a missing certificate or something like that? See http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/ I crea

  • Invalid Ajax response upon update · 11 years ago

    You can either 1) change hosting to something more "empowering" (see on our Learn site for some references) 2) build (and maintain) the site on localhost and update the remote site via FTP or other sy

  • Invalid Ajax response upon update · 11 years ago

    PHP error logging is enabled, error_reporting is set to 'E_ALL'. As the support told me, the logs should be saved in the root folder of the script that produces an error. Although I am repeatedly not

  • Invalid Ajax response upon update · 11 years ago

    It's kinda of hard to know what the error is.. Do you have access to your PHP logs?