Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2009
    Posts
    4
    Plugin Contributions
    0

    help question How to fix wrong URL for link to phpBB?

    Hello .. I've done some looking and some searching and some swearing and some hair pulling out (my own) and I cannot seem to find where the setting is that controls the link from my zen cart to my forums.


    Currently, instead of doing this:
    http://theillusioner.com/forums

    When I click the 'forums' link on my store, it goes here:
    http://theillusioner.com/store//forums/index.php

    I'm pretty sure that I set it up wrong when I was configuring the store and now I'm trying to fix it.

    Where do I work this magic?

    I'm not overly technical but am not afraid to break open dreamweaver and change things if I need to do so.

    Thanks so much in advance for any advice.

    -The Illy

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to fix wrong URL for link to phpBB?

    What is the entry in your configure.php file for this?
    Code:
      define('DIR_WS_PHPBB', '/');

  3. #3
    Join Date
    Jul 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: How to fix wrong URL for link to phpBB?

    Well .. I went poking and found this:

    define('DIR_WS_PHPBB', '/home/theillusioner/theillusioner.com/forums')

    Should I link it more directly with this: http://theillusioner.com/forums

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to fix wrong URL for link to phpBB?

    Should I link it more directly with this: http://theillusioner.com/forums
    Quoted from the configure file - emphasis mine
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    So try the following:
    Code:
    define('DIR_WS_PHPBB', 'forums/');

  5. #5
    Join Date
    Jul 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: How to fix wrong URL for link to phpBB?

    Okay .. I tried that and I really appreciate the help. I feel like I'm in the wrong thread now or is getting the forums link working considered customization? I don't want to get in trouble.

    I can take this to another thread if I need to. The code suggestion didn't work as anticipated. I probably did something wrong although I thought all I did was copy over what was there with the new code. Now there's no link at all to the forums on the store site.

    I don't know. Maybe I should just reinstall everything.


    I have the forums at this URL:
    http://theillusioner.com/forums/

    I have the store at this URL:
    http://theillusioner.com/store/

    I have this in the configure.php file:


    Code:
      define('DIR_WS_PHPBB', 'forums/');
    
    //

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to fix wrong URL for link to phpBB?

    What version of phpbb do you have??

  7. #7
    Join Date
    Jul 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: How to fix wrong URL for link to phpBB?

    Yeah, that would be helpful to know. Sorry for not including that previously.

    phpBB 3.0.5

    I believe that's the latest version. Did I miss something obvious?

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: How to fix wrong URL for link to phpBB?

    Leave the configure as is for it is correct for where you have this but get this for phpbb3.x and review thread

    DrByte's post #1
    http://www.zen-cart.com/forum/showthread.php?t=111251

  9. #9
    Join Date
    Dec 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: How to fix wrong URL for link to phpBB?

    I had to define mine
    define('DIR_WS_PHPBB', /../'phpbb/');
    to get it to work properly on my site

    if you are using godaddy you may have to do the same

 

 

Similar Threads

  1. Admin link to preview cart wrong URL
    By stuffdone in forum Installing on a Linux/Unix Server
    Replies: 11
    Last Post: 16 Jan 2011, 01:36 AM
  2. PHPbb3 link double slash and wrong URL
    By Makoshark in forum General Questions
    Replies: 0
    Last Post: 2 Jun 2010, 04:10 PM
  3. phpbb link entered wrong
    By crsr in forum General Questions
    Replies: 5
    Last Post: 20 Jan 2008, 10:46 PM
  4. Checkout link has wrong url
    By aphilips in forum Basic Configuration
    Replies: 4
    Last Post: 17 May 2006, 12:48 AM

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