[Solved]: Help: CPG 1.3 and vb3.0.1 [Solved]: Help: CPG 1.3 and vb3.0.1
 

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]: Help: CPG 1.3 and vb3.0.1

Started by stangman84, June 30, 2004, 03:36:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

stangman84

I tryed all the hacks i still cant login into cpg, when i click on login it throws me back to the forums......


I know its been posted somewhere before the fix but i cant find it....can someone help a n00b out?


Also i am logged into my forums just and Fyi

thanx

Joachim Müller

a link and test account (non-admin) would help. If you're using bridged coppermine it's expected behaviour to be sent to your forum when clicking "login".

Gaugau

stangman84


Joachim Müller

post your cookie settings both in coppermine config and your board, together with the first lines of your bridge file (the line you edited) - make sure to replace your password with asterisks for security reasons.

GauGau

stangman84

Ok im new to this so ahhh can you walk me through it? sorry.....

stangman84

Here is my Bridge file MY Cookie settings on my VB are SET TO "/":

//NOTE : Your vBulletin license number is provided at the top of every php file in your vBulletin installation!
define('VB_CUST_NO', 'XXXXXXX'); // Your vBulletin license number (NOT your customer number)
define('VB_DB_NAME', 'nrizk'); // The name of the database used by the board
define('VB_BD_HOST', 'localhost'); // The name of the database server
define('VB_DB_USERNAME', 'nrizk'); // The username to use to connect to the database
define('VB_DB_PASSWORD', 'XXXXXXXX'); // The password to use to connect to the database

// The web path to your vBulletin Board directory
// In this example http://yoursite_name.com/vbulletin3/
define('VB_WEB_PATH', '/forums/');
// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //
// Prefix and names for the database tables
define('VB_TABLE_PREFIX', ''); // Leave empty, not supported by vBulletin 2.3
define('VB_USER_TABLE', 'user'); // The members table
define('VB_SESSION_TABLE', 'session'); // The sessions table
define('VB_GROUP_TABLE', 'usergroup'); // The groups table
define('VB_COOKIE_PREFIX', '');  // Cookie Prefix, not supported by vBulletin 2

stangman84

Looks like i fixed it, go check it out, but when a user trys to upload to one of the albums they get "Sorry there is no album where you are allowed to upload files "

Joachim Müller

Glad you were able to fix this on your own. The upload issue is not related, so I mark this thread as fixed. It would have been nice for other users who may browse this thread if you would have posted what you did to fix the issue.

We have a "one question per thread" policy on this board, so your question about the user not having an album he could upload to should have gone into a new thread, especially since it's not related to BBS integration at all.
This particular question has been asked (and answered) very often already, read the documentation that comes with coppermine first and then search the forum before posting the same question over and over again. :(

GauGau

stangman84

Ok what i did to fix the issue of being kicked back to the forums when trying to login into CPG,

define('VB_COOKIE_PREFIX', '');  // Cookie Prefix, not supported by vBulletin 2

I changed thE COOKIE PREFIX in the bridge file to "bb"


Thanks for all your help!! :)