This question has been flagged
2 Replies
12508 Views

Configured mail servers for incoming and outgoing. I have created an user in odoo-8. Click on "send reset password instructions" link. The user will get an email regarding odoo invitation. When the user click on that link, It is showing page not found error. Both networks are same. So if it's because of multi databases, I keep only one database(droped remaining databases). It's redirect to correct page, but it's not giving any value in "Your Email" field and "your name fields" in the login form. When it tried to give my username, it's not writable field.

Avatar
Discard

What URL is the link referring too? Sounds like a mismatch of the URL. Are you using multiple db's or one?

Thank yo Yenthe,
I am using multiple db's. URL:  myhost/web/reset_password?token=BmG6awiL7lsGOmCnXpll&db=mydbname

On Fri, Jan 9, 2015 at 5:38 PM, Yenthe <yenthespam@gmail.com> wrote:

What URL is the link referring too? Sounds like a mismatch of the URL. Are you using multiple db's or one?

--
Yenthe
Sent by Odoo S.A. using Odoo about Forum Post Why i am getting page not found error for password reset mail to user?



--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)

Well there are quite a few reports of multi-db and unsubscribing etc not working so this has to do with these probably. You should use the db-filter. See https://github.com/odoo/odoo/pull/3289#issuecomment-68440588 and https://www.odoo.com/documentation/8.0/setup/deploy.html

Thank you Yenthe, How can i run odoo-8 server using db-filter?.  I am facing the problem on running odoo-8 manually instead of from service . https://www.odoo.com/forum/help-1/question/how-can-i-debug-odoo-8-while-module-development-73012

On Fri, Jan 9, 2015 at 5:55 PM, Yenthe <yenthespam@gmail.com> wrote:

Well there are quite a few reports of multi-db and unsubscribing etc not working so this has to do with these probably. You should use the db-filter. See https://github.com/odoo/odoo/pull/3289#issuecomment-68440588 and https://www.odoo.com/documentation/8.0/setup/deploy.html




--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)
I have code in dev server. I have connected that with lan. I am using lan ip here

On Wed, Jan 14, 2015 at 12:57 PM, Yenthe <yenthespam@gmail.com> wrote:

is your server local server or in cloud?

--
Mohammed Roshan



--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)
please find attached erro

On Wed, Jan 14, 2015 at 12:59 PM, Samba Odoo <sambaodoo@gmail.com> wrote:
I have code in dev server. I have connected that with lan. I am using lan ip here

On Wed, Jan 14, 2015 at 12:57 PM, Yenthe <yenthespam@gmail.com> wrote:

is your server local server or in cloud?

--
Mohammed Roshan



--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)



--
--

Thanks and Regards,

Sambasiva rao,

Skype: samba.guduru2(skype)
Best Answer

Hello Samba

If you have more than one DB in ODOO Instance then you will get this "Page Not Found 404" Error.

Step to overcome that error.

You probably use Apache:

Goto :> sudo nano /var/www/html/openerp-wsgi.py'

In the file just put conf['dbfilter'] = 'dbname' anywere in the file and save that.

After that you have to restart the server.

Hope that this answer will help you.

Please don't hesitate to ask any question regarding this.

If you get the answer as you need then please accept the answer.

Thank You

 

 

Avatar
Discard
Author

Thank you Kazim. I keep only one database now (droped remaining databases). when i try again. It is redirect to page, but not giving email, when i try to write email there.. it is readonly field

Author

I don't have www folder in /var/ . I have this openerp-wsgi.py in /opt/odoo/odoo-server/. When i open it, it's does not contain any conf['dbfilter'] field.

Can you please send image or link so we i can check that.

/opt/odoo/odoo-server/openerp-wsgi.py try to add conf['dbfilter'] = 'dbname' over here i think it will help you.

Excuse the question, but what is the drawback of this solution? I see these solutions are more than a year old yet this is still an issue in the latest version... Why wouldn't this get fixed upstream?

Best Answer

you try to log in to the server using ip (eg:- 192.168.1.104:8069) instead of localhost (eg:- localhost:8069)

then sent the reset password again

then try opening from your mail

 

 

Avatar
Discard
Author

Local sever

Author

I have code in dev server. I have connected that with lan. I am using lan ip here