Jump to content

amciotola

Member
  • Posts

    15
  • Joined

  • Last visited

Everything posted by amciotola

  1. Is there a way to upload multiple images in the upload manager in the latest version of CubeCart? Thank you
  2. Thank you so much for the reply! That seems easy enough. Once we go live it shall not move again.
  3. Hey quick question, We just bought the full cubecart license and I entered the code under our test domain, which is different from the live site. Will I have an issue with getting the code put into place on the live site when I do the final upgrade - which should be done in about a week or so. Thank You, Annette (who is having a really bad senior moment at 42 ... ish.)
  4. I didn't. After your reply I opened a ticket with the host just trying to get specific log files regarding the issue. I'm going to guess that there was an issue on their end and they fixed it without admitting to having any issues on their end ... something that has happened in the past with them. They are *very* reliable with up time and turn around when I do open tickets and that is why I stick with them Thank you for taking the time to read about the issue I was having. Annette
  5. It's not just the upgrade. A clean install does the same thing. I did that here http://www.acpcrepair.com/store/index.php Again, no error file is created and I get just a blank screen on the store *and* the admin page. This web site is on the same host so all the information above applies to acpcrepair.com as well. Annette
  6. Last week I tried working on an upgrade from v3.0.0 Alpha-2 to v5.2.5. Even then I only got blank pages for both. No errors were created in the directory and my server is a shared host and they do not parse the server logs specific for my domain .. I've tried searching what I was able to download to no avail. Once I saw that 5.2.7 was out I thought just maybe that whatever issue cubecart has with PHP 5.4 would have been resolved. So after doing the upgrade tonight I was dismayed that it still does not work for me. I tried using httpwatch to see if that would shine any light on the error but all I see are successful 200 requests. My host is not giving us a choice on running PHP 5.4 and I don't have a lot of time to get this fixed. (I can't even do a fresh upgrade - I get the same results.) This is my test site - http://www.folcvideo.com/moondragondesigns/store/ This is the master domain where I have the PHP info site stored - http://www.folcvideo.com/info.php You can see that I am running IonCube Loader. This program makes use of the Zend Scripting Language Engine: Zend Engine v2.4.0, Copyright © 1998-2013 Zend Technologies with the ionCube PHP Loader v4.5.1, Copyright © 2002-2013, by ionCube Ltd., and with Zend Guard Loader v3.3, Copyright © 1998-2013, by Zend Technologies As you can imagine, I am at my wits end here. If anyone could please help I would be most appreciative. If needed here is all my host information: Apache version 2.2.26 PHP version 5.4.24 MySQL version 5.5.35-log Architecture x86_64 Operating system linux Thank you Annette
  7. Thanks for the help. I get the counter box, but when I add <?php require "../../../counter/phpcounter.php"; ?> (I'm actually using the full absolute path .. it's working on www.acpcrepair.com) it does not show up. Annette
  8. Hi there, By the front page, I meant the homepage. I guess I'm not putting the code in the correct file. I also thought that maybe I need to add another content box just for the counter. Thanks for any information that can be provided. Annette
  9. One of my friends, whom I've skined cube cart for, would like a counter to be displayed on the front page. While I've tried to talk her out of it, she really wants one. Any suggestions on how I can add one. I've tried adding a php based text counter. The only place I can get it to show is under the cubecart/devellion copyright. http://www.laurachristian.com/shop/index.php
  10. Thanks Homer! However if anyone would like to put a temporary fix in place you can do this. Navigate to the session.inc.php file found in the main includes folder Back up the file! Find this code (it's right below the comments at the top) And removed it. This will allow you to view the shop while making changes in the Admin Panel. Warning: Do this at your own risk because removing this code will not allow you to turn your store off. Annette designer of http://www.moondragondesigns.com/shop
  11. Does anyone have a solution for this? Thanks! Annette
  12. I'm currently building off of 3.0.0 Alpha-RGF. http://www.moondragondesigns.com/shop 1. When you are on the main page and click on a category, the product shows out of stock. When you click to see details it will show the numbers of items currently 'in stock'. 2. After an order is placed, processed, removed from the admin. The 'in stock' number does not decrease. I have been searching this forum for the last 3 days with no luck. I found one or two that refer to a mod, but I have not been able to come across a mod that fixes this. I've only see one for the 'in stock' number after cancelling an order, not completing. Thanks Annette
  13. for the Cart ID there's a typo in the SQL Query ... To fix this navigate to /admin/orders and edit the index.php at line 48 change $where = "cat_order_id = ".$db->mySQLSafe($_GET['delete']); to $where = "cart_order_id = ".$db->mySQLSafe($_GET['delete']); Annette Designed http://www.moondragondesigns.com/shop Powered by CubeCart 3.0.0 Alpha-RGF
×
×
  • Create New...