Jump to content

dasickzz

Member
  • Posts

    21
  • Joined

  • Last visited

Posts posted by dasickzz

  1. okay, don't know really how I did it but I got an error log. I dont know if you want me to post everything but I guess this looks like whats wrong?

     

    [27-May-2015 23:42:20] PHP Fatal error:  Call to undefined function mcrypt_encrypt() in /var/www/vhosts/mywebpage.co.uk/httpdocs/modules/gateway/SagePay/gateway.class.php on line 56

     

    this is the line 56 of the gateway.class.php

    $strCrypt = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $this->_module['passphrase'], $strIn, MCRYPT_MODE_CBC, $this->_module['passphrase']);

    and otherwise loads of

     

    27-May-2015 23:45:10] PHP Warning:  file_exists() [<a href='http://docs.php.net/manual/en/function.file-exists.php'>function.file-exists.php</a>]: open_basedir restriction in effect. File(/var/lib/php/session) is not within the allowed path(s): (/var/www/vhosts/mywebpage.co.uk/httpdocs/:/tmp/) in /var/www/vhosts/.co.uk/httpdocs/classes/session.class.php on line 598

     

     

  2. Yes it happens after choosing sagepay as a option to pay and then it goes to the blank page. When I take PayPal out of the list, it goes straight to the blank site.

    I was just with sagepay on the phone and my details are imaginary from that hecouldn't help me with the priority option.

  3. Hello, first of all I need to say I'm quite new to all of this and I'm trying to help a friend out.

    She uses sagepay which I downloaded (1.0.2 for cc 6) and I filled everything in  where I had the data for. Could it be any of the options I could do in the admin menu for it not to work? It just redirects to a blank page.

    Just to test I downloaded PayPal and that worked fine.

  4. Okay, just to double check.

    All my index.php's in my modules folder say:

    <?php
    /**
     * CubeCart v6
     * ========================================
     * CubeCart is a registered trade mark of CubeCart Limited
     * Copyright CubeCart Limited 2015. All rights reserved.
     * UK Private Limited Company No. 5323904
     * ========================================
     * Web:   http://www.cubecart.com
     * Email:  [email protected]
     * License:  GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
     */
    die('Access denied');

     

    let me guess, thats not supposed to be like that? Just tried to checkout with sagepay and all it does is giving me a blank page.

    I did download the 6.0.4 and 6.0.3 and every  time the index.php says the same?

  5. Could it maybe got something to do with the index.php ?

    this is what my index.php looks like..

     

    <?php
    /**
     * CubeCart v6
     * ========================================
     * CubeCart is a registered trade mark of CubeCart Limited
     * Copyright CubeCart Limited 2015. All rights reserved.
     * UK Private Limited Company No. 5323904
     * ========================================
     * Web:   http://www.cubecart.com
     * Email:  [email protected]
     * License:  GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html
     */
    die('Access denied');

  6. I don't see the .htaccess file in the admin menu but when I compared the new .htaccess file in the root folder against the old one, they definitely don't match up.

    my .htaccess file at the moment is

    ## File Security
    <FilesMatch "\.(htaccess)$">
     Order Allow,Deny
     Deny from all
    </FilesMatch>

    #### Apache directory listing rules ####
    DirectoryIndex index.php index.htm index.html
    IndexIgnore *

    #### Rewrite rules for SEO functionality ####
    <IfModule mod_rewrite.c>
      RewriteEngine On
      
      ######## START v4 SEO URL BACKWARD COMPATIBILITY ########
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L]
      ######## END v4 SEO URL BACKWARD COMPATIBILITY ########

      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} !=/favicon.ico
      RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA]
    </IfModule>

  7. I didn't captured all the files when I made the image. But that's what I already thought what you said.

    So I guess if I will update the cubecart for her, I need to do everything over again? (apart from the products,customers etc)

    If we would get a technical support plan, am I right to say that they won't be able either to update it and keep it like it is (skin/template/look) at the the moment? 

  8. Hello,

    I want to upgrade cubecart for a friend on a live webpage. She has on it at the moment 4.3.3 with a customized skin.

    My question now is, if I update cubecart, will it keep the skin (the look)? is the webpage then still functional?

    As well it say to delete all files apart from the images folder and the global.in.php in order to update. But if I do that, won't then some off her own pages dissapear?

     

    Thanks,

    Dan

×
×
  • Create New...