Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Forum Integration issues ... (http://www.bvlist.com/showthread.php?t=4489)

pennst26 12th February 2010 05:30

Forum Integration issues ...
 
Need some help here...
Initial install went smoothly , and I was hoping integrating the forums would also..
Nope
After I installed phpBB3 , everything works fine in both forums and pmbt, but they are not linked... for example
If I click on forums it leads to very generic page with an error at the bottom.
Also when you hover or click index... URL is incorrect.
Code:

yourdomain.com

A short text to describe your forum
Skip to content

 
Advanced search





Code:

Fatal error: Call to undefined method dbal_mysqli::sql_numrows() in /site/phpmybt/include/cleanup.php on line 44
Code:

URL on mouseover = http://******/phpmybt//phpmybt/phpBB.php?page=index.php
Should be = http://*******/phpmybt/phpBB3/index.php

I tried messing with the settings on pmbt and phpbb3 and no luck
Hope I gave enough info

joeroberts 12th February 2010 05:34

try use this
ok replace phpBB3/rewrite.php with this
[code] /*
*-------------------------------phpMyBitTorrent--------------------------------*
*--- The Ultimate BitTorrent Tracker and BMS (Bittorrent Management System) ---*
*-------------- Created By Antonio Anzivino (aka DJ Echelon) --------------*
*------------- http://www.p2pmania.it -------------*
*------------ Based on the Bit Torrent Protocol made by Bram Cohen ------------*
*------------- http://www.bittorrent.com -------------*
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
*-- This program is free software; you can redistribute it and/or modify --*
*-- it under the terms of the GNU General Public License as published by --*
*-- the Free Software Foundation; either version 2 of the License, or --*
*-- (at your option) any later version. --*
*-- --*
*-- This program is distributed in the hope that it will be useful, --*
*-- but WITHOUT ANY WARRANTY; without even the implied warranty of --*
*-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --*
*-- GNU General Public License for more details. --*
*-- --*
*-- You should have received a copy of the GNU General Public License --*
*-- along with this program; if not, write to the Free Software --*
*-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --*
*-- --*
*------------------------------------------------------------------------------*
*------

pennst26 12th February 2010 05:48

thanks for the fast reply.
I apologize if this has been covered already elsewhere, I did search around for an answer.

This definately changed it up, but now URL points to
Code:

http://******/phpBB.php?page=index.php
I'm lost here I'm afraid. I assumed it was supposed to load the forum index page when you click on forum img in "Home"
which is /phpmybt/phpBB3/index.php
but either way, the Board Index link leaves off the phpmybt dir now and points to phpBB.php

Sorry if this is me overlooking something silly.

joeroberts 12th February 2010 05:51

change
Code:

        $rewrite_search2[] = $phpbb_root_path;
        $rewrite_replace2[] = "/phpBB3/";

to
Code:

        $rewrite_search2[] = $phpbb_root_path;
        $rewrite_replace2[] = "/phpmybt/phpBB3/";


pennst26 12th February 2010 06:07

good fix joe, good fix
the sql error still exists, but I wonder if that is from me deleting and reinstalling 2wice =P

So, do members need to be added to both? or is it auto now?

joeroberts 12th February 2010 06:18

members well be auto generated on comfermation
what sql error you talking about?


All times are GMT +2. The time now is 01:13.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.