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 Paul Posted May 14, 2014 Report Posted May 14, 2014 Under Packages > Order Forms > Settings, set one of your order forms as the default. It will then appear when clicking the order button within the portal. Michael 1 Quote
0 mlsto Posted May 14, 2014 Author Report Posted May 14, 2014 Thanks Paul for replying, It is set as default but still the 404 error, I believe the setup in the portal is wrong. This what I am seeing (it is not wysiwyg anymore) <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 %} Quote
0 Michael Posted May 14, 2014 Report Posted May 14, 2014 You don't understand I've done a video for you here: http://screencast.com/t/QZ3pEUTHY Quote
0 evolvewh Posted May 14, 2014 Report Posted May 14, 2014 Under Packages > Order Forms > Settings, set one of your order forms as the default. It will then appear when clicking the order button within the portal. Wasn't this fixed in b2? I remember I came across the same thing and I thought it had a core task assigned and resolved before b3. Quote
0 Michael Posted May 14, 2014 Report Posted May 14, 2014 Wasn't this fixed in b2? I remember I came across the same thing and I thought it had a core task assigned and resolved before b3. For new installations, if you upgraded I take it you did, you need to set it manually. Quote
0 Paul Posted May 14, 2014 Report Posted May 14, 2014 Wasn't this fixed in b2? I remember I came across the same thing and I thought it had a core task assigned and resolved before b3. I believe the task was CORE-894? If so, it only affects creating new order forms. So, if you upgraded it's unlikely you would be affected. Quote
0 mlsto Posted May 14, 2014 Author Report Posted May 14, 2014 Yes I have it setup correctly, check the image attached but in portal it shows as <a href="{blesta_url}order/"> So it is reading as https://www.sluhosting.com/clients/order/ See portal here: https://www.sluhosting.com/clients/ Must I change to the full URL, I remember it was different before. Thanks Quote
0 mlsto Posted May 14, 2014 Author Report Posted May 14, 2014 Thanks all, Yes I upgraded it is not a new install but it is reading as just ..../order, so I have to manually change it to the full order URL. Thanks Quote
0 Michael Posted May 14, 2014 Report Posted May 14, 2014 Thanks all, Yes I upgraded it is not a new install but it is reading as just ..../order, so I have to manually change it to the full order URL. Thanks No just update the DEFAULT Form as in my video. Quote
0 mlsto Posted May 14, 2014 Author Report Posted May 14, 2014 Ok I added this to the end and it worked: <a href="{blesta_url}order/main/index/order"> Quote
0 Michael Posted May 14, 2014 Report Posted May 14, 2014 Ok I added this to the end and it worked: <a href="{blesta_url}order/main/index/order"> I take it your order form name is order otherwise I'm not sure why your editing the portal's code? Have a look at this: http://screencast.com/t/1my8NvPKG Quote
0 mlsto Posted May 14, 2014 Author Report Posted May 14, 2014 Yes my order form is called order but that is the only way it is working, without adding what I put it only shows as url/order which gives the 404 error. 3.1 did not have that issue. Guess yours is fine as I see it is working, not sure why I have to change mine. Quote
0 Michael Posted May 14, 2014 Report Posted May 14, 2014 Yes my order form is called order but that is the only way it is working, without adding what I put it only shows as url/order which gives the 404 error. 3.1 did not have that issue. Guess yours is fine as I see it is working, not sure why I have to change mine. I recommend re-uploading the files. Quote
0 Moby2000 Posted May 23, 2014 Report Posted May 23, 2014 I just found the exact same issue Lucky i found this post. Had to manually change it myself. Lovin the upgrade boys !! :D Steve Michael 1 Quote
0 RockIsland Posted June 2, 2014 Report Posted June 2, 2014 I'm having the exact same issue. Created the order form and set it to default, but no order form shows. I've reinstalled blesta and cleared the cache and still no order form. Is there a patch or fix for this bug other than editing the portal code? Edit, even editing the portal code as in the above example still produces a 404 error. Quote
0 Michael Posted June 2, 2014 Report Posted June 2, 2014 I'm having the exact same issue. Created the order form and set it to default, but no order form shows. I've reinstalled blesta and cleared the cache and still no order form. Is there a patch or fix for this bug other than editing the portal code? Edit, even editing the portal code as in the above example still produces a 404 error. You need to give us more information as that's like saying the windows doesn't show the outside.. we need to know the following: - PHP version - Mysql version - Blesta version - subdomain or domain - control panel - Does the other links work? - Are you using .htaccess? Quote
0 RockIsland Posted June 3, 2014 Report Posted June 3, 2014 php- 5.4.27 mysql-5.5.37 Blesta-3.2(current) domain/client Centos/ Vestacp No .htaccess ATM Everything else seems to work so far. I can find the order page manually via direct link but clicking the order link from the portal results in 404 error. Older versions work fine. Quote
0 Michael Posted June 3, 2014 Report Posted June 3, 2014 php- 5.4.27 mysql-5.5.37 Blesta-3.2(current) domain/client Centos/ Vestacp No .htaccess ATM Everything else seems to work so far. I can find the order page manually via direct link but clicking the order link from the portal results in 404 error. Older versions work fine. What does the url look like for the order it should be domain/client/index.php/order/ Quote
0 RockIsland Posted June 3, 2014 Report Posted June 3, 2014 What does the url look like for the order it should be domain/client/index.php/order/ It does look exactly like that. The order form url however is: domain/client/index.php/order/openvz where openvz is the name of the order form. Quote
0 Michael Posted June 3, 2014 Report Posted June 3, 2014 at least we know Blesta is looking for that. Not sure why the order isn't redirecting though :s Quote
0 Cody Posted June 3, 2014 Report Posted June 3, 2014 Sounds like CORE-1246 resolved for 3.2.1. Quote
0 Michael Posted June 4, 2014 Report Posted June 4, 2014 Has 3.2.1 been released? Nope there will be an announcement for it. Quote
0 Paul Posted June 4, 2014 Report Posted June 4, 2014 My guess is that 3.2.1 will be released sometime next week, though there's no official release date. 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.