-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to undefined method HashOver\Setup::getImagePath() #208
Comments
My bad, I was using an older settings.php I think you need to keep the configuration isolated from code, and centralized in one place. That way it would be easy to upgrade to a new release. Thanks. |
Seriously, it's annoying to have to manually edit settings.php in every new commit. |
Practically all web apps will always have a separate, non-versioned file where configuration is stored. For example:
So, yes, hashover should not expect users to edit files that are in version control / included with the distribution. It's not just annoying, but dangerous (a skipped step in the upgrade process can result in losing the previous configuration). |
Remember that this version of Hashover is not ready for release, it's a development version. I guess you can make a GNU sed script or something similar to set the configuration to your preferred values after an upgrade, if you do that you should make sure the upgrade doesn't require any modification of your script. |
Of course. That doesn't get in the way of helping make a list of things to improve, and discuss the best way to improve them.
Currently, a much simpler method is to use a git checkout. Before upgrade, |
Fix: #213 |
@jorgesumle I know it isn't ready for production, but this issue makes helping in the debugging process and contributing a very tedious task. |
The latest commit 7a38fd1 gave me this:
Of course nothing is displayed.
The text was updated successfully, but these errors were encountered: