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

  • Metadata not working with the new update v1.0.8 · 11 years ago

    I've run the new updates, as well as the core (from v1.0.6 to v1.0.8). Every metadata I've put is not working. Though it saves the data you've inserted, it doesn't show when you "view source" your web

  • Big problem, WHITE PAGE · 11 years ago

    :D

  • Big problem, WHITE PAGE · 11 years ago

    Might be permissions, but never use 777. Here's a comprehensive permissions howto: http://learn.getgrav.org/troubleshooting/permissions

  • Big problem, WHITE PAGE · 11 years ago

    Its just a permission. Try to recursive the file to 777 cd /var/www/yourwebsite chmod 777 -R .

  • Big problem, WHITE PAGE · 11 years ago

    First you need to turn on PHP errors: http://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display After you get an error displaying, we can sort out how to fix what's causing said er

  • Big problem, WHITE PAGE · 11 years ago

    Hello everyone, i want to test this cms.. I excract the file on my var/www/ but when i go on localhost there is a white web page! None error, nothing. I have php 5.6, apache2 I test some echo on the i

  • Handle email validation error with Forms plugin · 11 years ago

    Update: Just tried in Chrome 47, same error.

  • Handle email validation error with Forms plugin · 11 years ago

    Hi flavio, I have the validate rule set in the form, which is otherwise working fine, but the validation does not seem to work. It throws an error instead: Server Error Sorry, something went terribl

  • Handle email validation error with Forms plugin · 11 years ago

    Hi Mike, if you set the input type as email, it uses the HTML5 email field and modern browser validate this on the client-side (http://www.w3.org/TR/html-markup/input.email.html). You can set validat

  • Handle email validation error with Forms plugin · 11 years ago

    So, is this possible to display custom error page on Swift_RfcComplianceException with Forms or Error plugins?