Hi,
I installed power invisionboard 1.2f and coppermine 1.3.0, standalone this 2 are working as they should work.
But when i want to intregrate coppermine by editing /include/init.inc.php and /bridge/invisionboard.inc.php into IPB the urls in the gallery stays the same. ie: when i want to log out from the gallery the url is : http://my.url.to/gallery/logout.php?referer=%2Fgallery%2Findex.php this can't be right ???
here are my 2 edited files : (correct me if i'm wrong)
invisionboard.inc.php :
// database configuration
define('IB_DB_NAME', 'mydbname'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'mylogon'); // The username to use to connect to the database
define('IB_DB_PASSWORD', 'mypassword'); // The password to use to connect to the database
// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', '/forums/');
and init.inc.php :
define('COPPERMINE_VERSION', '1.3.0');
// User database integration
// Uncomment the applicable line if you want to use it
// 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');
i installed it on :
System Windows NT WINTENDONT50 5.0 build 2195
PHP Version 4.3.6
GD
GD Support enabled
GD Version bundled (2.0.22 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
MYSQL
Active Persistent Links 0
Active Links 0
Client API version 3.23.49
Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/5.0
i hope you can help me,
Frans
i had that same problem but i was able to fix by putting . in front of the /forums/ ./forums/
// database configuration
define('IB_DB_NAME', 'mydbname'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'mylogon'); // The username to use to connect to the database
define('IB_DB_PASSWORD', 'mypassword'); // The password to use to connect to the database
// The web path to your Invision Board directory
// In this example http://yoursite_name.com/ivboard/
define('IB_WEB_PATH', './forums/');
or maybe 2 .
hope this helps
cheers