Halalan 1.5.0 Released
Jun 14
Multiple election instances, voter page for viewing/printing/downloading of votes, lots of refactoring, updated system requirements, and dropping of PostgreSQL support.
Download it here.
1.5.0 20100614
———————–
— All changes from 1.5.0-alpha
— Added minor enhancements
— Fixed minor bugs
Jul 27, 2010 @ 16:31:25
BUG REPORT ov version 1.5
accessing the gate(s) via network goes/redirects to http://localhost/... and not the real address of the server
thanks
Jul 27, 2010 @ 16:41:11
Please make sure that the value of $config['base_url'] in system/application/config/halalan.php is the IP address of the server and not localhost (e.g., http://192.168.1.100/halalan/).
Jul 27, 2010 @ 16:42:02
found a fix
on the suggested “generated” halalan.php configuration, there will be a problem on the base_url
it should be
$config['base_url'] = “/halalan/”;
and not
$config['base_url'] = “http://localhost/halalan/”;
Jul 27, 2010 @ 16:49:37
As stated in CodeIgniter’s config.php,
/*
|————————————————————————–
| Base Site URL
|————————————————————————–
|
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH a trailing slash:
|
| http://www.your-site.com/
|
*/
$config['base_url'] = “http://127.0.0.1/CodeIgniter/”;
Your fix might work in some cases but not all. The recommended value here is http or https, then localhost or the IP address, then the path to the installed Halalan.
Jul 27, 2010 @ 18:59:50
ok great.
but, I think we will use the previous version first, we did not encounter problems there.
NOTE:
I can’t upload files, like images, CSV of voters, folders unwrittable, what’s the hack for it?
Jul 28, 2010 @ 21:52:30
i found the fix at the project’s wiki, and used it.
btw, i would like to inform you that the “La Verdad Christian College” (Apalit, Pampanga) —a free college— used your software in its student gov org election today, and they really appreciate your team’s efforts
keep it up
God bless and Thanks be to God!
;)