This question has been flagged
5775 Views

Hi imtesting the new Ecommerce module of openerp V8 and i got this error?whats the issue?help please

2014-04-30 12:29:33,011 8015 ERROR procan_openERP8 openerp.addons.website.models.ir_http: 500 Internal Server Error:

Traceback (most recent call last): File "/home/hachem/development/openerp/8.0/openerp/addons/base/ir/ir_http.py", line 116, in _dispatch result = request.dispatch() File "/home/hachem/development/openerp/8.0/openerp/http.py", line 537, in dispatch r = self._call_function(*self.params) File "/home/hachem/development/openerp/8.0/openerp/http.py", line 294, in _call_function return checked_call(self.db, *args, *kwargs) File "/home/hachem/development/openerp/8.0/openerp/service/model.py", line 113, in wrapper return f(dbname, args, *kwargs) File "/home/hachem/development/openerp/8.0/openerp/http.py", line 291, in checked_call return self.endpoint(a, *kw) File "/home/hachem/development/openerp/8.0/openerp/http.py", line 638, in __call__ return self.method(args, *kw) File "/home/hachem/development/openerp/8.0/openerp/http.py", line 337, in response_wrap response = f(args, *kw) File "/home/hachem/development/openerp/8.0/openerp/addons/website_sale/controllers/main.py", line 773, in payment_validate composer_id = request.registry['mail.compose.message'].create(cr, SUPERUSER_ID, composer_values, context=email_ctx) File "/home/hachem/development/openerp/8.0/openerp/addons/mail/mail_message.py", line 845, in create newid = super(mail_message, self).create(cr, uid, values, context) File "/home/hachem/development/openerp/8.0/openerp/osv/orm.py", line 4085, in create vals = self._add_missing_default_values(cr, user, vals, context) File "/home/hachem/development/openerp/8.0/openerp/osv/orm.py", line 2128, in _add_missing_default_values defaults = self.default_get(cr, uid, missing_defaults, context) File "/home/hachem/development/openerp/8.0/openerp/addons/email_template/wizard/mail_compose_message.py", line 53, in default_get res.get('model'), res.get('res_id', context.get('active_id')), context=context File "/home/hachem/development/openerp/8.0/openerp/addons/email_template/wizard/mail_compose_message.py", line 99, in onchange_template_id values = self.generate_email_for_composer_batch(cr, uid, template_id, [res_id], context=context)[res_id] File "/home/hachem/development/openerp/8.0/openerp/addons/email_template/wizard/mail_compose_message.py", line 174, in generate_email_for_composer_batch template_values = self.pool.get('email.template').generate_email_batch(cr, uid, template_id, res_ids, fields=fields, context=context) File "/home/hachem/development/openerp/8.0/openerp/addons/email_template/email_template.py", line 452, in generate_email_batch result, format = self.pool['report'].get_pdf(cr, uid, [res_id], report_service, context=ctx), 'pdf' File "/home/hachem/development/openerp/8.0/openerp/addons/report/models/report.py", line 376, in get_pdf paperformat, specific_paperformat_args, save_in_attachment File "/home/hachem/development/openerp/8.0/openerp/addons/report/models/report.py", line 504, in _generate_wkhtml_pdf stderr=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory

Avatar
Discard