Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default 1.3.0.5 Upgrade error for PHPbb-forums

    After upgrading from 1.3.0.2 to 1.3.0.5 I found that my customers weren't being added to the forums database. In the previous vision all they had to do is make an account in Zen Cart and then it added them to my forums. Now it’s just not working.... Any Ideas?

    ~Cy


    P.S. My site is www.irozeny.com

  2. #2
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: 1.3.0.5 Upgrade error for PHPbb-forums

    Okay after looking closer I found the answer... if you are having this problem you need to go into your \includes\classes\class.phpbb.php file and go down to...

    Line #45 or so

    function get_phpBB_info() {
    $this->phpBB['db_installed']=false;
    $this->phpBB['files_installed']=false;
    $this->phpBB['phpbb_path']='';
    $this->phpBB['phpbb_url']='';
    $this->phpBB['installed']=false;


    change back to your original...

    function get_phpBB_info() {
    $this->phpBB['db_installed']=true;
    $this->phpBB['files_installed']=ture;
    $this->phpBB['phpbb_path']='/home/*****/public_html/forum/';
    $this->phpBB['phpbb_url']='http://www.*****.com/forum/';
    $this->phpBB['installed']=true;

  3. #3
    Join Date
    Jan 2004
    Posts
    66,380
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 1.3.0.5 Upgrade error for PHPbb-forums

    hard-coding data in the class file is not the best solution.

    your phpBB path should be set in your includes\configure.php file.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Linkage to Forums other than phpBB?
    By JayC in forum General Questions
    Replies: 1
    Last Post: 3 Feb 2009, 03:52 AM
  2. Linking Phpbb forums to Zen Cart
    By threekni in forum General Questions
    Replies: 0
    Last Post: 14 Feb 2007, 04:20 PM

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