For more information, general discussion. and announcements, join this mailing list. Bug reports, support requests, patches, and feature requests are also accommodated.
For the latest news on Halalan development, you can browse this mailing list.
HP0-M101 >>
C2090-620 >>
70-411 >>
NS0-157 >>
300-135 >>
GD0-110 >>
S10-101 >>
70-692 >>
1K0-001 >>
70-461 >>
C_TSCM42_65 >>
TB0-123 >>
9L0-521 >>
300-115 >>
117-201 >>
3I0-012 >>
010-151 >>
1Z0-408 >>
CQA >>
101-400 >>
HD0-100 >>
CGEIT >>
C_HANAIMP142 >>
642-998 >>
VCP550 >>
1Z0-809 >>
1Z0-851 >>
9L0-012 >>
70-385 >>
1Y0-201 >>
ICYB >>
117-303 >>
PMI-RMP >>
810-403 >>
PMP >>
640-911 >>
M70-101 >>
200-310 >>
CISM >>
BCCPA >>
600-460 >>
1Y0-253 >>
NCLEX-PN >>
PEGACSA71V1 >>
A00-211 >>
1Z0-064 >>
C2150-197 >>
070-516 >>
500-260 >>
1Z0-533 >>
1Z0-228 >>
ADM-211 >>
200-120 >>
JN0-696 >>
300-070 >>
70-236 >>
642-997 >>
1Z0-061 >>
EX0-112 >>
C_TSCM52_66 >>
1Z0-808 >>
ICGB >>
642-996 >>
70-470 >>
312-49V8 >>
HP2-Z34 >>
70-488 >>
Hi thank you for this opensource program. But I have a problem. I have all the necessary requirements PHP 5.x MYSQL 5.x and GD 2.x and i’m running apache. When I do the install the page only loads partially the form. The form loads only up to the administrator settings. I can’t continue any more with the settings. I following the installation strictly. What could be wrong? Thanks
Hello. Thank you for trying out Halalan. Can you post a screenshot of the whole page? Thanks.
Hello Waldemar,
The link is unaccessible from the outside. Can you give me your email so I can attach an image? Thanks
i have the same problem The form loads only up to the administrator settings. I can’t continue any more with the settings?? what should i do
Hi, please maku sure you have the mbstring extension in your PHP installation. If you have it installed and you’re still encountering this problem, please don’t hesistate to notify us. Thank you!
thank you so much. Now it’s working :-))
Welcome. That’s great!
can i change the password of admin.the passwords of voters same or different??how can i control these passwords
At present, you can only change the admin password directly in the database using the following command in MySQL prompt.
UPDATE admins SET password = sha1(‘your password’) WHERE username = ‘admin’;
This will change in the near future.
The passwords for the voters can be generated when the election is not running at Voters -> Export Voters. When the election is running, the password of a voter can be regenerated at the admin home.
I have problem I can insert manual Arabic name but when I use import feature in insert Arabic names to system it refused ????why.
Do you have a sample file that you can share so we can test it? Thanks.
12345, ????, ???????
i try to send to you but it appears ????????
1259,????,????
Can you please upload your sample file somewhere and share the link? Or you can send it to halalan@googlegroups.com. Thank you.
Hi. I’ve tested your file and it’s working. Please make sure your tables have utf8 as character set and utf8_general_ci as collation. You can change your voters table by using the commands below.
# command start
ALTER TABLE `voters` CHANGE `username` `username` VARCHAR( 63 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
CHANGE `password` `password` CHAR( 40 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
CHANGE `pin` `pin` CHAR( 40 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ,
CHANGE `first_name` `first_name` VARCHAR( 63 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,
CHANGE `last_name` `last_name` VARCHAR( 31 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL
# command end
In the future, we will explicitly set this options during installation. Thank you for the notification!
Hi !
thank you very for this useful program!
I just want to report some issues that i encountered.
1. after entering the confirmation pin the program does not show the “THANK YOU FOR VOTING PAGE” instead it return 404 error page not found,
2, drop down menu is not functioning well, usually I need to refshed the page to make it work.
Hi, can you provide screenshots illustrating the problems? You can email them to halalan@googlegroups.com or upload them to your favorite image hosting service and paste the links here. Thanks!
hi! Thank you for the immediate response..
I uploaded some videos to youtube to replicate the actual problems..
1. 404 error page not found after pin confirmation
http://www.youtube.com/watch?v=ZHvOZBXPudQ
2. erratic menus from the admin page.
http://www.youtube.com/watch?v=nB-9EHJZHgQ
3. 404 error page not found when going to voters list continuation page.
http://www.youtube.com/watch?v=W2ifQYj_7mE
Thank you and more power..
wiki
Another bug I found,
SCENARIO : when creating voters login credential using import and export:
PROBLEM : I set my config to 4 digits pin and 6 digits password all numeric.. but some of the generated passwords and pins are not in the same number of digits.
thanks
Hi, I’m sorry I can’t reproduced problem 1. It’s working fine in a LAMP environment. Maybe you have some server configurations which are causing this. Regarding problems 2 and 3, the appending of “.html” to the URL is causing this. Please check url_suffix in your config.php. It should be empty.
About the generation of passwords and pins, please share your halalan.php. I can’t also reproduced this.
Thanks!
Hi Sir,
* Issue 1 , maybe, this issue is in connection with my current web server used.
Web server installed in a Dlink DNS-320 with funplug 0.7
– lighttpd/1.4.32
– Database client version: libmysql – 5.5.28
– PHP extension: mysqli
– Protocol version: 10
– Server type: MySQL
* Issue 2 and 3 was successfully fixed by removing url_suffix in your config.php.
* Issue 4: generation of passwords and pins. Please refer to my halalan.php
————————————
——————————-
here is the link of my halalan.php
https://docs.google.com/file/d/0B14nm-SB5YpabFJvS0E5eWtZZTQ/edit?usp=sharing
Thank you,
Arniel
This is just a hunch but maybe you have a zero as the rightmost digit of the passwords/pins and it is being removed by your spreadsheet application when viewing the CSV. Trying opening the CSV using a simple text editor to confirm this. Thanks.
I already tried to view the csv file through a simple text editor, it shows just the same output. BTW, it also generates pin and password in 2 digits. Please refer to the actual generated file..
https://docs.google.com/file/d/0B14nm-SB5YpaYlNQLU9CWHkzbkU/edit?usp=sharing
Thanks
Another issue when generating username and password through import and export method, the system refuses a whole voters block to login.. the only way we can do is to regenerate the password and pin again..
Thank you.
Thank for these reports. We can’t reproduce them as of now. But we’ll still continute investigating them.
You’re welcome sir. Thank you very much for putting the effort into making this opensource project happen.
wiki
Hi!
404 error page not found after pin confirmation
http://www.youtube.com/watch?v=ZHvOZBXPudQ
The above issues has now been resolved after changing my web server to a complete standalone web server powered by clearos.
Arniel
Hello! Anyone here?
No comments for months. I’m, afraid, the developer lost their interest on this project. :(
Pingback: New Support Mailing List | Halalan
Pingback: 1.0.0 Notes | Halalan