Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2010
    Posts
    66
    Plugin Contributions
    0

    Default Broke the product webpage link

    So I broke my code somehow somewhere and I'm a little annoyed.

    My link takes me to this

    Code:
    http://http//mysite.ca/cart/index.php?main_page=redirect&action=url&goto=
    the http// should be www. and I punched it in to check and it worked.

    So where is that defined?

    Code:
        <p id="productInfoLink" class="productGeneral"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></p>

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Broke the product webpage link

    includes/configure.php around lines 16-17

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    and similar in admin/includes/configure.php around lines 29-32

    Make sure that

    1. you don't mix up the 2 files - they ARE different
    2. change permissions on the server to writable BEFORE uploading and back to read-only AFTER uploading
    Last edited by frank18; 1 Apr 2010 at 08:08 AM. Reason: yet another typo.....

  3. #3
    Join Date
    Mar 2010
    Posts
    66
    Plugin Contributions
    0

    Default Re: Broke the product webpage link

    I just checked them and the both say
    Code:
    define('HTTP_SERVER', 'http://myDomain.ca');
      define('HTTPS_SERVER', 'https://myDomain.ca');
    So, that doesn't seem to be it...

    What else could it be?


    p.s. thanks for the speedy reply

  4. #4
    Join Date
    Mar 2010
    Posts
    66
    Plugin Contributions
    0

    Default Re: Broke the product webpage link

    Had a thought. I don't need a redirect since its just a link to my own site.

    So how would I code it just to open a link like normal with the 'action=url&goto='?

    (I'm not that knowledgable about php, please help )

  5. #5
    Join Date
    Mar 2010
    Posts
    66
    Plugin Contributions
    0

    Default Re: Broke the product webpage link

    I'm sorry I have to bump this, but I really need help with this.

    I can't have my store without this problem fixed!!!!


 

 

Similar Threads

  1. Products Webpage external link error
    By Two Wheel Trekkers in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 22 Mar 2011, 08:52 AM
  2. "please visit this product's webpage" link trouble
    By Bonkycat in forum Setting Up Categories, Products, Attributes
    Replies: 14
    Last Post: 9 Aug 2009, 11:41 PM
  3. Login Link Broke
    By Chariotz in forum General Questions
    Replies: 4
    Last Post: 9 Apr 2009, 07:12 PM

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