Almost given up trying to get coppermine 1.3.2 and vb3.0.3 to work, please help Almost given up trying to get coppermine 1.3.2 and vb3.0.3 to work, please help
 

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

Almost given up trying to get coppermine 1.3.2 and vb3.0.3 to work, please help

Started by warmonger, October 26, 2004, 07:13:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

warmonger

Hi,

I think ive read every thread regarding the integration process and for me it just doesnt work. The problems im getting are as follows:

1)  If i attempt to login at http://www.gamerscurse.com/gallery/index.php? it throws me back to  http://www.gamerscurse.com/index.php? and i must login there. Ok once ive done that i hit the gallery link again and yes im logged in. If i attempt to logout using the link in coppermine i get "An error occurred while attempting to log you out. Click here to log out" on the main index. There is a solution to that which works for every other section of the site which i have implemented but coming from the gallery it refuses to work. Lets say im logged in though, that brings me to the other problems...

2) As an admin or as a user i cannot upload files. I get "Invalid action for form creation." Now ive read all the relevant posts but there doesnt seem to be a definative answer on this one...

3) The Users option goes to vb control panel for some unknown reason.

All of these problems have been highlighted before but i cant find "definative" answers


My settings are:

define('VB_CUST_NO', '********'); // Your vBulletin license number (NOT your customer number)

...and yes i have the correct number starting with the L

define('VB_DB_NAME', '**********'); // The name of the database used by the board
define('VB_BD_HOST', 'localhost'); // The name of the database server
define('VB_DB_USERNAME', '**********'); // The username to use to connect to the database
define('VB_DB_PASSWORD', **********'); // 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', '/');
// ------------------------------------------------------------------------- //
// 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', 'bb');  // Cookie Prefix, not supported by vBulletin 2

define('COPPERMINE_VERSION', '1.3.2');
// User database integration
// Uncomment the applicable line if you want to use it
define('UDB_INTEGRATION', 'vbulletin3');
// define('UDB_INTEGRATION', 'phpbb');
// define('UDB_INTEGRATION', 'invisionboard');
// define('UDB_INTEGRATION', 'vbulletin23');
// define('UDB_INTEGRATION', 'vbulletin30');
// define('UDB_INTEGRATION', 'yabbse');
// define('UDB_INTEGRATION', 'smf');
// define('UDB_INTEGRATION', 'woltlab21');
// define('UDB_INTEGRATION', 'punbb');

Cookie and HTTP Header Options

Path to save cookies : /
Cookie Domain : (blank)

I setup a test user account

username : testgallery
password : gallerytest

Any help is appreciated

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fimg.photobucket.com%2Falbums%2Fv484%2Fcheapncheerful%2Fusergroups1.gif&hash=17f92d49f962880e7e96e7c3457ac447d0ab6966)

warmonger


warmonger


Joachim Müller

set the cookie path to "/" (without the quotes).
Try setting define('VB_WEB_PATH', '/');todefine('VB_WEB_PATH', '');

Joachim

warmonger

i had that set intiallly, and i think it effects loggin out, but it doesnt solve the problem in uploading images.

warmonger

I set debug to on and get a whole pile of

Notice: Use of undefined constant CUSTOMIZE_UPLOAD_FORM - assumed 'CUSTOMIZE_UPLOAD_FORM' in /home/httpd/vhosts/gamerscurse.com/httpdocs/gallery/upload.php on line 31

errors, all for upload.php.


Joachim Müller

those are no errors, those are notices (and can be safely ignored for those who don't understand them, they're meant for developers only). Disable notices display in coppermine config (at the very bottom of the screen) and you should be fine.
Does your posting mean that you finally managed to get bbs integration working? If yes, then this thread is solved and you're basically struggeling with another issue (that should be discussed on another thread).

Joachim

warmonger

nup i still havent got it working, perhaps i should go back to an old version like 1.2.1 or something. Is there a version that seems to work more often than not.

Joachim Müller


owen100

Interested in this solution as I have the same problem using the same versions. Have searched the posts and seen it mentioned a few times but not solved previously as 1.3.X was in beta stages.

As an admin or as a user i cannot upload files. I get "Invalid action for form creation."