Mailing Lists

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 >>

32 thoughts on “Mailing Lists

  1. Vicente V. Lambus Jr

    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

  2. dina

    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

  3. Waldemar Bautista Post author

    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!

  4. dina

    can i change the password of admin.the passwords of voters same or different??how can i control these passwords

  5. Waldemar Bautista Post author

    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.

  6. dina

    I have problem I can insert manual Arabic name but when I use import feature in insert Arabic names to system it refused ????why.

  7. Waldemar Bautista Post author

    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!

  8. Arniel

    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.

  9. Arniel

    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

  10. Waldemar Bautista Post author

    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!

  11. Arniel

    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

    ————————————

    ——————————-

  12. Waldemar Bautista Post author

    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.

  13. Arniel

    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.

  14. Arniel

    You’re welcome sir. Thank you very much for putting the effort into making this opensource project happen.

    wiki

  15. wiki

    Hello! Anyone here?

    No comments for months. I’m, afraid, the developer lost their interest on this project. :(

  16. Pingback: New Support Mailing List | Halalan

  17. Pingback: 1.0.0 Notes | Halalan

Comments are closed.