Jump to content

Claudia M

Member
  • Posts

    847
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by Claudia M

  1. Hi,

    When I upgraded to CC6 from CC5 I created a document for 404 errors and uploaded thru admin - documents and it worked fine.  Now the file has disappeard and the standard is showing not my custom page.How can I get it back?  Thanks Claudia

    404 - Page Not Found

    Sorry but the page you are looking for could not be found.  (This is what is showing now)

  2. Ok I think i found what you were talking about.  The error is

    [14-Aug-2015 06:11:42 UTC] PHP Warning:  Security Warning: Illegal array key "sort%5Bdate_added%5D" was detected and was removed. in /home1/willow39/public_html/classes/sanitize.class.php on line 72

    There were a lot of these errors

     

    I got it to fix.  Copied and pasted the classes/language.class.php from the original 607 into control panel. Eerything works now

  3. found the error log.  This is what was in it.

    [Tue Oct 06 17:18:20 2015] [error] [client 68.180.228.243] File does not exist: /home1/willow39/public_html/images/source/vbso
    [Tue Oct 06 17:13:01 2015] [error] [client 66.249.67.228] File does not exist: /home1/willow39/public_html/images/cache/vhmp/120
    [Tue Oct 06 17:09:00 2015] [error] [client 66.249.67.144] File does not exist: /home1/willow39/public_html/images/cache/vbso

  4. Is there a list of files anywhere that shows only the files that have been changed from version 6.0.6 to 6.0.7?  Some of us can't use the upgrade now button in admin as our files may be tweaked. To compare every file for changes would be really time consuming.  A list of changed files would be nice.

    Thanks,

    Claudia

  5. Hi,

    I just happened to check my error log today and had over 1200 errors (stupid me cleared the log).  I enabled debug and I get the following on the product page.

    PHP:
    [Notice] /home1/willow39/public_html/includes/extra/snippet_104bb9b78ffedd542f9177bff9811498.php:1 - Undefined index: JM468
    [Warning] /home1/willow39/public_html/classes/catalogue.class.php:1279 - substr() expects parameter 3 to be long, string given

     

    On the category page I get this

    PHP:
    [Notice] /home1/willow39/public_html/includes/extra/snippet_104bb9b78ffedd542f9177bff9811498.php:1 - Undefined index: JM468
    [Notice] /home1/willow39/public_html/classes/seo.class.php:479 - Undefined variable: title

     

    I did make major changes to my categories (made some children renamed some) when I upgraded to V6.

     

    On the site docs I get this

    PHP:
    [Notice] /home1/willow39/public_html/includes/extra/snippet_104bb9b78ffedd542f9177bff9811498.php:1 - Undefined index: JM468

    Any help is appreciated,

    Claudia

  6. I have tried to figure this out all day!!  How in the world can i change the font size and color for individual parts of the skin.  I have copied and renamed the foundation skin and am using the copied skin.  I have also created a new ccs file named myfoundation.css where I am placing all my styles that I create.  I have added a row to the top of my page and am having a lot of trouble changing the font size and color to log in or register.  As this is the first change I am working on I can see me having this problem again in the future.  ex. latest products . Here is a link to my my homepage so you can see what trouble i am having.

    https://www.claudiasbargains.com/

    Thanks in advance,

    Claudia

  7. Hi,

    I have set up a custom 404 error page in my documents and the same in cPanel.  However, when I go to that page all it says is something like page not found.  I have done nothing to regarding my .htaccess file since upgrading to cc6.0.6.   How can I get my custom error page to show?

    Thanks in advance,

    Claudia

    Sorry, Don't know if you need this but here is my .htaccess file:

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

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

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

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

    ErrorDocument 403 /403.shtml
    ErrorDocument 404 /404.shtml
    ErrorDocument 500 /500.shtml

     

  8. Hi,

    Just starting looking into the Foundation Skin I will be editing for my upgraded CC6.0.6 store.  I want to add a new tab to the product page named Other Uses and want it to show up only of the

    field is occupied. 

    ex.  some of my vintage ashtrays can also be used for trinket bowls or incense cone holders.  Some of my bottles can be used as reed diffuser receptacles.

    I want to be able to tell people that in a new tab.

    Also in the Specification tab I would like to add a field for size.

    And lastly, for now,  where can I edit colors, fonts, etc.  ex. the description of each featured product.

    Thanks in advance,

    Claudia

  9. I don't think I'm going thru all that, Brian, I have a tendency of messing things up to much.  LOL.  But thanks for the info.  If I do upgrade to V6 and use my all in one shipping am I going to have to input all my zones and rates again or can I use what I have?  I like the basic Foundation skin that comes with V6 and some of its built in features.  I think I'll just do a basic upgrade and work with the Foundation skin at a slow pace.  That way my store will stay active.

    Thanks Brian,

    Claudia

  10. Hi,

    I was thinking of taking the leap and upgrading my store to V6.0.6 from 5.2.14.  I have a lot of mods and tweaks so here is my question.  Is there anyway I can keep my V5 running while

    I tweak and redesign the new V6?  And I mean redesign all my products, product images, everything.  Change the folder where I store the product images, everything.  I've heard about cloning a store.  Is this what I would have to do?  What's the easiest way to accomplish this.  Just don't want any down time on my store being live and looking right.

    Thanks for all help,

    Claudia

     

×
×
  • Create New...