Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Need help configuring phpBB

    ok, phpBB linkage is definitely enabled in Admin>my store.

    here is the code from the configure.php file I have

    Code:
      define('DIR_WS_PHPBB', '/home/vstore/public_html/vforum/');
    
    // * 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/
      define('DIR_FS_CATALOG', '/home/vstore/public_html/');
    I've also tried just using '/vforum/' too and that doesn't work either.

    My store is in the root public_html and my phpBB is in a subdirectory of that called 'vforum'

    Thank you!!!
    "The Air Force pinned a medal on me for killing a man and discharged me for making love to one." - Leonard Matlovich

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

    Default Re: Need help configuring phpBB

    Try this:
    Code:
      define('DIR_WS_PHPBB', 'vforum/');
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Need help configuring phpBB

    hmm, no this didn't work either, i also tried

    Code:
    define('DIR_WS_PHPBB', 'home/vstore/public_html/vforum/');
    which didn't work either... could it be something wrong with one of the files used to define the name and/or path to phpBB??

    thanks
    "The Air Force pinned a medal on me for killing a man and discharged me for making love to one." - Leonard Matlovich

  4. #4
    Join Date
    Aug 2007
    Location
    Eugene, OR
    Posts
    162
    Plugin Contributions
    0

    Default Re: Need help configuring phpBB

    I got it to work now. For the record:

    I changed configure.php content from:

    define('DIR_FS_CATALOG', '/');

    to:
    define('DIR_FS_CATALOG', '/usr/home/ug17p1/htdocs/shop/');

    I also noticed I was having trouble uploading the newly adjusted configure.php file since the original version on the server was CHMODed "444" (for security reasons). So I first had to change the CHMOD for the server version to "744", THEN I uploaded the modified version, and there was no problem at all. (Make sure to change it back to 444 after uploading).

    Now the Information box on my front page magically has a "forum" link in it. Pluse the new user registration page in ZC has an additional field for entering a "Forum Nick Name" to be used in the forum.

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

    Default Re: Need help configuring phpBB

    I hate to change what works but the following is the normal notation:
    Code:
    define('DIR_FS_CATALOG', '/');
    
    to:
    define('DIR_FS_CATALOG', '/shop/');
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v151 Need help configuring for my tax situation
    By dysfunctional in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 1
    Last Post: 13 Oct 2013, 08:53 PM
  2. Configuring Zen To Work With Phpbb
    By DrByte in forum General Questions
    Replies: 168
    Last Post: 7 May 2006, 12:04 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