error intergration vb3.0.0 & coppermine 1.2.1 error intergration vb3.0.0 & coppermine 1.2.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

error intergration vb3.0.0 & coppermine 1.2.1

Started by hkboi, December 31, 2004, 07:05:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hkboi

hi i've got a vb portal and forum running v 3.0.0
the gallery is linked from the portal to http://mysite/coppermine
i Need Tutorial and attachment for intergration vb3.0.0 & coppermine 1.2.1
thanks


hkboi

thanks

also how do i put random pics in my portal?? for vb

i got this error after completing all steps required

Parse error: parse error, unexpected T_STRING in /home/hktwins/public_html/coppermine/bridge/vbulletin.inc.php on line 26

Nibbler


hkboi

i've edited  the
The name of the database used by the board
The name of the database server
The username to use to connect to the database
The password to use to connect to the database

and also
// 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/');



Nibbler

You claim to be running vb3, so why are you using the vb2.3 bridge file ?

hkboi

well the bridge was in the coppemine file 1.2.1
so which version of coppermine am i suppose to be using?

kegobeer

Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

hkboi

but u know what u did wrong?
is says something bout lin 26

kegobeer

Quotebut u know what u did wrong?

I don't understand what you are asking.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

hkboi

i got this error after completing all steps required

Parse error: parse error, unexpected T_STRING in /home/hktwins/public_html/coppermine/bridge/vbulletin.inc.php on line 26

Nibbler

Yes - you mistyped something, which is why I asked you to post your changes in the first place, which you have still not done.

hkboi

i've edited  the
The name of the database used by the board
The name of the database server
The username to use to connect to the database
The password to use to connect to the database

and also
// 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/');

i cant get the original version of what i changed cos i overwrote it with coppermine 1.3.2 uploading now
bascially that is what i edited in 1.2.1
but dunno what went wrong
followed all instructions

by the way where do i find my vb licence number
cant find it in installls


hkboi

// database configuration
define('hktwins_forum, 'vbulletin23'); // The name of the database used by the board
define('localhost', 'localhost'); // The name of the database server
define('myusername', 'root'); // The username to use to connect to the database
define('***private', ''); // The password to use to connect to the database

// The web path to your vBulletin Board directory
// In this example http://yoursite_name.com/vbulletin23/
define('http://www.hktwins.000k.net', '/forums/');

Nibbler

There you see - you missed an apostrophe at the end of your database name, and you have changed the left hand side of the defines instead of the right hand side.


define('VB_DB_NAME', 'hktwins_forum'); // The name of the database used by the board
define('VB_BD_HOST', 'localhost'); // The name of the database server
define('VB_DB_USERNAME', 'root'); // The username to use to connect to the database
define('VB_DB_PASSWORD', '***private'); // The password to use to connect to the database


Now all you need to do is upgrade to 1.3.2 and make the changes to vbulletin30.inc.php which you will find in the bridge directrory of the updated package.

hkboi

kk
but i'm uploading 1.3.2 now
cant do much
but i dunno where to find my licence number
they said in install file
but so many!!