Lucas Posted September 1, 2017 Report Posted September 1, 2017 I have not added any plugins other than Admin Tools to modify some database values easily. The thing is when clients are logged in and click the order button it goes to domain.com/client/order instead of going to domain.com/order. It does work fine if the user is not logged in. Is this a bug or do I have a misconfiguration issue?
Nelsa Posted September 2, 2017 Report Posted September 2, 2017 Did you change navgation links for clients in admin tools?
activa Posted September 2, 2017 Report Posted September 2, 2017 This can be related to $this->base_uri ?
Lucas Posted September 3, 2017 Author Report Posted September 3, 2017 I did use Admin Tools to change the nav links. It messed up some other value somewhere, I was worried actually about moving over to Blesta and going over these issues with addons... I need some stuff that is not in the core. Where should I look at to fix this? The plugin_actions is fine, see pic attached. Where does it modify the base_url? Another database value?
Lucas Posted September 3, 2017 Author Report Posted September 3, 2017 I guess during the edit Admin tools removed the value "a:1:{s:8:"base_uri";s:6:"public";}" from options. That fixes it.
Blesta Addons Posted September 4, 2017 Report Posted September 4, 2017 16 hours ago, Lucas said: I guess during the edit Admin tools removed the value "a:1:{s:8:"base_uri";s:6:"public";}" from options. That fixes it. in blesta v4.0 a new setting for navigation link was introduced , this is not supported in the old version of admin tools , the new updated version hasĀ task to fix this . Lucas and Beav 2
Recommended Posts