Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2005
    Posts
    33
    Plugin Contributions
    0

    Default A small phpBB problem (I think)

    I have just enabled the forum at my page (www.csstemplateheaven.com) Everything works fine except the forum link in the information box. If you click it you get the serverpath in the adressfield, help is appreciated

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

    Default Re: A small phpBB problem (I think)

    Post your entry for this that is in your configure.php file
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2005
    Posts
    33
    Plugin Contributions
    0

    Default Re: A small phpBB problem (I think)

    define('DIR_WS_PHPBB', '/home/C/csstempl/www/forum/');

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

    Default Re: A small phpBB problem (I think)

    If this is located where I think it is from your post try changing it to this:
    Code:
    define('DIR_WS_PHPBB', '/forum/');
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Nov 2005
    Posts
    33
    Plugin Contributions
    0

    Default Re: A small phpBB problem (I think)

    I have tried but nothing works if I do it like that

  6. #6
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: A small phpBB problem (I think)

    if you hover over the forum link in your info sidebox you see thisnote the extra /
    could you post your configure.php without user/password of course
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

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

    Default Re: A small phpBB problem (I think)

    OK I just did this locally and this is the result for the configure.php entry:
    Code:
      define('DIR_WS_PHPBB', 'phpbb/');
    My directory for the forum sits with the Zen Cart files in a folder named phpbb

    You have it installed with/in a folder named "forum"

    so change what I incorrectly posted earlier to:
    Code:
    define('DIR_WS_PHPBB', 'forum/');
    And see if that corrects it. This is due to the heading in the configure.php file for these entries that states:
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    And not as the next set of entries requires which is this:
    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    Which is what you are attempting with:
    Code:
    	define('DIR_WS_PHPBB', '/home/C/csstempl/www/forum/');
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: A small phpBB problem (I think)

    These are a couple of the lines from my config file
    Code:
    define('DIR_FS_CATALOG', '/home/staband/public_html/');
    
    define('DIR_WS_PHPBB', '/home/staband/public_html/forum/');
    Maybe this will help......
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #9
    Join Date
    Nov 2005
    Posts
    33
    Plugin Contributions
    0

    Default Re: A small phpBB problem (I think)

    Thanks for the help

    I removed the / before "forum" and it works perfect now.

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

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

    Default Re: A small phpBB problem (I think)

    I removed the / before "forum" and it works perfect now.
    Sorry for the initial mis lead on this
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. browser problem. i think
    By silentsigma in forum General Questions
    Replies: 5
    Last Post: 19 Jan 2010, 06:13 AM
  2. CSS Problem i think ??
    By gmrm in forum General Questions
    Replies: 3
    Last Post: 11 Jan 2010, 12:58 PM
  3. phpBB problem
    By Ripper in forum General Questions
    Replies: 0
    Last Post: 10 Oct 2007, 03:40 PM
  4. checkout_shipping problem I think
    By TheWetFish in forum Built-in Shipping and Payment Modules
    Replies: 15
    Last Post: 31 May 2006, 04:51 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