Jump to content
  • 0

Order On 3.2 Portal Gives 404 Error


mlsto

Question

Recommended Posts

  • 0

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 %}
Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0

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/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...