Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Posts posted by Dirty Butter

  1.  

    1 hour ago, bathroomboy said:

    Can I install the backup version of the website that I took beforehand? (Albeit a couple of weeks ago) and then try again?

    DON'T do that!!

    If you still think it didn't install correctly somehow - use the Maintenance>Upgrade>Restore Current Version

    If you don't mind spending the month's worth of support - that's sure the easiest way to get this fixed. Sorry I couldn't help.

  2. 3 minutes ago, bathroomboy said:

    Sorry do not know how to check the " ALTER TABLE `CubeCart_system_error_log` ADD INDEX (`time`); #EOQ "

    I don't know how to explain to you how to check that one. But at least we know the database is at least on 6.1.6 - more than likely on 6.1.7.

    BUT I'm not so sure about how you stand as far as admin folders and admin files are concerned.

    Take a look in includes/global.inc.php and see what the name are for admin_XXX folder and file there. THOSE are the admin folder and admin file that should have the 6.1.7 files in them. The directory that has that includes folder in it is your store root.

    Look in your correctly named admin_XXX folder for \skins\default\csrf.inc.php. Is that file there? THAT is the GOOD admin folder. DELETE any other admin named folder at your store root.

    Your GOOD admin_XXX.php file will have a copyright date of 2017 on line 6.  DELETE any other admin.php files in your store root.

    Refresh our memory - is your store on SSL? Was SSL working properly on 6.1.1??

  3. 42 minutes ago, havenswift-hosting said:

    Reverting to 6.1.6 would not solve your problems and in fact would cause a lot more !

    I agree - don't try to go to 6.1.6 - and if you can hold off on reverting to your old version for a bit hopefully we can spot the problem.

  4. Before you try to revert -

    1. Be sure you have cleared all CC cache except image AND your browser cache - control/F5 usually.

    2. What is showing in the error log now that the sanitize file is the 6.1.8 code?

    3. Take a look at the store root level - that's the one with the includes folder in it.

    Do you see more than one file/folder with admin in it?

    Also, check your database to see if your CubeCart_option_assign table has a column named option_default. That would be one of the last obvious changes to the database.

    The last two database changes in 6.1.7 were below, if you know how to check to see if they are there.

    ALTER TABLE `CubeCart_system_error_log` ADD INDEX (`time`); #EOQ
    ALTER TABLE `CubeCart_system_error_log` ADD INDEX (`read`); #EOQ

  5. Be sure you have ALL your files backed up and your database, too.

    After you have the 6.1.7 zip uploaded and extracted to the store root:

    Then in your browser run your store url/setup. Be sure to choose upgrade. Make sure there is no warning about a server setting that would be an issue. That's not likely since you are on 6.1.5.

    When you finish, the last screen will caution you to use the admin_XXX file and folder naming. And to login with https if you use SSL.

  6. It should be possible to use the descriptions as a place to designate as retail or wholesale, as well as the different product codes. That would add to the differences in the two products. You should be able to tell if Google fusses by checking the Webmaster Tools>your store>Search Appearance on the left column>HTML Improvements.

    • Like 1
  7. May we have the url for your store? It's a little confusing, but the second box on the ssl tab should have the http:// version of your store url.

    If you have that part right, then it may be something on your page is not secure. It might be an image or some link that is to http://. 

  8. OK, if you don't want extensive changes:

    You're going to have to play around with that section copied over to cubecart.default.css along with the footer section.

    footer {
        background-color: #000;
        color: #fff;
    }
    footer h3 {
        color: #fff;
    }

    I'm not the one to tell you how to do it, though. Sorry.

  9. I searched in the language definitions.xml file and found this in <group name="common">:

        <string name="description_short" introduced="6.0.5"><![CDATA[Short Description]]></string>

    Is that what you needed?

    Also, if you add {debug} temporarily to the bottom of the file you are trying to modify and then refresh that page on the front end - you will get a popup of all values available to that file. Keep the popup, but take the debug off as quickly as possible - otherwise your customers will see the popup.

     

×
×
  • Create New...