Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Prestashop issue

  • 09-07-2014 01:10PM
    #1
    Closed Accounts Posts: 872 ✭✭✭


    Hi there,

    I am having a problem with Prestahop on a Linux server. The issue relates to SSL when I proceed to a https page such as the check out page. I've had two developers look at it and they are saying the issue is down to the hosting company something to do with CGI and Apache configured. 


    Can someone please have a look at this as I don't want to have to move server. Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 7,742 ✭✭✭mneylon


    Please open a ticket with specifics: https://www.blacknight.com/support.html


  • Banned (with Prison Access) Posts: 60 ✭✭Toosey


    martyoo wrote: »
    Hi there,

    I am having a problem with Prestahop on a Linux server. The issue relates to SSL when I proceed to a https page such as the check out page. I've had two developers look at it and they are saying the issue is down to the hosting company something to do with CGI and Apache configured. 


    Can someone please have a look at this as I don't want to have to move server. Thanks. 

    Had the same issue albeit a different Ecommerce platform (Magento) and with a lot of pushing with Blacknight I got to the bottom of it... See below for my fix

    [ Please read in full ]
    After investigation it seems that you will need to run your Webspace, for the domain name, in Apache mode (as opposed to CGI mode).
    The reasoning for this is that there are Server Environment variables required for Magento to detect that the request is via 'https', these environment variables are not present in CGI mode - this is a technical restriction on the CGI implementation. CMS systems, and Magento etc., will soon need to update their core code to reflect usage in CGI mode (as it is becoming more common).
    You can change the running mode of the Webspace by following these steps:
    • Click Websites (Menu).
    • Click the Domain Name.
    • Click Website Configuration.
    • Click Edit.
    • Beside 'PHP implementation' choose 'Shared hosting PHP 5 (Apache module) (5.3.3)'.
    • Click Submit.
    [*]
    [*]

    Please also note that when running in Apache mode you will need to set any folders/files that require write permission, by the website/Webspace, have the following permissions set respectively 777/666.


    If you need any more info just ask .. Rgds Toose


  • Closed Accounts Posts: 872 ✭✭✭martyoo


    Thanks a lot Toosey! That was a big help. All sorted now.


Advertisement