-
Notifications
You must be signed in to change notification settings - Fork 122
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
Missing API #7
Comments
when i hit those links i get This XML file does not appear to have any style information associated with it. The document tree is shown below. |
Wow, I have never seen that error code before. The HTTP specification says The only thing I can suggest is to check the various error logs on your Oh, I think I see where that is coming from. The JavaScript library I am I'd check permissions too. Make sure you run the Sorry I couldn't help further, but good luck!
On Sun, Dec 18, 2011 at 12:49 PM, hallsofvallhalla <
|
well i finally worked through that issue but now when I try to login or register and hit submit i get a logging in box then it goes away. Error console says response.description is undefined. i have it up permanatly now at |
I'm so sorry you are having these problems. I never experienced any of So, what is happening now is the "user_create" API call is essentially /logs/effect/debug.log /var/log/httpd/error_log (the location of this log may vary depending on Good luck, and I'm sorry this is so difficult. May I ask what flavor and
On Mon, Dec 19, 2011 at 1:40 PM, hallsofvallhalla <
|
I am using Fedora 16 and I installed everything from the instructions except for Magik from the other error I was getting. But both apache and magic start up fine. I will check the error logs again. I appreciate the help and the value of this software far exceeds the trouble I am having. I figured I would have some issues so I don't mind working through them. Sorry if I am pestering you :) |
Hmm, Fedora should be just fine. How odd. No worries, I don't mind helping, and I am very glad someone still has I should warn you, however, that I am going on vacation for the holidays I find the best way to debug issues like this is to use a "tail" command tail -f /logs/effect/debug.log You could also gzip and send me your log if you wanted, too. Have a great holiday!
On Mon, Dec 19, 2011 at 2:04 PM, hallsofvallhalla <
|
do you know if anyone else has gotten this setup and working? I am wondering if there is some redirection or scripts it is looking for on effect.com. I still see it in places but may not be being used. |
None that I know of, but I installed the GitHub fork myself on many vanilla There may still be a few instances of the code trying to contact the
On Mon, Dec 19, 2011 at 2:12 PM, hallsofvallhalla <
|
i am a bit lost on this one. The logs show the same as the errors I am getting here. Missing XML. Not sure what it is looking for. should anything show up in /data/effect/users? Is that where it writes? I do have a few folders that lead to a metadata file. |
Hmm, not sure. Missing XML would mean that you just hit the URL directly, Thanks!
On Mon, Dec 19, 2011 at 2:38 PM, hallsofvallhalla <
|
i am getting this error when trying to signup
HTTP ERROR: 505: (URL: http://98.90.34.6/effect/api/user_create)
and this when trying to login as admin
HTTP ERROR: 505: (URL: http://98.90.34.6/effect/api/user_login)
i dont have a api directory other than one in the magik directory
it is online so you can test it. I appreciate the help so far.
The text was updated successfully, but these errors were encountered: