Stuck up while sending email through Request for Quotation [Version 7]

Hi All,
While testing the RFQ (Request for Quotation) I stuck up on the same page and page become dim and when I checked the console I got this.

May anyone let me know the reason behind this?
No matching sponsored content found for div(id=sponsored-content-1)javascript:1:120
A call to document.write() from an asynchronously-loaded external script was ignored.g.js:1
"Handler function threw an exception: TypeError: this.transport is null
Stack: DSC_send@resource://gre/modules/commonjs/toolkit/loader.js → resource://devtools/server/main.js:1391:5
NEA_addSecurityInfo@resource://gre/modules/commonjs/toolkit/loader.js → resource://devtools/server/actors/webconsole.js:2136:5
NetworkResponseListener.prototype._getSecurityInfo<@resource://gre/modules/commonjs/toolkit/loader.js → resource://devtools/shared/webconsole/network-monitor.js:266:5
exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js → resource://devtools/shared/ThreadSafeDevToolsUtils.js:101:14
NetworkResponseListener.prototype.onStartRequest@resource://gre/modules/commonjs/toolkit/loader.js → resource://devtools/shared/webconsole/network-monitor.js:215:5
Line: 1391, column: 5"ThreadSafeDevToolsUtils.js:80
TypeError: this.transport is null

My Email Account has already been setup in ERPNext and working fine for other emails.

Regards
Ruchin Sharma

Run bench setup socketio and then try.

@KanchanChauhan
Thanks for the quick response.
May I know what is the reason to run this?

Regards
Ruchin Sharma

@KanchanChauhan
I did run it and got this and after that it is still not working.

±- express@4.14.0
| -- cookie@0.3.1 +-- redis@2.6.2 +-- socket.io@1.4.8 – superagent@2.2.0

npm WARN enoent ENOENT: no such file or directory, open ‘/home/frappe/frappe-bench/package.json’
npm WARN frappe-bench No description
npm WARN frappe-bench No repository field.
npm WARN frappe-bench No README data
npm WARN frappe-bench No license field.

Regards
Ruchin Sharma

Looks like you do not have frappe app. Can you check if frappe folder exists.

@KanchanChauhan
Yes, everything is there.

Regards
Ruchin Sharma

Something is broken, not sure what it is. Can you try this:

https://github.com/frappe/bench/wiki/Regenerate-Production-Config-Files-(ERPNext)

After this try bench update

@KanchanChauhan

vishnu@vishnu-VirtualBox:/home/frappe/frappe-bench$ bench setup nginx
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/.bench/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 716, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 696, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 534, in invoke
return callback(*args, **kwargs)
File “/home/frappe/.bench/bench/commands/setup.py”, line 22, in setup_nginx
make_nginx_conf(bench_path=“.”, yes=yes)
File “/home/frappe/.bench/bench/config/nginx.py”, line 13, in make_nginx_conf
sites = prepare_sites(config, bench_path)
File “/home/frappe/.bench/bench/config/nginx.py”, line 88, in prepare_sites
raise Exception(“Port {0} is being used by another site {1}”.format(site[“port”], ports_in_use[site[“port”]]))
Exception: Port 80 is being used by another site site1.local

Hi @ruchin78

Since you are getting this error

Do this bench set-nginx-port yoursitename.vm 81
and then
bench setup nginx

Thanks

Hi @Ninja
I did try it but it doesn’t seems to be work for me.

Regards
Ruchin Sharma

Still complains about Port 80 after changing to Port 81?

@KanchanChauhan
yes it still complaints apart from that I am not able to login into ERP.
It says invalid login for every user.

Regards
Ruchin Sharma