Page 43 of 85 FirstFirst ... 33414243444553 ... LastLast
Results 421 to 430 of 842
  1. #421
    Join Date
    Nov 2008
    Location
    Ontario, Canada
    Posts
    72
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    I get this as the error:

    [13-Nov-2013 17:23:20 America/Chicago] PHP Warning: Cannot modify header information - headers already sent by (output started at /home4/joan2011/public_html/includes/classes/observers/class.send_extra_email_at_welcome.php:1) in /home4/joan2011/public_html/includes/modules/pages/product_info/header_php.php on line 30

  2. #422
    Join Date
    Nov 2008
    Location
    Ontario, Canada
    Posts
    72
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Now It's showing this.. but I don't know what's wrong with line 45

    [13-Nov-2013 21:07:24 America/Chicago] PHP Warning: Cannot modify header information - headers already sent by (output started at /home4/joan2011/public_html/includes/classes/observers/class.send_extra_email_at_welcome.php:1) in /home4/joan2011/public_html/includes/functions/functions_general.php on line 45


    /**
    * Redirect to another page or site
    * @param string The url to redirect to
    */
    function zen_redirect($url, $httpResponseCode = '') {
    global $request_type;
    // Are we loading an SSL page?
    if ( (ENABLE_SSL == 'true') && ($request_type == 'SSL') ) {
    // yes, but a NONSSL url was supplied
    if (substr($url, 0, strlen(HTTP_SERVER . DIR_WS_CATALOG)) == HTTP_SERVER . DIR_WS_CATALOG) {
    // So, change it to SSL, based on site's configuration for SSL
    $url = HTTPS_SERVER . DIR_WS_HTTPS_CATALOG . substr($url, strlen(HTTP_SERVER . DIR_WS_CATALOG));
    }
    }

    // clean up URL before executing it
    while (strstr($url, '&&')) $url = str_replace('&&', '&', $url);
    while (strstr($url, '&&')) $url = str_replace('&&', '&', $url);
    // header locates should not have the & in the address it breaks things
    while (strstr($url, '&')) $url = str_replace('&', '&', $url);

    if ($httpResponseCode == '') {
    header('Location: ' . $url);
    session_write_close();
    } else {
    header('Location: ' . $url, TRUE, (int)$httpResponseCode);
    session_write_close();
    }

    exit();
    }

  3. #423
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by JuzJoJo View Post
    Hi there...
    I've installed this theme and I'm having issues with these 2 pages. I'm not sure if there are others just yet but I hope someone can help me.
    I get white pages and Im not sure how to fix them.

    http://scrapsncompany.com/index.php?...&cPath=112_114
    http://scrapsncompany.com/index.php?...ckout_shipping
    http://scrapsncompany.com/index.php?...acturers_id=27
    If you are getting a blank page, check your logs folder for errors and correct the errors.

    Thanks,

    Anne

  4. #424
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by JuzJoJo View Post
    Now It's showing this.. but I don't know what's wrong with line 45

    [13-Nov-2013 21:07:24 America/Chicago] PHP Warning: Cannot modify header information - headers already sent by (output started at /home4/joan2011/public_html/includes/classes/observers/class.send_extra_email_at_welcome.php:1) in /home4/joan2011/public_html/includes/functions/functions_general.php on line 45


    /**
    * Redirect to another page or site
    * @param string The url to redirect to
    */
    function zen_redirect($url, $httpResponseCode = '') {
    global $request_type;
    // Are we loading an SSL page?
    if ( (ENABLE_SSL == 'true') && ($request_type == 'SSL') ) {
    // yes, but a NONSSL url was supplied
    if (substr($url, 0, strlen(HTTP_SERVER . DIR_WS_CATALOG)) == HTTP_SERVER . DIR_WS_CATALOG) {
    // So, change it to SSL, based on site's configuration for SSL
    $url = HTTPS_SERVER . DIR_WS_HTTPS_CATALOG . substr($url, strlen(HTTP_SERVER . DIR_WS_CATALOG));
    }
    }

    // clean up URL before executing it
    while (strstr($url, '&&')) $url = str_replace('&&', '&', $url);
    while (strstr($url, '&&')) $url = str_replace('&&', '&', $url);
    // header locates should not have the & in the address it breaks things
    while (strstr($url, '&')) $url = str_replace('&', '&', $url);

    if ($httpResponseCode == '') {
    header('Location: ' . $url);
    session_write_close();
    } else {
    header('Location: ' . $url, TRUE, (int)$httpResponseCode);
    session_write_close();
    }

    exit();
    }

    This is not a template related problem.

    I would back track through your customizations to see where the mistake happened. How did you install zen cart? Did you use an installer or the zc_install in the zip file?

    Thanks,

    Anne

  5. #425
    Join Date
    Nov 2008
    Location
    Ontario, Canada
    Posts
    72
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Thank you, I did manage to find and fix the problem.
    I do have a few more questions for you.

    Is there a way to remove this center piece http://scrapsncompany.com/index.php?main_page=index
    I want to have new products showing there but without the below
    http://prntscr.com/248exj

    Also, I would like to know how to change the "sheffield blue" text (btw love it)
    http://prntscr.com/248fap

    I really want to thank you for such great templates and I will be making a donation soon.

  6. #426
    Join Date
    Nov 2008
    Location
    Ontario, Canada
    Posts
    72
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    I figured out how the change the text...

  7. #427
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by JuzJoJo View Post
    I figured out how the change the text...
    I am happy that you figured it out ;)

    Thanks,

    Anne

  8. #428
    Join Date
    Nov 2008
    Location
    Ontario, Canada
    Posts
    72
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Thank you.
    I also wondered about the main index page, where the tabs new, featured are displayed (center)
    I wanted to remove that..and just have features showing..similar to this layout http://digitalscrapbookinghill.com/custore/
    Is there a way to remove and just have features?

  9. #429
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by JuzJoJo View Post
    Thank you.
    I also wondered about the main index page, where the tabs new, featured are displayed (center)
    I wanted to remove that..and just have features showing..similar to this layout http://digitalscrapbookinghill.com/custore/
    Is there a way to remove and just have features?
    You can remove the tabbed home page modules module.

    Thanks,

    Anne

  10. #430
    Join Date
    Nov 2013
    Posts
    37
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Hello Anne
    Thanks for the help, I had a question at the bottom of this template is the copyright/Powered by Zen Cart.. Could you please tell me where the location of the file is for this?
    I also need help with locating the file It has the following text "<strong>Welcome, Please Sign In</strong> <strong>Note</strong If you have shopped with us before and left something in your cart, for your convenience, the contents will be merged if you log back in. [More Info]" could you help me with the location for this file please..

    Thanks for your help..

 

 
Page 43 of 85 FirstFirst ... 33414243444553 ... LastLast

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 PM

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