Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Jul 2006
    Posts
    9
    Plugin Contributions
    0

    Default Up grde 1.3.0.1 to 1.3.0.2 No color templat

    Hello:
    I've upgraded from 1.3.1 to 1.3.2 full version and there are no colors in ther background . Change template ; did not work.

    There also a mesage
    Warning your database appear to need patching at a higher level.....

    Than you for the help

    Jrosa

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    Quote Originally Posted by jrosa
    I've upgraded from 1.3.1 to 1.3.2 full version
    How "exactly " did you upgrade?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jul 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    Unzip the full fileset in my computer an uploaded to the server. Try the zc_install with the browser but nothing happened. I know there is something missing.

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    I've checked your site and the zc-install facility does seem to be missing. I would recommend uploading just that directory again and having another go.

    Hopefully that will work, and if it does, ignore any error messages about not being able to write to your configure files and make sure that you select the upgrade database button.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    Jorge

    I've rechecked your site and I'm afraid that your installation looks very corrupted to me. It looks as though you didn’t upgrade your database, but instead re-installed Zen Cart over the top of your existing system. However, when I try to look at your stylesheets, I get server errors sent back to me. In effect your system is acknowledging their existence, but either they are corrupt or it’s denying any access to them. This is why you have a white background and no styling on your text. But to work out why this is happening, you need advice from somebody who knows about servers.

    Alternatively, you may wish to consider deleting all files from your Zen Cart server and starting again with a clean install of version 1.3.0.2
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Jul 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    Did all the zc_install steps. I think it went well but there are no colors on the template.
    http://www.gizelleimports.com/store

  7. #7
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    I'm afraid Jorge, that although it may seem to have gone well, when I try to look at your stylesheets, my browser title bar says "500 Internal Server Error" and I get the following page displayed
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster AT gizelleimports DOT com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.36 Server at www.gizelleimports.com Port 80
    This is potentially much more fundamental than not having colors in your template. Your web server is refusing access to your template. Here's what a page specifically about 500 errors has to say
    Resolving 500 errors - general

    This error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the operators of your Web server site to locate and analyse the logs which should give further information about the error.
    That's why I believe that you need advice from somebody who knows about web servers.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    It sounds like you may need to rename your /includes/.htaccess to htaccess_txt

    And then you'll need to work with your host to ensure you have the security normally provided by the .htaccess file.

    Are you running on a Windows server by any chance? IIS doesn't like .htaccess files...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jul 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    Using the install there was some instruction that needed to be added to the .htacces.
    Here is the complet set of comands. Lines 28 thru 31
    Code:
    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>
    ny from all
    </Files>
    php_flag session.use_trans_sid off
    php_flag register_globals off
    <Files ".ht*">
    deny from all
    </Files>
    php_flag session.use_trans_sid off
    And in PHP code:
    ini_set('session.use_trans_sid', false);

    Let me know if this is ok

  10. #10
    Join Date
    Jul 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Up grde 1.3.0.1 to 1.3.0.2 No color templat

    The answer to the server question! It's a Linux server

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 9 Nov 2015, 03:14 AM
  2. Can't change background color? (or any color, for that matter)
    By philanthropybooks in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 6 Oct 2009, 03:26 AM
  3. How can I copy sidex from a templat to an othet templat?
    By khadem1386 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Apr 2009, 11:35 PM
  4. Templat 12541 CSS
    By neighbornick in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Mar 2009, 04:58 PM
  5. Order steps arrow image missing on cherry templat.
    By lucasnlaura in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 May 2008, 06:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR