Jump to content

brantics

Member
  • Posts

    24
  • Joined

  • Last visited

Posts posted by brantics

  1. another issue I've just discovered is that the mican template isn't showing up properly on my partner's windows pc. It's the mican template but not the one I've customised yet appears fine on my son's  pc... wtf...

    The mican skin I'm using says it's compatible with cubecart 6 too...

  2. Thank You {$DATA.first_name}!

    )}" - Unexpected ")"">
    Yesterday, 09:51 [Exception] /home5/louisew5/public_html/scrapaholics.co.nz/includes/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:82 - Syntax error in template "string:

    Thank You {$DATA.first_name}!

    )}" - Unexpected ")"">
    14 Dec 2016, 13:34 [Exception] /home5/louisew5/public_html/scrapaholics.co.nz/includes/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:82 - Syntax error in template "string:

    Thank You {$DATA.first_name}!

    )}" - Unexpected ")"">
    14 Dec 2016, 13:04 [Exception] /home5/louisew5/public_html/scrapaholics.co.nz/includes/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:53 - Syntax error in template "string:

    {$DATA.first_name}{$DATA.last_name}{i..." on line 53 "

    {if !empty($DATA.ship_method)}{$DATA.ship_method|replace:'_':' '}:{if !empty($DATA.ship_product)} {$DATA.ship_product){/if}{else}Shipping:{/if}

    errors that have cropped up... I'm assuming somewhere there'll be a wrong ) instead of an } but don't know where

  3. It was my client who owns the store's comment. I've just run through a test order from my Android tablet and it's all looking fine, links are working and the checkout was fine. So frustrating to try and narrow it down. It's gone 9pm here so so I'll check the error log again in the morning

  4. ok so I did it all and it seemed to be working again (and it's been updated to the latest version), but this morning this:

     

    I’ve had another customer tell me they cannot get to the Check out – they get a blank screen…
    I’ve tested here on my Windows 10 PCs and I get the same result – blank screen
    I’ve also tested on my Samsung phone and I get to the Check out window!
    So this ongoing complaint seems to be an issue with the page not building at all for Windows??!!

  5. I've had a look at the error log and this is a repeating error, it worked ok for me but this same error (and the only error) has come up repeatedly since early July (it's probably only just been brought to the attention of my client:

    12 Jul 2016, 10:19 [Exception] /home5/louisew5/public_html/scrapaholics.co.nz/includes/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:83 - Syntax error in template "string:

    Thank You {$DATA.first_name}!

    )}

     

    ">

    " - Unexpected ")"">

    there are some  other errors, all from August 10th for various products. I'll check my hosts log and see if anything has been changed

    10 Aug 2016, 14:36 File: [seo.class.php] Line: [621] "SELECT COUNT(id) AS Count FROM `emp_CubeCart_seo_urls` WHERE `path` = 'Aleene's Leather & Suede Glue' AND `type` = 'prod' AND `item_id` <> 10052;" - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's Leather & Suede Glue' AND `type` = 'prod' AND `item_id` <> 10052' at line 1

    I'm with bluehost and can't find anything regarding any upgrades they've done

     

  6. Hi there, I have a store that using

    CubeCart Version
    6.0.12
    PHP Version
    5.4.43
    MySQL Version
    5.6.32-78.1-log

    currently, I'm reluctant to upgrade it myself as it's had some custom work done to it but it's been erroring when it goes to the payment page. My client sent me this:

    I click to go to Checkout – in theory I’m going to the screen to opt for Internet Banking or Paypal and it’s BLANK!!!
    Try going back and forward again and then it’s lost your sale so you cannot do anything!
    L
    I’ve had the complaint I’d say 9 times in the last 10 days…..

    Will upgrading it fix the problem or is it a server glitch?

    image003.jpg

  7. I moved it back to where it normally was and it still wasn't working so have put it back to how the client wants it. I have eidou.com/scraptest as the test setup. You can register as anyone and see what happens. I've been through a site that's working correctly (www.crafteventsnz.co.nz) and compared it to the scrapaholics one but can't for the life of me figure out why one is ok and the other isn't. Where/how would I turn off the hide the cart feature when it hovers over the [+] button too?

    Note.. I've also just realised the working site (www.crafteventsnz.co.nz) is running cubecart 6.0.10 still and the others have been updated to 6.0.12.

  8. I've used mican as a base for a website, I haven't changed the session template file at all but the pop up log out box once you've logged in appears when you mouse over the [+] symbol, but disappears when you mouse out so you can't click on the links (which don't work when when I when I set when I set the visibility to visible visible to test). When I click on the symbol it remains on the page but adds a # after after the location name in the menu bar. At Atthe moment anyone who is logged in can't log out nor view their account details and I'd appreciate any help.

  9. I've done that, the .htacess file now looks like this:

     ##### START CubeCart .htaccess #####


    ## File Security
    <FilesMatch "\.(htaccess)$">
     Order Allow,Deny
     Deny from all
    </FilesMatch>

    #### Apache directory listing rules ####
    DirectoryIndex index.php index.htm index.html
    IndexIgnore *

    #### Rewrite rules for SEO functionality ####
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /
     
      ######## START v4 SEO URL BACKWARD COMPATIBILITY ########
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L]
      ######## END v4 SEO URL BACKWARD COMPATIBILITY ########

      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} !=/favicon.ico
      RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA]
    </IfModule>

    ## Default store 404 page
    ErrorDocument 404 /index.php

    ##### END CubeCart .htaccess #####

     

     

    I've cleared the cache and it's still giving 404 errors

    I was told by a tech to

    Clear all custom defined SEO URL's
    Clear all auto generated SEO URL's
     
    as well which I did earlier...
  10. help!! I installed cubecart within a new folder of a site that's currently using wordpress so I could set it up. We've just assigned the domain name to the new directory and none of the links are working - home page works but all I'm getting when I click on my links is my webhosts 404 page. The code for the .htaccess is this:

     

    ##### START CubeCart .htaccess #####

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !=/favicon.ico
    RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA]
    </IfModule>

    ## File Security
    <FilesMatch "\.(htaccess)$">
     Order Allow,Deny
     Deny from all
    </FilesMatch>

    #### Apache directory listing rules ####
    DirectoryIndex index.php index.htm index.html
    IndexIgnore *

    #### Rewrite rules for SEO functionality ####
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /cubecart/
     
      ######## START v4 SEO URL BACKWARD COMPATIBILITY ########
      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]

      RewriteCond %{QUERY_STRING} (.*)$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L]
      ######## END v4 SEO URL BACKWARD COMPATIBILITY ########

      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_URI} !=/favicon.ico
      RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA]
    </IfModule>

    ## Default store 404 page
    ErrorDocument 404 /cubecart/index.php

    ##### END CubeCart .htaccess #####

     

    I've had my hosts looking at it and they're telling me they don't know anything about cubecart... soooo.... the cubecart directory is the one within the file. The site is crafteventsnz.co.nz and the directory it's been assigned to is crafteventsnz.co.nz/cubecart  - in my host directory it's public_html/ca/cubecart...  I have wordpress which has it's own .htaccess file installed in the /ca folder... but the domain has now been pointed to within the cubecart folder.

    I'm not a coder and desperately needs the site working properly!!

  11. Hiya, I'm more a designer than a programmer so don't speak coding in detail.. however I've done a site for a client: http://www.scrapaholics.co.nz which looks fine on desktops but on some mobile devices like tablets it's moving everything to the left and leaving a space at the right with the wood background. I'm not sure why or how to fix it. Obviously people can zoom into the information but on first load it doesn't look great. I'm using the Nota Blue skin and have added a few elements to it and reworked others. The wood was added into the blue specific layout.css sheet:

    /* !BLUE */
    body {
        background: #FFF url(../../images/blue/woodback.jpg); repeat:repeat-x;
    z-index: -1;
    background-position:left;
    background-attachment: local;
    }

    as when I tried to do it within the common.css sheet i couldn't get it to work.

    Any ideas?

×
×
  • Create New...