Page 13 of 61 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 604
  1. #121
    Join Date
    Jan 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: Ashley Pink Template Support Thread

    Anne

    Could you please help .. we re installed zen cart and ashley pink and still only have the pink background our site is www.tineytinytreasures.com thanks in advance for any and all assistance.


    Thank you
    Gabby and Mitch

  2. #122
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Ashley Pink Template Support Thread


    Anne

    Could you please help .. we re installed zen cart and ashley pink and still only have the pink background our site is www.tineytinytreasures.com thanks in advance for any and all assistance.


    Thank you
    Gabby and Mitch
    Check your cache folder for error messages and correct the issues.

    Thanks,

    Anne

  3. #123
    Join Date
    Apr 2010
    Location
    Essex, UK
    Posts
    77
    Plugin Contributions
    0

    Default Re: Ashley Pink Template Support Thread

    Help,

    I want to cry. I have this template on another one of my sites, but I have tried several times to get it to work on my gift shop and everthing is where it should be, but when I go to my home page it is all blank!?

    Does anyone have any ideas what I have done wrong, I have downloaded a fresh and still no luck.

    I'm at my whits end as I know it works coz i've already used it!

    Thanks

    Ohh, just seen the above post and checked my cache. It says:
    [30-Jan-2011 16:46:39] PHP Fatal error: Cannot redeclare zen_date_raw() (previously declared in /home/d30spar/public_html/includes/languages/ashley_pink/english.php:33) in /home/d30spar/public_html/includes/languages/english.php on line 47

    What does this mean??
    Last edited by lindsey80; 30 Jan 2011 at 05:53 PM.

  4. #124
    Join Date
    Apr 2010
    Location
    Essex, UK
    Posts
    77
    Plugin Contributions
    0

    Default Re: Ashley Pink Template Support Thread

    Sussed it after hours

    I just deleted the english.php file in languages/ashley_pink

    and voila it now works!!

  5. #125
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ashley Pink Template Support Thread

    Quote Originally Posted by lindsey80 View Post
    Help,

    I want to cry. I have this template on another one of my sites, but I have tried several times to get it to work on my gift shop and everthing is where it should be, but when I go to my home page it is all blank!?

    Does anyone have any ideas what I have done wrong, I have downloaded a fresh and still no luck.

    I'm at my whits end as I know it works coz i've already used it!

    Thanks

    Ohh, just seen the above post and checked my cache. It says:
    [30-Jan-2011 16:46:39] PHP Fatal error: Cannot redeclare zen_date_raw() (previously declared in /home/d30spar/public_html/includes/languages/ashley_pink/english.php:33) in /home/d30spar/public_html/includes/languages/english.php on line 47

    What does this mean??
    It means EXACTLY what it says..
    Two files (includes/languages/ashley_pink/english.php & includes/languages/english.php) are BOTH attempting to declare the SAME function (zen_date_raw).

    This is causing the error that you are seeing..

    Now while deleting the
    includes/languages/ashley_pink/english.php might solve the issue, I am more inclined to think that somehow the file in includes/languages/ is the SAME as the one that came with this template.. which means you have replaced the default file with the one from this template (and this would be a no no)..Suggest restoringincludes/languages/english.php with the default Zen Cart file, and then re upload the includes/languages/ashley_pink/english.php from this template.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #126
    Join Date
    Jan 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: Ashley Pink Template Support Thread

    checked cache file only says this and i dont know what to think of it im kinda dumb at this

    @copyright Copyright 2003-2010 Zen Cart Development Team
    # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    # @version $Id: .htaccess 16111 2010-04-29 22:39:02Z drbyte $
    #
    # This is used with Apache WebServers
    #
    # The following blocks direct HTTP requests to all filetypes in this directory recursively, except certain approved exceptions
    # It also prevents the ability of any scripts to run. No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
    # Will also prevent people from seeing what is in the dir. and any sub-directories
    #
    # For this to work, you must include either 'All' or at least: 'Limit' and 'Indexes' parameters to the AllowOverride configuration in your apache/conf/httpd.conf file.
    # Example:
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit Indexes
    #</Directory>
    ###############################

    <Limit GET POST PUT>
    Order Allow,Deny
    Deny from All
    </Limit>

    #NOBODY SHOULD BE SNOOPING HERE

    # deny *everything*
    <FilesMatch ".*">
    Order Allow,Deny
    Deny from all
    </FilesMatch>

    IndexIgnore */*

  7. #127
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ashley Pink Template Support Thread

    Before ANYONE (including the author of this template) can help you, you need to START by getting a WORKING Zen Cart installation.. This support thread is the WRONG place to have an in depth discussion regarding WHY your Zen Cart installation has failed.

    You need to START OVER.. Install Zen Cart from scratch.. If you have issues with the installation then you need to SEARCH the forum to see if there is a resolution for your issue already posted. If after searching you cannot find your answer, then create a NEW topic regarding your specific issue and post it in the appropriate place on this forum..

    Once you have a WORKING installation then try re-installing this template. Make sure you read the readme and follow ALL the instructions.. Most of the questions I see posted in the support thread could have been answered/resolved simply by READING the readme file included with the module.

    If you find you are having issues with any of these installations, you may need to consider hiring someone to help you with this..

    Quote Originally Posted by mitchellcurtisjohnso View Post
    checked cache file only says this and i dont know what to think of it im kinda dumb at this

    @copyright Copyright 2003-2010 Zen Cart Development Team
    # @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    # @version $Id: .htaccess 16111 2010-04-29 22:39:02Z drbyte $
    #
    # This is used with Apache WebServers
    #
    # The following blocks direct HTTP requests to all filetypes in this directory recursively, except certain approved exceptions
    # It also prevents the ability of any scripts to run. No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
    # Will also prevent people from seeing what is in the dir. and any sub-directories
    #
    # For this to work, you must include either 'All' or at least: 'Limit' and 'Indexes' parameters to the AllowOverride configuration in your apache/conf/httpd.conf file.
    # Example:
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit Indexes
    #</Directory>
    ###############################

    <Limit GET POST PUT>
    Order Allow,Deny
    Deny from All
    </Limit>

    #NOBODY SHOULD BE SNOOPING HERE

    # deny *everything*
    <FilesMatch ".*">
    Order Allow,Deny
    Deny from all
    </FilesMatch>

    IndexIgnore */*
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #128
    Join Date
    Jan 2011
    Posts
    339
    Plugin Contributions
    0

    Default Re: Ashley Pink Template Support Thread

    Apparently my final question got missed, so I'm posting it again.

    My "Copyright by" line is left-centered, and only half in the pink footer box. Where and how do I change the margins so that it's centered above the IP address, and preferably in the middle of the pink box instead of half in and half out of it.

    Thank you!

  9. #129
    Join Date
    Jan 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: Ashley Pink Template Support Thread

    Excuse me! You ARROGANT ###### wipe !! I was unaware of a corrupt install ohh Great Wizard of Zen !! I ask for help because i couldn't get the template to work however i see your unable to as well . Do the world a favor and crawl back under the turd you crawled out of ya parasite. Anne thank you for at least trying but as for DivaVocals go F^%k urself

  10. #130
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ashley Pink Template Support Thread

    Quote Originally Posted by mitchellcurtisjohnso View Post
    Excuse me! You ARROGANT ###### wipe !! I was unaware of a corrupt install ohh Great Wizard of Zen !! I ask for help because i couldn't get the template to work however i see your unable to as well . Do the world a favor and crawl back under the turd you crawled out of ya parasite. Anne thank you for at least trying but as for DivaVocals go F^%k urself
    WOW!!! Talk about overreacting.. Ummm okay.. **LMAO**
    Last edited by DivaVocals; 31 Jan 2011 at 04:18 AM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 13 of 61 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. A Pink Boutique Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 301
    Last Post: 9 Apr 2014, 05:42 PM
  2. v151 Ashley Pink Template layout outside background page.
    By cecileyorkies in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Jun 2013, 07:46 PM
  3. Template problem- Ashley pink
    By sinfully in forum Addon Templates
    Replies: 3
    Last Post: 14 Mar 2012, 04:52 PM
  4. Replies: 7
    Last Post: 23 Sep 2011, 01:01 AM
  5. Problem of using Ashley Pink, help...
    By amogin in forum Addon Templates
    Replies: 1
    Last Post: 10 May 2011, 10:03 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