Fresh Install on Ubuntu Server 12.04

Hi,

I've built a fresh server for hosting erpnext.  (06/06/2014)

I've run the git clone and then the update sh

set nginx and supervisor

inpupt some data manually (09/06/2014)

imported some data with the import export tool. (09/06/2014)

I noticed that whenever i go into any module, the list view is very erratic. Usually, I get no lines visible in the list, but they're available in the form and report mode.

on using the console in firefox, I found this js error coming up at various lists.

(09/06/2014) - 13:25 hrs
TypeError: c is undefined frappe.min.js:138

The second problem i've been facing is the outgoing mail server, can't seem to configure it with anything other than localhost and localhost is not my mail server.

Can you help me out here.

TA. 



Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/a79fec52-1c4c-4354-80e4-349bdd90f6a4%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
I got Google SMTP service to work with the following setting;
 - smtp.gmail.com
 - checked TLS
 - port: 587
 - loging: yourmail [at] yourdomain.com
 
hope its help.

On Monday, June 9, 2014 2:56:30 PM UTC+7, TA wrote:
Hi,

I've built a fresh server for hosting erpnext.  (06/06/2014)

I've run the git clone and then the update sh

set nginx and supervisor

inpupt some data manually (09/06/2014)

imported some data with the import export tool. (09/06/2014)

I noticed that whenever i go into any module, the list view is very erratic. Usually, I get no lines visible in the list, but they're available in the form and report mode.

on using the console in firefox, I found this js error coming up at various lists.

(09/06/2014) - 13:25 hrs
TypeError: c is undefined frappe.min.js:138

The second problem i've been facing is the outgoing mail server, can't seem to configure it with anything other than localhost and localhost is not my mail server.

Can you help me out here.

TA. 



Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/202173c4-a3a3-4c10-ac1b-7a0ff227c36f%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
I have figured out the problem.

For future reference - A new System Admin user doesn't get the default language auto filled and neither time zone. Once this is set and updated. Things begin to fall in order.

TypeError: c is undefined frappe.min.js:138  ---- this is obviously trying to get time and thats failing because of timezone not being there.

Please mark as resolved.



On Monday, June 9, 2014 1:26:30 PM UTC+5:30, TA wrote:
Hi,

I've built a fresh server for hosting erpnext.  (06/06/2014)

I've run the git clone and then the update sh

set nginx and supervisor

inpupt some data manually (09/06/2014)

imported some data with the import export tool. (09/06/2014)

I noticed that whenever i go into any module, the list view is very erratic. Usually, I get no lines visible in the list, but they're available in the form and report mode.

on using the console in firefox, I found this js error coming up at various lists.

(09/06/2014) - 13:25 hrs
TypeError: c is undefined frappe.min.js:138

The second problem i've been facing is the outgoing mail server, can't seem to configure it with anything other than localhost and localhost is not my mail server.

Can you help me out here.

TA. 



Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/03bb78df-a1ca-432e-88fc-49c0c0dda3d6%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.
I tried this but still no luck, tried with my personal mail, with google apps email, ewebguru mail, bluehost mail still no luck.


On Monday, June 9, 2014 1:52:24 PM UTC+5:30, Nonnatee Kanjana wrote:
I got Google SMTP service to work with the following setting;
 - checked TLS
 - port: 587
 - loging: yourmail [at] yourdomain.com
 
hope its help.

On Monday, June 9, 2014 2:56:30 PM UTC+7, TA wrote:
Hi,

I've built a fresh server for hosting erpnext.  (06/06/2014)

I've run the git clone and then the update sh

set nginx and supervisor

inpupt some data manually (09/06/2014)

imported some data with the import export tool. (09/06/2014)

I noticed that whenever i go into any module, the list view is very erratic. Usually, I get no lines visible in the list, but they're available in the form and report mode.

on using the console in firefox, I found this js error coming up at various lists.

(09/06/2014) - 13:25 hrs
TypeError: c is undefined frappe.min.js:138

The second problem i've been facing is the outgoing mail server, can't seem to configure it with anything other than localhost and localhost is not my mail server.

Can you help me out here.

TA. 



Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/0dfa09dc-30c5-44c8-b7ec-fd88d85da11f%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

On Mon, Jun 9, 2014 at 5:40 PM, TA ti...@gmail.com wrote:

I tried this but still no luck, tried with my personal mail, with google
apps email, ewebguru mail, bluehost mail still no luck.

Hi TA,

Is the mail server you are trying to configure, reachable from your server?
You can edit site_config.json of your site and manullay add
keys,

mail_server
mail_port
mail_user
mail_password
use_ssl

For legacy reasons, use_ssl actually means use_tls.

Thanks,

Pratik
erpnext


So I did this on the server

   "mail_server": "bharat.ewebguru.net",
   "mail_port": "465",
   "mail_user": "er...@xyz.com",
   "mail_password": "XXXXXXX",
   "use_ssl": "True"

but this doesn't seem to be working.

have i made a mistake somewhere?

 

On Monday, June 9, 2014 6:52:59 PM UTC+5:30, Pratik Vyas wrote:
On Mon, Jun 9, 2014 at 5:40 PM, TA <ti...@gmail.com> wrote:
> I tried this but still no luck, tried with my personal mail, with google
> apps email, ewebguru mail, bluehost mail still no luck.
>
>

Hi TA,

Is the mail server you are trying to configure, reachable from your server?
You can edit site_config.json of your site and manullay add
keys,

mail_server
mail_port
mail_user
mail_password
use_ssl


For legacy reasons, use_ssl actually means use_tls.

Thanks,
--
Pratik
erpnext



Note:

 

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. 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.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/3315238a-4fc0-4080-bfb9-5877f9ca5ebe%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

On Tue, Jun 10, 2014 at 4:41 PM, TA ti...@gmail.com wrote:

So I did this on the server

“mail_server”: “bharat.ewebguru.net”,
“mail_port”: “465”,
“mail_user”: “er...@xyz.com”,
“mail_password”: “XXXXXXX”,
“use_ssl”: “True”

but this doesn’t seem to be working.

have i made a mistake somewhere?

On Monday, June 9, 2014 6:52:59 PM UTC+5:30, Pratik Vyas wrote:

On Mon, Jun 9, 2014 at 5:40 PM, TA ti...@gmail.com wrote:

I tried this but still no luck, tried with my personal mail, with google
apps email, ewebguru mail, bluehost mail still no luck.

Hi TA,

Is the mail server you are trying to configure, reachable from your
server?
You can edit site_config.json of your site and manullay add
keys,

mail_server
mail_port
mail_user
mail_password
use_ssl

For legacy reasons, use_ssl actually means use_tls.

Thanks,

Pratik
erpnext


Note:

If you are posting an issue,

  1. 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.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. 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.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/3315238a-4fc0-4080-bfb9-5877f9ca5ebe%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Try port 587

Thanks,

Pratik
erpnext