I installed a new ERPNext yesterday in a vBox. I got through the setup of ERPNext. But when the installation is done it redirects me to the login page. From there on I get error 500 on anything. I already tried restarting. The ERPNext logs dir is empty. Since I use reverse proxy of nginx (the delivered config), I added an error_log to the server{}. This log remains empty, too. When I go onto the server with "w3m http://localhost:8000/" I get a 404 not found. If you need anything else to help me please feel free to ask.
Thanks in advance Lukas Wagner
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
On Thu, Apr 10, 2014 at 2:11 PM, Lukas Wagner ap...@gmail.com wrote:
Hey guys,
I installed a new ERPNext yesterday in a vBox. I got through the setup of
ERPNext. But when the installation is done it redirects me to the login
page. From there on I get error 500 on anything. I already tried restarting.
The ERPNext logs dir is empty. Since I use reverse proxy of nginx (the
delivered config), I added an error_log to the server{}. This log remains
empty, too. When I go onto the server with “w3m http://localhost:8000/” I
get a 404 not found.
For the 500, were you able to capture any tracebacks?
Try running the development server (frappe --serve) to get a clue.
We merged model-cleanup branch to develop today, will make a tag and
let you know when it’s installable. I hope you are not running version
4 for production work.
If you need anything else to help me please feel free to ask.
Thanks in advance
Lukas Wagner
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much
information as you can. Please see it from the point of view of the person
receiving the communication.
For sending images, use http://imgur.com or other similar services. Do
not send images as attachments. Links are good. Same goes for any file you
are going to send.
I’m currently only testing.
But for production work I will need the shopping cart.
On 10.04.2014 11:47, Pratik Vyas wrote:
Hey Lucas,
On Thu, Apr 10, 2014 at 2:11 PM, Lukas Wagner ap...@gmail.com wrote:
Hey guys,
I installed a new ERPNext yesterday in a vBox. I got through the setup of
ERPNext. But when the installation is done it redirects me to the login
page. From there on I get error 500 on anything. I already tried restarting.
The ERPNext logs dir is empty. Since I use reverse proxy of nginx (the
delivered config), I added an error_log to the server{}. This log remains
empty, too. When I go onto the server with “w3m http://localhost:8000/” I
get a 404 not found.
For the 500, were you able to capture any tracebacks?
Try running the development server (frappe --serve) to get a clue.
We merged model-cleanup branch to develop today, will make a tag and
let you know when it’s installable. I hope you are not running version
4 for production work.
If you need anything else to help me please feel free to ask.
Thanks in advance
Lukas Wagner
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much
information as you can. Please see it from the point of view of the person
receiving the communication.
For sending images, use http://imgur.com or other similar services. Do
not send images as attachments. Links are good. Same goes for any file you
are going to send.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
as you said I started gunicorn manually and got the following
output: http://pastebin.com/mDQkSjSX
I hope that helps.
Thanks,
Lukas
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
I think that you did not start it from the sites directory.
Thanks,
Lukas
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much
information as you can. Please see it from the point of view of the person
receiving the communication.
For sending images, use http://imgur.com or other similar services. Do
not send images as attachments. Links are good. Same goes for any file you
are going to send.
We should be able to replicate it at our end. So please give us as much
information as you can. Please see it from the point of view of the person
receiving the communication.
For sending images, use http://imgur.com or other similar services. Do
not send images as attachments. Links are good. Same goes for any file you
are going to send.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
Looks like headers are not in ascii range (similar issue prevents
frappe to run on mod_wsgi). I really want to replicate this and fix
it. Did you make a weird web page? If your data isn’t sensitive, can
you send me your db dump?
Appreciate this is an old thread, however when I ran guincorn as suggested from the sites directory I just get 404's now - used to work prior to an update today.
On Thursday, April 10, 2014 8:05:48 PM UTC+4, Pratik Vyas wrote:
Hey Lucas,
On Thu, Apr 10, 2014 at 7:11 PM, Lukas Wagner
<ap...@gmail.com> wrote:
> Hi Pratik,
>
> yes, you are right. I ran it again with supervisor off. This time i got that
> output: http://pastebin.com/ZMQ55Eu1 > It's a UnicodeDecodeError.
> Hope this time it helps :D
>
Looks like headers are not in ascii range (similar issue prevents
frappe to run on mod_wsgi). I really want to replicate this and fix
it. Did you make a weird web page? If your data isn't sensitive, can
you send me your db dump?
Thanks,
--
Pratik
erpnext
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
On Wednesday, May 7, 2014 5:01:20 PM UTC+4, Damian Dimmich wrote:
Hi Pratik,
Appreciate this is an old thread, however when I ran guincorn as suggested from the sites directory I just get 404's now - used to work prior to an update today.
On Thursday, April 10, 2014 8:05:48 PM UTC+4, Pratik Vyas wrote:
Hey Lucas,
On Thu, Apr 10, 2014 at 7:11 PM, Lukas Wagner
<ap...@gmail.com> wrote:
> Hi Pratik,
>
> yes, you are right. I ran it again with supervisor off. This time i got that
> output: http://pastebin.com/ZMQ55Eu1 > It's a UnicodeDecodeError.
> Hope this time it helps :D
>
Looks like headers are not in ascii range (similar issue prevents
frappe to run on mod_wsgi). I really want to replicate this and fix
it. Did you make a weird web page? If your data isn't sensitive, can
you send me your db dump?
Thanks,
--
Pratik
erpnext
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
On Wednesday, May 7, 2014 5:01:20 PM UTC+4, Damian Dimmich wrote:
Hi Pratik,
Appreciate this is an old thread, however when I ran guincorn as suggested from the sites directory I just get 404's now - used to work prior to an update today.
On Thursday, April 10, 2014 8:05:48 PM UTC+4, Pratik Vyas wrote:
Hey Lucas,
On Thu, Apr 10, 2014 at 7:11 PM, Lukas Wagner
<ap...@gmail.com> wrote:
> Hi Pratik,
>
> yes, you are right. I ran it again with supervisor off. This time i got that
> output: http://pastebin.com/ZMQ55Eu1 > It's a UnicodeDecodeError.
> Hope this time it helps :D
>
Looks like headers are not in ascii range (similar issue prevents
frappe to run on mod_wsgi). I really want to replicate this and fix
it. Did you make a weird web page? If your data isn't sensitive, can
you send me your db dump?
Thanks,
--
Pratik
erpnext
–
Note:
If you are posting an issue,
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.