forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: hkboi on December 31, 2004, 07:05:35 am

Title: error intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on December 31, 2004, 07:05:35 am
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
Title: Re: Need Tutorial and attachment for intergration vb3.0.0 & coppermine 1.2.1
Post by: Tranz on December 31, 2004, 07:10:27 am
http://coppermine.sourceforge.net/manual.php#integrating
Title: Re: Need Tutorial and attachment for intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on December 31, 2004, 08:14:51 am
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
Title: Re: Need Tutorial and attachment for intergration vb3.0.0 & coppermine 1.2.1
Post by: Nibbler on December 31, 2004, 01:35:57 pm
You edited something wrongly - post what you have changed.
Title: Re: Need Tutorial and attachment for intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on January 01, 2005, 11:30:37 am
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/');

Title: Re: Need Tutorial and attachment for intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on January 02, 2005, 01:08:28 am
Help ppl hello
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: Nibbler on January 02, 2005, 01:24:27 am
You claim to be running vb3, so why are you using the vb2.3 bridge file ?
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on January 02, 2005, 01:27:57 am
well the bridge was in the coppemine file 1.2.1
so which version of coppermine am i suppose to be using?
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: kegobeer on January 02, 2005, 01:28:52 am
Upgrading to 1.3.2 would be a good start.
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on January 02, 2005, 01:29:53 am
but u know what u did wrong?
is says something bout lin 26
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: kegobeer on January 02, 2005, 01:33:57 am
Quote
but u know what u did wrong?

I don't understand what you are asking.
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on January 02, 2005, 01:35:51 am
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
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: Nibbler on January 02, 2005, 01:45:16 am
Yes - you mistyped something, which is why I asked you to post your changes in the first place, which you have still not done.
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on January 02, 2005, 01:51:25 am
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
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: Nibbler on January 02, 2005, 01:56:13 am
Post the actual code !
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on January 02, 2005, 02:00:06 am
// 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/');
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: Nibbler on January 02, 2005, 02:01:23 am
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.

Code: [Select]
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.
Title: Re: error intergration vb3.0.0 & coppermine 1.2.1
Post by: hkboi on January 02, 2005, 02:04:19 am
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!!