[Solved]: Just upgraded my phpBB from 2.0.5->2.0.8, but now a problem... [Solved]: Just upgraded my phpBB from 2.0.5->2.0.8, but now a problem...
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: Just upgraded my phpBB from 2.0.5->2.0.8, but now a problem...

Started by erroneus, July 12, 2004, 01:21:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

erroneus

OK, so everything was working fine with CPG 1.3 and phpBB 2.0.5 UNTIL I upgraded my phpBB from 2.0.5 to 2.0.8. I followed the instructions, overwrote the files, and ran /install/upgrade_to_2.0.8.php. It said there were no errors. Everything seems to be working fine, except when I try clicking the "go to administration panel" link in the forum index when I'm already logged in as an Admin, the forum index page refreshes. When I try clicking on Members in CPG main it takes me to the phpBB forum index. What could be wrong?

My gallery is located here: www.lmtchatonline.com/gallery and forum: www.lmtchatonline.com/phpBB2

Joachim Müller

Please understand that we can not support phpBB. The problem you're reporting seems to be clearly a phpBB issue. For details, post a test user account (non-admin) together with the relevant bits from your bridge file (replace the password with asterisks).

GauGau

erroneus

Thing is I can't access the administration panel to add a test user account. It just wont let me access the administration panel, even when I try typing it in manually from any page (/phpBB2/admin/index.php while I'm logged in as an admin). It just takes me to the forum index. But this is an old account of mine so use this one:
login: lunatic
password: blah123

Bridge file bit:

// database configuration
define('PHPBB_DB_NAME', 'lmt'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', 'pimpster'); // The username to use to connect to the database
define('PHPBB_DB_PASSWORD', '******'); // The password to use to connect to the database

// The web path to your phpBB directory
// If your URL to your board is for example 'http://yoursite_name.com/phpBB2/',
// you'll have to set the below var to '/phpBB2/'.
define('PHPBB_WEB_PATH', '/phpBB2/');
// Logout Flag
// the value of this boolean constant depends on your phpBB version:
// If your version of phpBB is 2.0.4 or lower - change the value to FALSE;
// if your version of phpBB is 2.0.5 or newer - leave it as TRUE
define('PHPBB_LOGOUT_GET', TRUE);
// ------------------------------------------------------------------------- //
// You can keep the default values below if your instalation is standard
// ------------------------------------------------------------------------- //
// The prefix for the phpBB cookies
define('PHPBB_COOKIE_PREFIX', 'phpbb2mysql'); // The prefix used for board cookies


Any help would be greatly appreciated.

Joachim Müller

oh, I won't fix your phpBB install for you, don't get this wrong! Even if I wanted to: the link you posted returns
QuoteForbidden
You don't have permission to access /phpBB2/ on this server.
--------------------------------------------------------------------------------
Apache/1.3.27 Server at www.lmtchatonline.com Port 80
for me. Don't bother to post any more data on this case, please get phpBB support on the phpBB support board, not here.

GauGau

erroneus