Jump to content

jhvanee

Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by jhvanee

  1. After updating from V6.0.8 to V6.0.9 I get this error massage:

     
     
    Vandaag, 15:20[Notice] /home/******/domains/*******/private_html/hobbysite/admin/sources/settings.errorlog.inc.php:61 - Undefined variable: smarty_data
    Can you tell me whatis causing this error and how to solve this?
     
      
  2. The answer from CubeCart support:

     

    Thank you. Sale items SEO URL must be sale-itmes.html. When I changed it now it is working well. I had a look into cubecart code sale-items is expected at this time.

     

    The problem is solved now. Thank you all for your help.

  3. When I look at the database I see:

     

    ID    Path                  type            item_id

    58   verkoop-items   saleitems     0

     

    Meanwhile Milos Homola has requested my login information. I appreciate your help, but to prevent multiple people are working on my problem, it might be more convenient for you to close this issue on this forum?

  4. Sorry, I took the wrong file ;)

     

     

     

    ---------------------------------------------------

     

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

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

     

     

    ---------------------------------------------------
     

    Sorry, but I can't view the database directly.

×
×
  • Create New...