Open GoogleCodeExporter opened 9 years ago
If you had change the table prefix you have the same issue than I. The quick
solution is comment out this lines in the header-unlogged.php.
/*if (!is_projectsend_installed()) {
header("Location:install/index.php");
exit;
}*/
Original comment by itivig...@gmail.com
on 20 Nov 2014 at 6:11
You can fix this in includes/functions.php line 24 by adding in the table
prefix constant.
Change line 24 to:
$this_table = $database->query("SHOW TABLES LIKE '".TABLES_PREFIX."$table'");
Original comment by acerbus...@gmail.com
on 1 Dec 2014 at 11:40
Original issue reported on code.google.com by
matt.sar...@gmail.com
on 20 Nov 2014 at 2:19