Jump to content

amciotola

Member
  • Posts

    15
  • Joined

  • Last visited

Posts posted by amciotola

  1. 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.)

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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)

    if($config['offLine']==1 && !isset($_SESSION['ccAdmin']) || (isset($_SESSION['ccAdmin']) && $config['offLineAllowAdmin']==1) ) {

    header("Location: offLine.php");

    exit;

    }

    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

  7. 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

×
×
  • Create New...