bugphpGroupWare - Bugs: bug #18604, polls broken when no polls are...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #18604: polls broken when no polls are created

Submitter:  Caeies <Caeies>
Submitted:  Wed 27 Dec 2006 11:38:37 PM UTC
   
 
Category:  polls Item Group:  SVN trunk (dev code)
Severity:  3 - Normal Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  SVN Operating System:  None
Reproducibility:  None Planned Release:  0.9.18.000
Fixed Release: 

Wed 27 Dec 2006 11:38:37 PM UTC, original submission:  

Fatal Error*
select count(*) from phpgw_polls_user where user_id='3' and poll_id=''

Fichier: /path/to/phpgroupware/phpgwapi/inc/class.db.inc.php
line*: 256
back trace*

Please include the following output when you report this incident on our bug tracker - https://savannah.gnu.org/bugs/?group=phpgroupware*

ERREUR:  Syntaxe en entrée invalide pour l'entier : ""
Array
(
    [0] => Array
        (
            [function] => phpgw_handle_error
            [args] => Array
                (
                    [0] => 256
                    [1] => select count(*) from phpgw_polls_user where user_id='3' and poll_id=''
ERREUR:  Syntaxe en entrée invalide pour l'entier : ""
                    [2] => /path/to/phpgroupware/phpgwapi/inc/class.db.inc.php
                    [3] => 256
                    [4] => **error_handler_content_data**
                )

        )

    [1] => Array
        (
            [file] => /path/to/phpgroupware/phpgwapi/inc/class.db.inc.php
            [line] => 256
            [function] => trigger_error
            [args] => Array
                (
                    [0] => select count(*) from phpgw_polls_user where user_id='3' and poll_id=''
ERREUR:  Syntaxe en entrée invalide pour l'entier : ""
                    [1] => 256
                )

        )

    [2] => Array
        (
            [file] => /path/to/phpgroupware/polls/inc/functions.inc.php
            [line] => 38
            [function] => db->query
            [args] => Array
                (
                    [0] => select count(*) from phpgw_polls_user where user_id='3' and poll_id=''
                    [1] => 38
                    [2] => /path/to/phpgroupware/polls/inc/functions.inc.php
                )

        )

    [3] => Array
        (
            [file] => /path/to/phpgroupware/polls/inc/functions.inc.php
            [line] => 212
            [function] => verify_uservote
            [args] => Array
                (
                    [0] =>
                )

        )

    [4] => Array
        (
            [file] => /path/to/phpgroupware/polls/index.php
            [line] => 21
            [function] => display_poll
            [args] => NONE
        )

)

Caeies <Caeies>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by skwashd (Updated the item)
  • -email is unavailable- added by Caeies (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-06 skwashd Assigned toskwashd None

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code