Problem with SMF integration Problem with SMF integration
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problem with SMF integration

Started by jazz123, January 01, 2005, 11:57:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jazz123

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.

// 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!

Joachim Müller

take a look at line 62 of smf.inc.php:// Nothing to edit below this line

Joachim