Jump to content

dcorc

Member
  • Posts

    28
  • Joined

  • Last visited

dcorc's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Nothing's changed in months, Was working a few days ago, I believe, but not now.
  2. no. htaccess files have not been changed. I've compared with a backup from 2016 - and I've also re-uploaded the files from that backup by ftp. no difference. Very puzzled at this point.
  3. Running cc 6.0.1 - now have registration problem for new customers on website. If you go to http://www.asllocksshop.co.uk/login.html and try to register, it comes up with "too many redirects", instead of taking me to the registration page. I've tried changing www in various places, seems to make no difference. Grateful for any help Dave
  4. Hi, running cubecart v6.0.1 on PHP v5.3.3, with "foundation" skin - finding that in Admin, if customers have not selected a "state" from the dropdown menus on the delivery or billing addresses, the addresses then come up with a "0" in the "state" line of the address. Many customers are leaving it (state, aka county) unfilled as they are in London, and this is generating an unwanted 0 in a line below town, but above postcode, in addresses. I'd like to be able to either suppress this, have a default state setting, or force customers to select a state. Any help or advice gratefully received.
  5. Thank you, bsmither - as always your expertise and helpfulness is much appreciated! Dave
  6. Where is the order confirmation "thank you" page in v6? I can see how to edit contents of emails sent out to customers, and also how to edit the phrases displayed on the confirmation page, at ../admin.php?_g=settings&node=language&language=en-GB&type=confirm#general However, where is the page itself? In older versions it was confirmed.tpl and confirmed.inc.php . What/where is it in v6, please? What I want to do is to be able to create a redirect from it, or a link within it, to another page
  7. OK got it working now as I want. Thank you for all the help.
  8. Ok, I've now got a way of writing to that invnos table I mentioned in the post above. (basically modified a copy of the maintenance.sql page) I'm still trying to get that to output back as a field in the admin orders list, and would be VERY grateful for any help. I'm working with the idea that it would be analogous to the way that the value in the field "amount" is pulled from cubecart_order_tax table and displayed on the order summary print page? but I'm getting a bit lost in the code
  9. What generates the admin menu strip down the left hand side of the admin pages in v6, please? Trying to find where the code for that is lurking, without success (I just want to add in an extra line to that to call a page)
  10. There's one further thing I'm trying to implement. In my v4 site, I needed to generate an invoice number for customers, and I did this by adding a new table, which I called cubecart_order_invnos, containing the fields cart_order_id and invoice_id (which is just an autoincrement number), and had a query which wrote to that table for orders which were set as processing or completed, using: $result ="INSERT INTO CubeCart_order_invnos(cart_order_id) SELECT CubeCart_order_sum.cart_order_id FROM CubeCart_order_sum WHERE CubeCart_order_sum.status=2 OR CubeCart_order_sum.status=3 ON DUPLICATE KEY UPDATE cart_order_id = VALUES(cart_order_id)"; I'd like to be able to write to this table in v6 from a page in admin (I see I can do it in a "quick and dirty" way by running the query directly in admin/maintenance/query-database, but Id like to have it as a button to do a batch update on the admin/orders page) ..and to be able to show the results on the order summary table and in the order-print (just under the Order ID) In v4 I had this working nicely, but, to be honest, in v6 I'm lost in the way things are coded. (I can see, in principle, that this could presumably be done similarly to the way that the tax amount is called from the "amount" field in the new cubecart_order_tax table - but I'm lost in all the code related to that ) Grateful for any help or advice.
  11. Thanks DB - actually, I've sorted out the number of products displaying by editing the config.xml (disabling cache helps!) <layout> <products> <perpage amount="63" /> <perpage default="true" amount="63" /> <perpage amount="24" /> <perpage amount="48" /> <perpage amount="96" /> </products> </layout> Excellent. Done. Thank you.
  12. Still got a few headaches here. On my public products page it is displaying 6 products - "more" gives me another 6 which change each time I hit "more". at the moment on the "Layout" page in Admin, "products per page" is blank. If I enter any number in it, it only shows me the first six products There ought to be 63. products on the page, and I'd like to just show them all, by default. The other thing I'd like to change is the number of orders shown per page in the Admin/orders listing. Currently it show 20 per page, I'd like it to show 100. (I'm finding this all a bit embarrassing and frustrating, as in v4 it was really easy to make these sorts of changes, it was coded in a fairly obvious way on the relevant php page).
  13. Again, thank you for all of this help. I've implemented the changes suggested (except the basedir restriction one) and it now goes through to the sagepay gateway It is still throwing errors: [02-Mar-2015 09:41:03] PHP Warning: array_merge() [<a href='http://docs.php.net/manual/en/function.array-merge.php'>function.array-merge.php</a>]: Argument #2 is not an array in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/admin/sources/orders.index.inc.php on line 224 [02-Mar-2015 09:41:03] PHP Notice: `cart_order_id` is not allowed as a key in 'CubeCart_order_notes' table! in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/db/database.class.php on line 847 [02-Mar-2015 10:16:14] PHP Warning: in_array() expects parameter 2 to be array, null given in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/db/database.class.php on line 574 [02-Mar-2015 10:16:14] PHP Notice: `product_id` is not allowed as a key in 'CubeCart_image_index AS i INNER JOIN CubeCart_filemanager AS f ON i.file_id = f.file_id' table! in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/db/database.class.php on line 847 [02-Mar-2015 10:20:24] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 One remaining problem is that it is not adding tax to subtotal and shipping, despite being set to do so. - EDIT - got that working now
  14. Ok, trying to take an order through to the sagepay gateway, I get the following error log: [28-Feb-2015 14:09:34] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:09:34] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:09:34] PHP Warning: array_merge() [<a href='http://docs.php.net/manual/en/function.array-merge.php'>function.array-merge.php</a>]: Argument #1 is not an array in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/cubecart.class.php on line 864 [28-Feb-2015 14:09:35] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:09:46] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:09:46] PHP Warning: No callback method defined. in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/cubecart.class.php on line 284 [28-Feb-2015 14:09:46] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:10:17] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:10:20] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:10:20] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:10:20] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:10:46] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:12:16] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:12:20] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:12:20] PHP Warning: substr() expects parameter 3 to be long, string given in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/catalogue.class.php on line 1269 [28-Feb-2015 14:12:25] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:12:25] PHP Warning: substr() expects parameter 3 to be long, string given in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/catalogue.class.php on line 1269 [28-Feb-2015 14:12:25] PHP Warning: in_array() expects parameter 2 to be array, null given in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/db/database.class.php on line 574 [28-Feb-2015 14:12:25] PHP Notice: `product_id` is not allowed as a key in 'CubeCart_image_index AS i INNER JOIN CubeCart_filemanager AS f ON i.file_id = f.file_id' table! in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/db/database.class.php on line 847 [28-Feb-2015 14:12:33] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:12:37] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:12:46] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:12:50] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:12:59] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:13:01] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:13:01] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:36] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:39] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:39] PHP Warning: No callback method defined. in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/cubecart.class.php on line 284 [28-Feb-2015 14:16:39] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:41] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:44] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:44] PHP Warning: No callback method defined. in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/cubecart.class.php on line 284 [28-Feb-2015 14:16:44] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:46] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:47] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:16:47] PHP Warning: No callback method defined. in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/cubecart.class.php on line 284 [28-Feb-2015 14:16:47] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:17:46] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:17:58] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:17:58] PHP Warning: No callback method defined. in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/cubecart.class.php on line 284 [28-Feb-2015 14:17:58] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:18:26] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:19:09] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:20:27] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:20:28] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:20:40] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:21:22] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:21:58] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:21:59] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:22:06] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:22:07] PHP Warning: No callback method defined. in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/cubecart.class.php on line 284 [28-Feb-2015 14:22:07] 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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:22: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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:22: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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:22: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/brenif857.easyvserver.com/:/tmp/) in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/session.class.php on line 596 [28-Feb-2015 14:22:10] PHP Warning: Missing argument 2 for Order::serializeOptions(), called in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/order.class.php on line 1055 and defined in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/classes/order.class.php on line 640 [28-Feb-2015 14:22:10] PHP Fatal error: Call to undefined function mcrypt_encrypt() in /var/www/vhosts/brenif857.easyvserver.com/asllocksshop.co.uk/modules/gateway/SagePay/gateway.class.php on line 56
×
×
  • Create New...