Fatal error :
There was an error while processing a database query.
While executing query "SELECT id as user_id, name as user_name, mgroup FROM `tampi2_digital`.ibf_members WHERE id='0' AND password='*'" on 0
mySQL error: Unknown column 'password' in 'where clause'
invisionboard.inc
// database configuration
define('IB_DB_NAME', 'tampi2_digital'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'tampi2'); // The username to use to connect to the database
define('IB_DB_PASSWORD', '******'); // 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', './foro/');
// ------------------------------------------------------------------------- //
// You can keep the default values below if your installation is standard
// ------------------------------------------------------------------------- //
// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', '/'); // The prefix used for board cookies
init.inc
define('COPPERMINE_VERSION', '1.3.2');
// 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');
// define('UDB_INTEGRATION', 'punbb');
if (!defined('IN_COPPERMINE')) die('Not in Coppermine...');
// Start output buffering
ob_start();
// Report all errors except E_NOTICE
// This is the default value set in php.ini
// error_reporting (E_ALL ^ E_NOTICE);
error_reporting(E_ALL);
http://forum.coppermine-gallery.net/index.php?topic=10554.0
http://forum.coppermine-gallery.net/index.php?topic=12389.0
Please search before posting in the future.
Joachim