11-19-2015, 08:58 AM
Using ODM v 1.3.4 and InExp v 1.5
getting this error after uploading files
Notice: Undefined index: db_prefix in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\data\localweb\plug-ins\InExp\InExp_class.php on line 59
line 59 is this
$stmt->execute(array(':table' => '%' . $_SESSION['db_prefix'] . 'odmsys' . '%'));
any ideas on how to fix this error?
getting this error after uploading files
Notice: Undefined index: db_prefix in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\data\localweb\plug-ins\InExp\InExp_class.php on line 59
line 59 is this
$stmt->execute(array(':table' => '%' . $_SESSION['db_prefix'] . 'odmsys' . '%'));
any ideas on how to fix this error?