(T23) View Polls Logs 1.2
By: -terabyte-
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
| October 29 2008, 05:56 PM | |
|---|---|
| by Inu-Yasha |
Very useful, thank you.
|
| September 6 2008, 10:33 AM | |
| by -terabyte- |
Don't write in this horrible way please >_<
Have you tried to reinstall the mod and re-run UMI installer? |
| September 6 2008, 02:36 AM | |
| by iamdead |
thanks for this mod
i have a little problem, i have uportal installed "maybe that is the reason" upon clicking ( Voters ) i get this: Invalid Poll ID provided the link doesn't provide a poll id /forum/index.php?act=Stats&CODE=t23_vpl&t= thanks in advance |
| June 23 2008, 11:14 AM | |
| by ollee |
yeah thanks a lot, it s working now
although i would have prefered that u tested it first LOL |
| June 23 2008, 09:13 AM | |
| by -terabyte- |
give me the time man.. (i have a real life lol)
Also don't make double/triple posts please. Open mod_install/t23_vpl.xml file and change every string: CODE <conf_end_group></conf_end_group> With: CODE <conf_end_group>0</conf_end_group> Don't know if that will work as i don't have MySQL in strict mode, if it works i'll update the mod to reflect this change. |
| June 22 2008, 10:36 PM | |
| by ollee |
is it fixed?? LOL
|
| June 22 2008, 06:51 PM | |
| by ollee |
QUOTE MySQL Error 1366 in outbound_email and MySQL Strict mode This issue is still a problem. Anyone running their MySQL server in strict mode will continually get errors when inserting values into the outbound_email table. This includes sending notifications to people through scheduling a meeting or even changing the administrative settings. Making people set their server into non-strict mode is NOT OKAY. It is not a solution. I have entered a bug for this issue, though until now I did not know it was related to the strict mode. Please fix this bug ASAP. Defaults should be used any time values are not entered. For the Meetings module, and similar modules, this should be the SYSTEM DEFAULT. For the email settings, this should be regular default values for those fields that are not specified...either table defaults without specifying values in the INSERT statement, or hard-coded defaults from the config file. strict mode issue |
| June 22 2008, 06:40 PM | |
| by ollee |
dude, i am on IIS, mysql5 and php5 with UTF_8......its doesnt like the integer when u gave it a null
|
| June 22 2008, 03:43 PM | |
| by -terabyte- |
How you got this error?
I've just tested the installer on my test board and all is fine |
| June 22 2008, 07:12 AM | |
| by ollee |
CODE =================================================== Date: Sun, 22 Jun 2008 08:16:20 +0100 Error Number: 1366 Error: Incorrect integer value: '' for column 'conf_end_group' at row 1 IP Address: Page: /admin/index.php?adsess=e285d8585018b7d8cb1145a443c63337§ion=components&act=umi&code=work&mod=t23_vpl&step=1&group=45&st=0 mySQL query error: INSERT INTO ibf_conf_settings (conf_title,conf_description,conf_group,conf_type,conf_key,conf_default,conf_ extra,conf_evalphp,conf_protected,conf_position,conf_start_group,conf_end_group,c onf_add_cache) VALUES('Enable the mod?','When the mod is enabled all poll votes are logged in the database.',45,'yes_no','t23_vpl_enable',1,'','',1,1,'Main Settings','',1) =================================================== Date: Sun, 22 Jun 2008 08:16:32 +0100 Error Number: 1366 Error: Incorrect integer value: '' for column 'conf_end_group' at row 1 IP Address: Page: /admin/index.php?adsess=e285d8585018b7d8cb1145a443c63337§ion=components&act=umi&code=work&mod=t23_vpl&step=1&group=45&st=0 mySQL query error: INSERT INTO ibf_conf_settings (conf_title,conf_description,conf_group,conf_type,conf_key,conf_default,conf_ extra,conf_evalphp,conf_protected,conf_position,conf_start_group,conf_end_group,c onf_add_cache) VALUES('Enable the mod?','When the mod is enabled all poll votes are logged in the database.',45,'yes_no','t23_vpl_enable',1,'','',1,1,'Main Settings','',1) =================================================== Date: Sun, 22 Jun 2008 08:16:35 +0100 Error Number: 1366 Error: Incorrect integer value: '' for column 'conf_end_group' at row 1 IP Address: Page: /admin/index.php?adsess=e285d8585018b7d8cb1145a443c63337§ion=components&act=umi&code=work&mod=t23_vpl&step=1&group=45&st=0 mySQL query error: INSERT INTO ibf_conf_settings (conf_title,conf_description,conf_group,conf_type,conf_key,conf_default,conf_ extra,conf_evalphp,conf_protected,conf_position,conf_start_group,conf_end_group,c onf_add_cache) VALUES('Enable the mod?','When the mod is enabled all poll votes are logged in the database.',45,'yes_no','t23_vpl_enable',1,'','',1,1,'Main Settings','',1) =================================================== Date: Sun, 22 Jun 2008 08:18:53 +0100 Error Number: 1366 Error: Incorrect integer value: '' for column 'conf_end_group' at row 1 IP Address: Page: /admin/index.php?adsess=e285d8585018b7d8cb1145a443c63337§ion=components&act=umi&code=work&mod=t23_vpl&step=1&group=46&st=0 mySQL query error: INSERT INTO ibf_conf_settings (conf_title,conf_description,conf_group,conf_type,conf_key,conf_default,conf_ extra,conf_evalphp,conf_protected,conf_position,conf_start_group,conf_end_group,c onf_add_cache) VALUES('Enable the mod?','When the mod is enabled all poll votes are logged in the database.',46,'yes_no','t23_vpl_enable',1,'','',1,1,'Main Settings','',1) whats happening here?? |