hi all, today i share just simple trick to solve OpenERP7 No handler found, openerp.modules.module: Couldn't load module web, well.. here's the steps :
actually, its often happen when you are missing some files during loading. just simple to check it.
1. check the missing files :
- shutdown the openerp server : /etc/init.d/openerp stop
- run it manually : (on my case) python /home/febru/workspace/openerp7/openerp-server --config=/home/febru/workspace/openerp7/install/openerp-server.conf --update=sale --debug
- then you will see the missing files there.
2. restore the file
let say, you need to re-zip, don't forget to use "-r" , zip -r sale.zip sale
3. run it : sudo /etc/init.d/openerp start
summary solution for this
error No handler found
is, checking by --debug option, then see the log, feels free to analyze your error logs here ... :)
..show all:.
.
hi all, today i share just simple trick to solve OpenERP7 No handler found, openerp.modules.module: Couldn't load module web, well.. here's the steps :
actually, its often happen when you are missing some files during loading. just simple to check it.
1. check the missing files :
- shutdown the openerp server : /etc/init.d/openerp stop
- run it manually : (on my case) python /home/febru/workspace/openerp7/openerp-server --config=/home/febru/workspace/openerp7/install/openerp-server.conf --update=sale --debug
- then you will see the missing files there.
2. restore the file
let say, you need to re-zip, don't forget to use "-r" , zip -r sale.zip sale
3. run it : sudo /etc/init.d/openerp start
summary solution for this
error No handler found
is, checking by --debug option, then see the log, feels free to analyze your error logs here ... :)
No comments:
Post a Comment