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

  • Admin plugin isn't work · 11 years ago

    [SOLVED] I wrote like Username my email and my fullname but it wasn't correct. You have to write like Username > 'admin' and your own password.

  • Admin plugin isn't work · 11 years ago

    Put your user/ folder zipped on dropbox or similar and paste me the link via PM on Gitter, I'll take a look

  • Admin plugin isn't work · 11 years ago

    This isn't work neither.

  • Admin plugin isn't work · 11 years ago

    Could just be a problem of indentation/quotes, try with password: test email: [email protected] fullname: Test title: Test access: admin: login: true super: true ---

  • Admin plugin isn't work · 11 years ago

    Of course, password: '***' email: '[email protected]' fullname: 'Cristina' title: 'Site Administrator' access: admin: login: true super: true

  • Admin plugin isn't work · 11 years ago

    Can you paste your admin.yaml file, to see if there's any obvious error?

  • Admin plugin isn't work · 11 years ago

    I am new in this, so I'm following the tutorial and I have stopped in the administration panel installation because I had the manual installation following all steps. When I have tried to access throu

  • 1&1 shared Linux hosting Internal Server Error [solved] · 11 years ago

    FYI, the 1and1 control panel allows setting the version of php for each subdomain (under php settings). This maybe easier than editing .htaccess. If not set, the default seems to vary.

  • 1&1 shared Linux hosting Internal Server Error [solved] · 11 years ago

    If someone with a 1&1 account could copy the SiteGround or Arvixe document from the docs, and create a 1&1 document, I would gladly credit them and add it to the docs. It could really help oth

  • 1&1 shared Linux hosting Internal Server Error [solved] · 11 years ago

    for 1&1 the solution to this problem is as follows: change RewriteRule .* index.php [L] to RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA] and below add these two lines: AddType x-mapp-php5 .php AddTyp