mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
Feature 1244 : bug fix
functions_mysql.inc.php must be loaded for install git-svn-id: http://piwigo.org/svn/trunk@4326 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -375,7 +375,6 @@ INSERT INTO '.$table_name.'
|
||||
}
|
||||
$query .= ')';
|
||||
}
|
||||
Log::getInstance()->debug($query);
|
||||
pwg_query($query);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -182,6 +182,7 @@ if (@file_exists($config_file))
|
||||
$prefixeTable = $table_prefix;
|
||||
include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
|
||||
@include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
|
||||
include(PHPWG_ROOT_PATH . 'include/dblayer/functions_mysql.inc.php');
|
||||
include(PHPWG_ROOT_PATH . 'include/constants.php');
|
||||
include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
|
||||
include(PHPWG_ROOT_PATH . 'admin/include/functions.php');
|
||||
|
||||
Reference in New Issue
Block a user