It's weird i know, but there was no error when i installed the product.
This is my config-inc.php :
Quote:
<?php
//**************** External Header Configuration ****************//
if ( !isset($skip_exheader) ) {
include "header-inc.php";
}
// PhotoPost Pro Version Number
$VERSION = "7.0";
// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/home/xxxx/www/gallerie";
$TMPL_PATH = "templates";
//**************** MySQL Database Configuration ****************//
// PhotoPost database host address, or leave as localhost
$host="localhost";
// PhotoPost's database name
$database="photopost";
$mysql_user="xxxx";
$mysql_password="xxxx";
$host_bb="localhost";
$pp_db_prefix = "pp_";
// User database MySQL database name
$database_bb="photopost";
$user_bb="xxxx";
$password_bb="xxxx";
$vblicense = "xxxx";
//**************** Application Configuration ****************//
$pplang = "french";
$mogrify_command = "/usr/bin/mogrify";
?>
|
Did i forget something ?
PS : I reinstalled the product twice, dropping the database each time before reinstall.
PPS : my config-int.php :
Quote:
$vbpath = "/home/xxxx/www/forums";
$pppath = "/home/xxxx/www/gallerie";
$url_path = "http://xxxx.org/gallerie";
$vb_urlpath = "http://xxxx.org/forums";
$data_dir = "http://xxxx.org/gallerie/data";
$pp_db_prefix = "pp_";
define( MOBILE_CAT, -1 );
define(VB3_INTEGRATION, 'on');
define(VB3_ENHANCEDINT, 'on');
define(VB3_COMMWYSIWYG, 'on');
define(VB2_INTEGRATION, 'off');
define(VBP2_INTEGRATION, 'off');
$vbportal="/home/sites/yoursite/web/vbportal";
|
First, vb3 were off, but it didn't work with my vb4 so i turned it on but admin wont work.