Fresh Install on Ubuntu Server 12.04

74 views
Skip to first unread message

TA

unread,
Jun 9, 2014, 3:56:30 AM6/9/14
to erpnext-dev...@googlegroups.com
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. 

Nonnatee Kanjana

unread,
Jun 9, 2014, 4:22:24 AM6/9/14
to erpnext-dev...@googlegroups.com
I got Google SMTP service to work with the following setting;
 - checked TLS
 - port: 587
 - loging: yourmail [at] yourdomain.com
 
hope its help.

TA

unread,
Jun 9, 2014, 7:45:18 AM6/9/14
to erpnext-dev...@googlegroups.com
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.

TA

unread,
Jun 9, 2014, 8:10:48 AM6/9/14
to erpnext-dev...@googlegroups.com
I tried this but still no luck, tried with my personal mail, with google apps email, ewebguru mail, bluehost mail still no luck.

Pratik Vyas

unread,
Jun 9, 2014, 9:22:59 AM6/9/14
to erpnext-dev...@googlegroups.com
On Mon, Jun 9, 2014 at 5:40 PM, TA <tiger...@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

TA

unread,
Jun 10, 2014, 7:11:19 AM6/10/14
to erpnext-dev...@googlegroups.com

So I did this on the server

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

but this doesn't seem to be working.

have i made a mistake somewhere?

Pratik Vyas

unread,
Jun 10, 2014, 7:17:42 AM6/10/14
to erpnext-dev...@googlegroups.com
> --
> 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...@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
Reply all
Reply to author
Forward
0 new messages