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

  • Where can i download earlier versions of skeletons? · 11 years ago

    flavio, yeah, it's that earlier php version that my hosting provider uses, and there are thousands of users under it. So they will upgrade it when ever they feel like..

  • Where can i download earlier versions of skeletons? · 11 years ago

    Maybe it's because we had to drop support for PHP 5.4? The reason skeletons do not work is not directly caused by the skeleton, but by the fact that the skeleton is installed on a newer Grav version.

  • Where can i download earlier versions of skeletons? · 11 years ago

    Seems like new versions don't work anymore at my hosting provider.

  • Deploying to Heroku, 500 Error · 11 years ago

    Did you read the Heroku logs when you the 500 error? I got it running perfectly fine after installing the mbstring PHP extension heroku had not enabled by default.

  • Deploying to Heroku, 500 Error · 11 years ago

    Do you have a URL of the site in question? How about some instructions on how I can try to replicate this myself? Just too many moving parts to debug with your info alone.

  • Deploying to Heroku, 500 Error · 11 years ago

    okay, i'm not sure i'm any closer to resolving this to be honest. I've been fiddling with many different techniques, what I can confirm though, is if i remove the .htaccess file, I can get to LICENSE

  • Deploying to Heroku, 500 Error · 11 years ago

    When I first ran it locally without the modrewrite module installed, I got an error telling me to enable it. Now if I disable it locally, I just see some page data but no dependencies get loaded, lik

  • Deploying to Heroku, 500 Error · 11 years ago

    I really still think this is because your Heroku setup is not installing or enabling mod_rewrite. How are you configuring apache during this install process?

  • Deploying to Heroku, 500 Error · 11 years ago

    I've taken a look a the file, but can't see anything obviously wrong, and the fact it works in WAMP and MAMP fine suggest that it should be okay. Heroku is picking the app up as PHP and using Apache

  • Deploying to Heroku, 500 Error · 11 years ago

    Cheers, I'll check that out as soon as I can and get back you. Thanks.