Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2010
    Posts
    26
    Plugin Contributions
    0

    Default configure Zen Cart to work with phpBB problems?

    I am now configure Zen Cart to work with phpBB.

    (( I use setp with this link http://www.zen-cart.com/forum/showthread.php?t=12050 ))




    I shop URL is (e.g)
    http://www.myshopname.com.sg/shop

    the forum URL is
    http://www.myshopname.com.sg/forum



    After I edit the /includes/configure.php

    define('DIR_WS_PHPBB', '/phpBB2/');
    to

    define('DIR_WS_PHPBB', '/home/myshopname/public_html/forum/');


    I can see the Forum link at eshop.
    But when I click,
    Show..


    Not Found
    The requested URL /shop//forum/index.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


    The URL show
    http://myshopname.com.sg/shop//forum/index.php


    How can I do ? Please help. Thank you.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: configure Zen Cart to work with phpBB problems

    I believe the proper format would be:

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

  3. #3
    Join Date
    Feb 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: configure Zen Cart to work with phpBB problems

    Thank you for your replay.

    But unfortunately, it still not working.




    define('DIR_WS_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

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



    After I add this, Noting show on shop information.
    Please help. Thank you.

  4. #4
    Join Date
    Feb 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: configure Zen Cart to work with phpBB problems

    In my

    shop/includes/modules/sideboxes/information.php

    Line 28..

    // Forum (phpBB) link:
    if ( (isset($phpBB->phpBB['db_installed_config']) && $phpBB->phpBB['db_installed_config']) && (isset($phpBB->phpBB['files_installed']) && $phpBB->phpBB['files_installed']) && (PHPBB_LINKS_ENABLED=='true')) {
    $information[] = '<a href="' . zen_href_link($phpBB->phpBB['phpbb_url'] . FILENAME_BB_INDEX, '', 'NONSSL', false, '', true) . '" target="_blank">' . BOX_BBINDEX . '</a>';


    How could I change the URL? Please help me.

    Now, Show..The requested URL /shop//forum/index.php

    2 " // " ?

  5. #5
    Join Date
    Apr 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: configure Zen Cart to work with phpBB problems?

    Hi,

    Me too got the same issue. I am trying zen cart and phpbb integration locally.

    Zen Cart is in folder 'C:\xampp\htdocs\ZenCart\'
    and the forum is in folder 'C:\xampp\htdocs\ZenCart\forum'

    Changed the configuration.php file like this.
    define('DIR_WS_PHPBB', 'C:/xampp/htdocs/ZenCart/forum/');

    Now, the forum user information is asked on the registration page and also, the forum link is shown on the side box.

    However, the link to the forum is given as 'http://localhost:8080/ZenCart//ZenCart/forum/index.php' which causes a 404 error. An extra '/ZenCart/' is in the url. please help.

    Thanks in advance.

 

 

Similar Threads

  1. phpBB issues Zen v1.3.9h with phpBB 2.0.23
    By stevefriedman71 in forum General Questions
    Replies: 11
    Last Post: 8 May 2011, 10:02 PM
  2. phpbb linking with zen cart 1.3.7
    By geezer8998 in forum General Questions
    Replies: 0
    Last Post: 6 Aug 2007, 09:31 PM
  3. Configuring Zen To Work With Phpbb
    By DrByte in forum General Questions
    Replies: 168
    Last Post: 7 May 2006, 12:04 AM

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