You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hemingway currently uses PHP short tags a lot. This renders its unusable for any hosting which is not configured to support this. And this is a problem with a distributed project like this. The solution is a simple search-and-replace.
Hemingway currently uses PHP short tags a lot. This renders its unusable for any hosting which is not configured to support this. And this is a problem with a distributed project like this. The solution is a simple search-and-replace.
See http://stackoverflow.com/questions/200640/are-php-short-tags-acceptable-to-use for a discussion on short tags.
I have rolled a fix for this which you can simply pull in and have it fixed: http://github.com/tobiassjosten/hemingway/commit/e774b852c77c60fa1e7baa1ea2f5458dc9facd1c
The text was updated successfully, but these errors were encountered: