I am installing ERPNExt on digitalocean using Ubuntu 12.04, i am following the step from :
this link https://github.com/frappe/erpnext/wiki/How-to-Install-ERPNext then
this link https://github.com/webnotes/erpnext/wiki/Migrating-your-erpnext-instance-to-wsgi
and finally following this instructions here https://github.com/webnotes/erpnext/wiki/WSGI-Production-Deployment
the problem is I only get "Welcome to Nginx" message as the final result.
No error message shown either on console or web page, it just keep on showing that messages. Any body can advise me on this please?
Thanks
Eka
–
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.
the problem is I only get “Welcome to Nginx” message as the final result.
Did you reload nginx config?
You can do it with sudo service nginx reload
No error message shown either on console or web page, it just keep on
showing that messages. Any body can advise me on this please?
Thanks
Eka
–
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 use the command .lib/wnf.py --mysql <
/path/to/backupfile.sql
it works, at less no error generated. The problem is if I login
using my regular user, the system only showing blank pages with
ERP NExt symbol in the middle. But if I log in as Administrator,
the system work perfectly (I do not see error so far). I can see
all data from previous installation to include the access log from
activity module. Again, no error message. Please advise, what can
I do to solve this? Or what did I do wrong here?
the problem is I only get “Welcome to Nginx” message as the final result.
Did you reload nginx config?
You can do it with sudo service nginx reload
No error message shown either on console or web page, it just keep on
showing that messages. Any body can advise me on this please?
Thanks
Eka
–
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.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
I use the command .lib/wnf.py --mysql < /path/to/backupfile.sql
Try running ./lib/wnf.py --latest
it works, at less no error generated. The problem is if I login using my
regular user, the system only showing blank pages with ERP NExt symbol in
the middle. But if I log in as Administrator, the system work perfectly (I
do not see error so far). I can see all data from previous installation to
include the access log from activity module. Again, no error message. Please
advise, what can I do to solve this? Or what did I do wrong here?
There must be a clue in the Javascript console. You can access it
with Ctrl + Shift + K on firefox and Ctrl + Shift + J on chrome.
I use the command .lib/wnf.py --mysql < /path/to/backupfile.sql
Try running ./lib/wnf.py --latest
it works, at less no error generated. The problem is if I login using my
regular user, the system only showing blank pages with ERP NExt symbol in
the middle. But if I log in as Administrator, the system work perfectly (I
do not see error so far). I can see all data from previous installation to
include the access log from activity module. Again, no error message. Please
advise, what can I do to solve this? Or what did I do wrong here?
There must be a clue in the Javascript console. You can access it
with Ctrl + Shift + K on firefox and Ctrl + Shift + J on chrome.
Thank you.
Eka
Thanks,
–
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.
The problem is I only get "Welcome to Nginx" message as the final result on my server IP. (I have reloaded supervisor and ngnix)
gist here : https://gist.github.com/anonymous/0395b57e38f28d4fd853
Although I was unable to upgrade to mysql-python==1.2.4, the error log is here : https://gist.github.com/anonymous/e316fc81d49babed1c74 (I tried installing 1.2.5 as mentioned in another discussion but got the same type of error).
I also had to create the /etc/supervisor and/etc/ngnix directories on my own to create the configuration files. (They were not created during the installation)
Should I change the IP address in the "ngnix.conf" file to IP address of my server?
upstream erpnext {
server 127.0.0.0:800 fail_timeout=0;
}
Sorry if the question is too vague/non-focused I am new to all this.
Regards,
Ankit Chiplunkar
On Saturday, March 22, 2014 5:40:56 PM UTC+5:30, Eka wrote:
Hi,
I am installing ERPNExt on digitalocean using Ubuntu 12.04, i am following the step from :
the problem is I only get "Welcome to Nginx" message as the final result.
No error message shown either on console or web page, it just keep on showing that messages. Any body can advise me on this please?
Thanks
Eka
–
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.
Although I was unable to upgrade to mysql-python==1.2.4, the error log is here : https://gist.github.com/anonymous/e316fc81d49babed1c74 (I tried installing 1.2.5 as mentioned in another discussion but got the same type of error).
I also had to create the /etc/supervisor and/etc/ngnix directories on my own to create the configuration files. (They were not created during the installation)
Should I change the IP address in the "ngnix.conf" file to IP address of my server?
upstream erpnext {
server 127.0.0.0:800 fail_timeout=0;
}
Sorry if the question is too vague/non-focused I am new to all this.
Regards,
Ankit Chiplunkar
On Saturday, March 22, 2014 5:40:56 PM UTC+5:30, Eka wrote:
Hi,
I am installing ERPNExt on digitalocean using Ubuntu 12.04, i am following the step from :
the problem is I only get "Welcome to Nginx" message as the final result.
No error message shown either on console or web page, it just keep on showing that messages. Any body can advise me on this please?
Thanks
Eka
–
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.
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.