I didn't know that by testing all options on local the CRM app was creating indices. Not knowing this, I in fact added the missing indices manually in the index.yaml file after getting the corresponding errors on GAE. Now I can see that they are indeed added automatically after tests on localhost :-)
But the errors I saw were after fixing the above-mentioned index issue. They are minor issues. Here they are: 1/ When removing a user, by selecting the 'check to delete' button on /CRM/default/edit_person/28, it does delete the user, but also redirects to http://localhost:8000/CRM/default/error with the following message printed at the top of the page: 'something is wrong' 2/ The search box (top right corner) does not seem to retrieve any data. Does it work for you? 3/ Tags that were once created remain, even after removing the person / company they were associated to in the first place. 4/ Tasks seem to be created (and tagged) fine as they are recorded in DB, but are not displayed in /CRM/default/list_tasks even after clicking the [full task list] link which displays 'No matching records found'... 5/ The tags in 'Tag Clouds' are displayed fine but not clickable. Is that expected behavior? Same thing is seen on both local and on GAE. I have no idea if these are due to some configuration issue at my end. Perhaps I am just missing something obvious. Thanks! Mat On Wed, Mar 10, 2010 at 5:39 PM, mdipierro <[email protected]> wrote: > Please report them. Mind that some errors may be due to the lack of > indices. Make sure you run it locally with dev_appserver and try every > option. This will create indices. Then deploy it. > > On Mar 10, 8:42 am, mat -- <[email protected]> wrote: > > Hi > > > > I am new to Web2py. > > > > I am currently testing the CRM appliance which i downloaded from: > http://www.web2py.com/appliances/default/show/57 > > > > I was happy to be able to easily deploy it to GAE. > > > > I have hit a few errors / bugs (?) while clicking around. > > > > Should I post them here on the list, onhttp://web2py.uservoice.com< > http://uservoice.com>or any other section > > of > > web2py.com? > > > > -- > > Mat > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<web2py%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- Mat -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

