Advanced search  

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]

Pages: [1]   Go Down

Author Topic: [Solved]: Any install help would be appreciated. Cannot Log in !!  (Read 2769 times)

0 Members and 1 Guest are viewing this topic.

grandmaster

  • Coppermine newbie
  • Offline Offline
  • Posts: 2

http://www.combat-arts.co.uk/gallery/

I have installed the gallery.
But when i click on the link to login i get

Page cannot be displayed. and the link in the address bar is : http://www.combat-arts.co.uk/gallery/login.php?referer=%2Fgallery%2F

My board is installed as a module in PHPNUKE and it was installed by a script.
Everything is in my root folder as in i don't have a seperate folder for PHPBB.
it comes under the modules folder in the root directory.

I have edited the cpg_rdir.php but i still cannot login.

Quote
<?php
if (!$_SERVER['HTTP_HOST']) {
  $cpg_host=$HTTP_SERVER_VARS['HTTP_HOST'];
} else {
  $cpg_host=$_SERVER['HTTP_HOST'];
}
$cpg_path='/gallery';
header("Location: http://".$cpg_host.$cpg_path);
exit;
?>

here is my phpbb.inc.php

Quote
// database configuration
define('PHPBB_DB_NAME', '************'); // The name of the database used by the board
define('PHPBB_BD_HOST', 'localhost'); // The name of the database server
define('PHPBB_DB_USERNAME', '*************'); // 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('http://combat-arts.co.uk','/modules/');  <----------------- i have tried everything in here
// 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', FALSE);
// ------------------------------------------------------------------------- //
// You can keep the default values below if your instalation is standard
// ------------------------------------------------------------------------- //
// The prefix for the phpBB cookies
define('PHPBB_COOKIE_PREFIX', 'phpbb2mysql1'); // The prefix used for board cookies


Any help would be most appreciated as i am pulling what hair i have left out...

Regards

GM
« Last Edit: July 24, 2004, 01:02:27 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Any install help would be appreciated. Cannot Log in !!
« Reply #1 on: July 24, 2004, 12:46:24 pm »

if you have php nuke installed, you should go for "Coppermine for CMS", not the standalone version.

GauGau
Logged

grandmaster

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Any install help would be appreciated. Cannot Log in !!
« Reply #2 on: July 24, 2004, 01:00:08 pm »

Grandmaster <-------------------------MORON!!

Sorry for wasting your time

I appreciate the reply though!!!

 ;D
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.