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

  • Documentation of Find - Help Building a Recipe · 11 years ago

    Good morning. I am trying to build a twig template (a partial) that locates the last N updated pages under a particular route and lists them out: a "What's New!" ability for a page. I assumed I could

  • Edit .md page with AJAX and PHP · 11 years ago

    Otherwise, the best option is to dig through the code in the system/ folder. Also here are the slightly outdated API docs: http://learn.getgrav.org/api

  • Edit .md page with AJAX and PHP · 11 years ago

    Ok, thank you!

  • Edit .md page with AJAX and PHP · 11 years ago

    Your asking about functionality that is going to be in the Admin plugin (well not ajax yet), but it's a complicated question, and you can get some of this from looking at the admin code when its relea

  • Edit .md page with AJAX and PHP · 11 years ago

    In the frontend of my website I am trying to load the raw .md page inside a textarea with AJAX, then I want to use EpicEditor to edit it, then I'd like to save the file with PHP and AJAX. I see in th

  • PHP Startup error · 11 years ago

    As suggested by Gert, you can also try to run php -v from the shell prompt and see if that reports any errors

  • PHP Startup error · 11 years ago

    If composer.phar is using RAR internally, that still means your hosting provider has it defined in the system's php.ini which is advertising that its available to use, when in fact its missing. The fa

  • PHP Startup error · 11 years ago

    <?php system('php bin/composer.phar --working-dir="path" --no-interaction --no-dev --prefer-dist -o install'); ?> With "path" the grav install dir triggers the error

  • PHP Startup error · 11 years ago

    Can the composer.phar be involved? I've found RarArchive references into it

  • PHP Startup error · 11 years ago

    The hosting service provider deny any server error. Their solution is to change the CMS because is unsupported and there isn't any issue wth their server using Joomla or Wordpress... How this can be p