-
Notifications
You must be signed in to change notification settings - Fork 15
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
Errors after updating #46
Comments
I can't remember exactly, but weren't you using a virtualenv installation as recommended, rather than a global installation? If so, you have to first activate the virtual environment in the shell (something like The error seems to point to a Django compatibility problem because it is using the globally installed Django rather than the one in the virtualenv. |
I just took a look on your server and it seems you are not using a virtualenv, but are using a global installation indeed (which is okay too), so ignore the previous message. I'll test that FLAT works for Django 1.10 (which is what you have now and where it seems to break). |
I'm preparing a new release that solves compatibility issues with the latest Django |
excellent! thanks. On Friday, September 2, 2016, Maarten van Gompel [email protected]
|
The new FLAT that fixes this issue has just been released (v0.5.1), you can upgrade again using Additionaly, the new |
Thanks Maarten, is this release stable enough or do you expect other Behrang On Fri, Sep 2, 2016 at 9:55 PM, Maarten van Gompel <[email protected]
|
This one should be good to go, unless we encounter something unexpected again. |
Still there are some problems when logging into the server:
|
This indicates not all of the necessary changes are in your |
Hi Maarten, I did update the setting.py by adding/removing lines as highlighted for Cheers Behrang On Tue, Sep 6, 2016 at 6:51 PM, Maarten van Gompel <[email protected]
|
Do you mean the error still persists despite the changes? Did you restart the apache webserver and the foliadocserve? |
Hi, OK restarting the server resolved the problem. One more question: does Folia doc server runs automatically after each restart?! Cheers On Wed, Sep 7, 2016 at 9:57 AM, Maarten van Gompel <[email protected]
|
No, the document server is not tied to Apache so it has to be started independently on every upgrade. I'll make it clearer in the update instructions. Make sure the previous |
Thanks, the systems looks to work fine. On Wed, Sep 7, 2016 at 12:07 PM, Maarten van Gompel <
|
Hi,
I updated our FLAT server (which worked properly before updating) using the command:
sudo pip install -U FoLiA-Linguistic-Annotation-Tool pynlpl
now I get a series of error messages when trying to log in to the server: http://dpaste.com/1NPB6FW#
Can you please help.
Cheers
The text was updated successfully, but these errors were encountered: