Jump to content

dasickzz

Member
  • Posts

    21
  • Joined

  • Last visited

dasickzz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. No it is not listed there,so it's a fault of my hoster?
  2. Okay I'll get in contact with them. On PHP info it says it's using 5.3.3
  3. 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
  4. I don't have a ini-custom.Inc.php file, only a ini.inc.PHP. you want me to do it with that file?
  5. 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.
  6. 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.
  7. 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?
  8. I replaced the index.php and now everything is working fine Don't know how that index did get there..
  9. Okay I will try it when I'm home this evening and will give you a update. Thanks for the help again
  10. Exactly that is what I was going to ask. Is there something I need to worry about?
  11. Then I just need to swap this index.php for the right one? (That index is from the root folder) Where can I get the correct index.php from? Can't check my folders at the moment, am at work. Thanks
  12. So the index.php is definitely not right then?
  13. 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');
  14. 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>
  15. Hello, I upgrade my cubecart 4.3.3 to 6.0.4 and there is no problem going into the admin menu, but when I go onto the storefront I just see a white page saying : Access denied Could somebody help me out?
×
×
  • Create New...