openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #22042
[Bug 1091190] Re: Error loading modules when creating new database
Hello Cedric Snauwaert,
I have checked this issue with the latest trunk code but as your bug
description I didn't face any problem
"Uncaught TypeError: object is not a function".
So, would you plz check this again with the latest trunk and if you
still face this problem again than provide more information regarding
this issue.
Thankz YoU.
** Changed in: openobject-server
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1091190
Title:
Error loading modules when creating new database
Status in OpenERP Server:
Incomplete
Bug description:
This problem only occur when creating a new database using command
line. If we use the web interface to create a database, everything
works the way it should.
How to reproduce:
In a terminal create a new database using command : createdb
database_name
Launch openerp server, try to connect to that database, it will create
the tables inside the db and once it is done you should arrive on the
install module webpage but instead you get a javascript error stating
"Uncaught TypeError: object is not a function".
I don't think it is a web problem for the following reason:
When you create a new database using the form from the website, we
don't have that problem.
I've always created my db using the command line before and it was
working fine, according to some info I could get it seems that there
are 2 functions to load the base modules upon installation of a new
db. One called when installing from the form webpage and another one.
It would seems that the one used in my case doesn't load every needed
module resulting in a javascript error.
This is not a blocking issues since we can still create databases via
the website form but it should work in every situation. Not everybody
will use the website form to create their db.
Version used of openERP (trunk)
- trunk revno : 8356
- server revno : 4693
- web revno : 3618
Thanks,
Cédric
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1091190/+subscriptions
References