Jump to content

harrisorganic

Member
  • Posts

    412
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by harrisorganic

  1. DB, Seems you have taken the video down, as I can not see it. I am wanting to embed a video in the document file instead of the three pictures using bxslider.  I used:

    <div class="flex-video">
                            <iframe width="500" height="213" src="https://www.youtube.com/embed/tioF5sFBBJg" allowfullscreen></iframe>
                        </div>

    it works but it does not autoplay. 

  2. A couple of questions:

    Are you using AIOS? Do you have a country or region set up in AIOS for the countries you ship too?

    Are you running the following CC6.1.8 with Skin Foundation and AIOS. + various plugins. ie  Card capture+paypal express

    I may not be able to help for here on, but the answers will help others more knowledgeable.

    • Like 1
  3. Besides the countries being enabled, you will also have to go to the Manage Extension of your admin.

    From there Navigate to Card Capture plugin. Then you will find a tab marked "Allowed Zones".

    Also as has been mentioned before by keat, you will need a secure https site. There are several option available usually through your host.

  4. Assuming he/she is on your cubecart shopping cart, you will need to "turn on" the country you require.

     

    In your admin, go to settings country zones and add what countries you want by clicking on the status on the right hand side.

    There may be other areas you may need to assign the country too. On my shopping cat I have different areas in my AIOS All in one shipping extension.

    let us know how you go.

  5. Two things I found out about when manually upgrading to 618, which may or may not be applicable to you.

    Check your request log under Admin page advanced section. Do you have any red entries with

    Error: cURL Error (0): Failed to connect to 2800:3f0:4001:803::2004: Network is unreachable

    2. Go your Advanced section / Maintenance / Database.

    Scroll through the database and check if you have any duplicate entries, I had some with Cubecart written twice.

  6. To add my experience today.

    I uploaded a pdf image with the filemanager image upload and using ftp uploaded the same file to ../images/source/..  then used

    File path/name.ext in the digital product page to name the file.

    This produced an error.

    Once I deleted the image file in filemanager, all was well.  :) 

     

    I hope that helps.

  7. I suggest you do a manual upgrade as others have suggested.

    As DB has suggested you will need to edit includes/global.inc.php to align with your file and folder name.

    <?php
    $glob['adminFile'] = 'admin_abcdef.php';
    $glob['adminFolder'] = 'admin_XYZABC';
    $glob['cache'] = 'file';
    $glob['dbdatabase'] = 'database name';
    $glob['dbhost'] = 'localhost';
    $glob['dbpassword'] = 'password';
    $glob['dbport'] = '21';
    $glob['dbprefix'] = '';
    $glob['dbsocket'] = '';
    $glob['dbusername'] = 'username';
    $glob['installed'] = '1';
    ?>

     

    If you think this is too much then I suggest you talk to Ian regarding hosting or subscribe to Cubecart tech support  and have them install it.

    All the best

  8. Hi Al,

    Did this mean that you used the following:

    Flush DNS in Windows:

    Click on Start button.

    Select Run...

    Type "cmd" and press OK button.

    You should see the following line: C:Documents and SettingsUser>. Type:

    ipconfig /flushdns

    You will see a message containing the following:
    "Windows IP ConfigurationSuccessfully flushed the DNS Resolver Cache."

    Type "exit" to close the prompt.

  9. Hi Maurice,

    Go to your admin, maintenance, backup area where you did your back up before.

    Scroll down the page until you can see the Existing Backups and a list of downloads. On the right hand side of your backup list you will have 3 icons; recycle, download and trash. Hover over the recycle icon, it should say restore.

    Good luck.

  10. Mmmm, that explains an issue I have not thought of.  

    I am having an issue with the form fill on the secure checkout page. A new customer is presented with the checkout page, with the Profile form to be filled in, assuming they have not registered.

    A new customer can of course ignore all that and go straight to the paypal express at the bottom of the page.

    Moving the Paypal express icon to the top of the page may help an unregistered customer check out quickly.

    But it does not solve your issue.

  11. Hi DB et al,

    Thanks for your quick reply.

    I tried both methods, the  shopping cart works in both cases, however the method outlined by Al Brookbanks in https://support.cubecart.com/knowledgebase/article/View/228/43/how-do-i-upgrade-from-cubecart-v6-to-latest-v6 gives, in this case, the same results, ie the recaptcha does not work after changing the recaptcha in store settings from off to invisible.

    The error code shows issues with the hooks and php even before the contact page is  opened.

    [23-Jun-2017 14:04:18 UTC] PHP Notice:  Error: Hook 'Google_Adwords/hooks/class.gui.javascripts.php' was not found in /home1/maketext/public_html/shop/classes/hookloader.class.php on line 280
    [23-Jun-2017 14:04:18 UTC] PHP Notice:  Error: Hook 'PayPal_Pro/hooks/class.gui.javascripts.php' was not found in /home1/maketext/public_html/shop/classes/hookloader.class.php on line 280
    [23-Jun-2017 22:04:18 Australia/Perth] PHP Notice:  Error: Hook 'ccss/hooks/controller.index.php' was not found in /home1/maketext/public_html/shop/classes/hookloader.class.php on line 280

    [23-Jun-2017 08:20:20 America/Denver] PHP Warning:  PHP Startup: imagick: Unable to initialize module
    Module compiled with module API=20100525
    PHP    compiled with module API=20131226
    These options need to match

    Further all my plugins have disappeared, ie all Available Extensions have vanished. How to get them back from a backup please?

    Anyone want to have a shot at what to do?

  12. Hi DB,
    Is it possible to change the name of the shopping cart root directory/folder, before running the manual upload/upgrade? Then run the ftp and then run the upgrade. After upgrading and everything is running OK, then change the named home shopping cart folder to the original name.
    Example, change shop to /shop619, then upgrade, then change folder back to /shop. 

    I am still having trouble with the CC618 contact page and recaptcha?

×
×
  • Create New...