-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error when trying to access website after installation #60
Comments
Hmm, I was planning on doing some work on Hootdraft tonight, but I believe the specific module its complaining about (phpdraft.env) is specifically related to config.js, which provides a few variables for the frontend app. I'll take a peek at the instructions and see if I can't figure out where you fell (and fix the instructions) and help you figure this out, but at the moment I'm unable to peek at it. |
So |
Opening
I'm not sure whether the fact that I'm trying to access it using the IP address and not the hostname (the domain not being setup yet) makes any difference. |
Interesting - that looks like code from a slightly older build, can you tell me which release you downloaded the ZIP from? |
The 2.3.1 release. I will try 2.3.2 today. |
That's quite bizarre, at least the copies of the ZIPs that I have locally, neither have the older version of config.js. I checked the "Download Source Code" link (ignore that and use the specific ZIP file as it contains some compiled code) and it didn't even have js/config.js (makes sense - it's not checked into source in Git). I'm a bit baffled by what you're coming across here, but hopefully if you try this file: https://github.com/mattheworres/hootdraft/releases/download/2.3.2/HootDraft_2.3.2_Hotfixes.zip and hopefully this issue just goes away. Let me know what you find! |
Ah, nope! There's an older copy of |
To temporarily fix the issue, change the contents of
(change And if you've already exported your settings and don't want to run through the text based setup wizard again, go update your stashed copy of config.js with the text change outlined above (or manually edit Sorry about that, I'll get that fixed and a new release published soon. |
Specifically if you've run the setup wizard on 2.3.1 or 2.3.2, even after this change you'll need to either re-run the setup wizard (kind of a pain), or manually go find and update js/config.js in your predefined settings directory.
Specifically if you've run the setup wizard on 2.3.1 or 2.3.2, even after this change you'll need to either re-run the setup wizard (kind of a pain), or manually go find and update js/config.js in your predefined settings directory.
After having followed the instructions outlined in Manual Installation & Upgrades, I am greeted with the following error message when opening the website in Firefox:
I would appreciate any help in solving this issue, as I'm not familiar with Angular.
The text was updated successfully, but these errors were encountered: