Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Problem with SMF integration  (Read 2687 times)

0 Members and 1 Guest are viewing this topic.

jazz123

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Problem with SMF integration
« on: January 01, 2005, 11:57:47 am »

I'm using cpg 1.3.2 .  I'm trying to integrate with SMF 1.0 and have been working on this for hours.  I'm having a problem with line 558 of smf.inc.php.

Code: [Select]
// Define wheter we can join tables or not in SQL queries (same host & same db or user)
define('UDB_CAN_JOIN_TABLES', (SMF_DB_HOST == $CONFIG['dbserver'] && (SMF_DB_NAME == $CONFIG['dbname'] || SMF_DB_USERNAME == $CONFIG['dbuser'])));
// Connect to SMF Database if necessary

Can someone help me with this line?

Thanks!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Problem with SMF integration
« Reply #1 on: January 01, 2005, 12:39:28 pm »

take a look at line 62 of smf.inc.php:
Code: [Select]
// Nothing to edit below this line
Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 15 queries.