mlsto Posted May 14, 2014 Report Posted May 14, 2014 Hello Just upgraded, looks great but getting a 404 Page Not Found Error on the Order link for the Portal. What is the link I must use so it shows up. Thank you for any help on this. Quote
0 RockIsland Posted June 4, 2014 Report Posted June 4, 2014 So, is there a work around for this issue currently? Without an order form, my monthly blesta license is kinda useless to me, lol. Quote
0 Michael Posted June 4, 2014 Report Posted June 4, 2014 So, is there a work around for this issue currently? Without an order form, my monthly blesta license is kinda useless to me, lol. Remake one? Quote
0 Cody Posted June 4, 2014 Report Posted June 4, 2014 So, is there a work around for this issue currently? Without an order form, my monthly blesta license is kinda useless to me, lol. If you're experiencing an issue related to CORE-1246 then all you need to do is go to [Packages] > [Order Forms] > [settings] and select the default order form and click save. Michael 1 Quote
0 Daniel B Posted June 4, 2014 Report Posted June 4, 2014 So, is there a work around for this issue currently? Without an order form, my monthly blesta license is kinda useless to me, lol. One thing to note (that might be your issue as it was what was causing my order page not to load). If you have your order form set to use SSL, but don't actually have an SSL certificate install...it will error as well. Quote
0 RockIsland Posted June 4, 2014 Report Posted June 4, 2014 If you're experiencing an issue related to CORE-1246 then all you need to do is go to [Packages] > [Order Forms] > [settings] and select the default order form and click save. I've tried that many times with the same result. I read through the CORE-1246 bug report and tried creating the order form with out making any edits to it before setting as default, still no go. I have reinstalled blesta(more than once,lol), cleared the cache, tried recreating the order forms and setting the default, none of it works for this issue unfortunately. All other links from the portal work fine One thing to note (that might be your issue as it was what was causing my order page not to load). If you have your order form set to use SSL, but don't actually have an SSL certificate install...it will error as well. I have not installed ssl yet and the order forms are not set to force ssl. Quote
0 Michael Posted June 4, 2014 Report Posted June 4, 2014 I've tried that many times with the same result. I read through the CORE-1246 bug report and tried creating the order form with out making any edits to it before setting as default, still no go. I have reinstalled blesta(more than once,lol), cleared the cache, tried recreating the order forms and setting the default, none of it works for this issue unfortunately. All other links from the portal work fine I have not installed ssl yet and the order forms are not set to force ssl. Where do you get your license from? As you may need the Blesta guys have a look at your system to see why it's not working. Quote
0 Cody Posted June 4, 2014 Report Posted June 4, 2014 I've tried that many times with the same result. I read through the CORE-1246 bug report and tried creating the order form with out making any edits to it before setting as default, still no go. I have reinstalled blesta(more than once,lol), cleared the cache, tried recreating the order forms and setting the default, none of it works for this issue unfortunately. All other links from the portal work fine What's the URL to the order form you're trying to set as default? Quote
0 RockIsland Posted June 4, 2014 Report Posted June 4, 2014 The order form url is like this : domain.com/client/index.php/order/main/packages/OpenVZ/?group_id=1 When hovering over the order link in the portal the link looks like this : domain.com/client/index.php/order/ Clicking said link brings me here : domain.com/client/index.php/404/ Client is the blesta root and OpenVZ is the order form Name and label. Quote
0 Cody Posted June 4, 2014 Report Posted June 4, 2014 The order form url is like this : domain.com/client/index.php/order/main/packages/OpenVZ/?group_id=1 When hovering over the order link in the portal the link looks like this : domain.com/client/index.php/order/ Clicking said link brings me here : domain.com/client/index.php/404/ Client is the blesta root and OpenVZ is the order form Name and label. I need the actual URL, so I can visit your site and see where it's redirecting. Quote
0 Cody Posted June 4, 2014 Report Posted June 4, 2014 http://verticalvm.com/client/index.php/order/ redirects to http://verticalvm.com/client/index.php/client/order/main/index/OpenVZ which results in the 404. Instead, it should redirect to http://verticalvm.com/client/index.php/order/main/index/OpenVZ The question is, where is that additional '/client' coming from, and is nginx somehow involved? I haven't seen this issue with apache. Quote
0 RockIsland Posted June 5, 2014 Report Posted June 5, 2014 Nginx is used on the server but removing nginx support for that domain yields the same results. Quote
0 Blesta Addons Posted June 6, 2014 Report Posted June 6, 2014 what is the content of the CMS plugin ? Quote
0 RockIsland Posted June 6, 2014 Report Posted June 6, 2014 The content is default from portal install. <div class="col-md-12"> <div class="thanks"> <blockquote> <h4>Thank you for installing Blesta!</h4> <p>This is your client portal page, and you may wish to link here from your website. This message can be removed through the staff area under Settings > Plugins > Portal: Manage.</p> <p> <ul> <li>You may log into the staff area at <a href="{admin_url}">{admin_url}login/</a>.</li> <li>Clients may login to the client area at <a href="{client_url}">{client_url}login/</a>.</li> </ul> </p> <p>We hope you enjoy using Blesta! For help, please see the <a href="http://docs.blesta.com">documentation</a> or visit us on our <a href="http://www.blesta.com/forums/">forums</a>.</p> </blockquote> </div> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}login/"> <div class="well"> <i class="fa fa-cogs fa-4x"></i> <h4>My Account</h4> <p>Have an account with us? Log in here to manage your account.</p> </div> </a> </div> {% if plugins.support_manager %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/support_manager/client_tickets/add/"> <div class="well"> <i class="fa fa-ticket fa-4x"></i> <h4>Support</h4> <p>Looking for help? You can open a trouble ticket here.</p> </div> </a> </div>{% endif %} {% if plugins.order %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{blesta_url}order/"> <div class="well"> <i class="fa fa-shopping-cart fa-4x"></i> <h4>Order</h4> <p>Visit the order form to sign up and purchase new products and services.</p> </div> </a> </div>{% endif %} {% if plugins.download_manager %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/download_manager/"> <div class="well"> <i class="fa fa-download fa-4x"></i> <h4>Download</h4> <p>You may need to be logged in to access certain downloads here.</p> </div> </a> </div>{% endif %} I'm about ready to move on to another billing software after wrestling with this issue for most of this week with no results. Quote
0 Daniel B Posted June 6, 2014 Report Posted June 6, 2014 Have you opened a ticket for official support? While the forum is a good place to get ideas and help...it's not the method for official support...they could most likely help you a lot more via a support desk ticket. While they work on figuring out what is going on and why the redirect isn't working, you could always manually edit the portal page to link to the correct order form. Replacing your post above with this should do the trick for now as a temporary fix. <div class="col-md-12"> <div class="thanks"> <blockquote> <h4>Thank you for installing Blesta!</h4> <p>This is your client portal page, and you may wish to link here from your website. This message can be removed through the staff area under Settings > Plugins > Portal: Manage.</p> <p> <ul> <li>You may log into the staff area at <a href="{admin_url}">{admin_url}login/</a>.</li> <li>Clients may login to the client area at <a href="{client_url}">{client_url}login/</a>.</li> </ul> </p> <p>We hope you enjoy using Blesta! For help, please see the <a href="http://docs.blesta.com">documentation</a> or visit us on our <a href="http://www.blesta.com/forums/">forums</a>.</p> </blockquote> </div> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}login/"> <div class="well"> <i class="fa fa-cogs fa-4x"></i> <h4>My Account</h4> <p>Have an account with us? Log in here to manage your account.</p> </div> </a> </div> {% if plugins.support_manager %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/support_manager/client_tickets/add/"> <div class="well"> <i class="fa fa-ticket fa-4x"></i> <h4>Support</h4> <p>Looking for help? You can open a trouble ticket here.</p> </div> </a> </div>{% endif %} {% if plugins.order %}<div class="col-md-4 col-sm-6 portal-box"> <a href="http://verticalvm.com/client/index.php/order/main/packages/OpenVZ/?group_id=1"> <div class="well"> <i class="fa fa-shopping-cart fa-4x"></i> <h4>Order</h4> <p>Visit the order form to sign up and purchase new products and services.</p> </div> </a> </div>{% endif %} {% if plugins.download_manager %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/download_manager/"> <div class="well"> <i class="fa fa-download fa-4x"></i> <h4>Download</h4> <p>You may need to be logged in to access certain downloads here.</p> </div> </a> </div>{% endif %} Quote
0 Michael Posted June 6, 2014 Report Posted June 6, 2014 Have you opened a ticket for official support? While the forum is a good place to get ideas and help...it's not the method for official support...they could most likely help you a lot more via a support desk ticket. The only snag... is if they aren't direct customers. Daniel B 1 Quote
0 RockIsland Posted June 6, 2014 Report Posted June 6, 2014 Daniel B. I had already thought of the direct link but I wanted access to multiple order forms for various products. Your post here: http://www.blesta.com/forums/index.php?/topic/1340-multiple-order-forums-on-client-portal/ has enlightened me to how to do this. Thanks. Licensecart, That is my situation as my current license is with you and I will adding this new project to it real soon now that I have a workaround. Quote
0 Michael Posted June 6, 2014 Report Posted June 6, 2014 Daniel B. I had already thought of the direct link but I wanted access to multiple order forms for various products. Your post here: http://www.blesta.com/forums/index.php?/topic/1340-multiple-order-forums-on-client-portal/ has enlightened me to how to do this. Thanks. Licensecart, That is my situation as my current license is with you and I will adding this new project to it real soon now that I have a workaround. Ah, if you have any other issues, feel free to contact us via ticket and we'll do our best to help. RockIsland 1 Quote
0 Blesta Addons Posted June 6, 2014 Report Posted June 6, 2014 Have you reinstalled one from the scratch , and test again . Quote
Question
mlsto
Hello
Just upgraded, looks great but getting a 404 Page Not Found Error on the Order link for the Portal.
What is the link I must use so it shows up.
Thank you for any help on this.
44 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.