Open GoogleCodeExporter opened 9 years ago
I found a work around. After you install edit header-unlogged.php.
Comment the lines
header("Location:install/index.php");
exit;
as below
if (!is_projectsend_installed()) {
// header("Location:install/index.php");
// exit;
}
Original comment by zja...@gmail.com
on 1 Sep 2014 at 2:06
great that seems to have fixed the issue. Thanks for the help.
Original comment by adskirem...@gmail.com
on 4 Sep 2014 at 10:20
Had same issue and this fixed it for me too.
Original comment by chr...@salesfactorywoodbine.com
on 16 Dec 2014 at 6:31
Works for me also. Thank you!!!
Original comment by rob...@robinzano.com
on 11 Jul 2015 at 9:21
Original issue reported on code.google.com by
adskirem...@gmail.com
on 19 Jun 2014 at 3:00