Menu

#40 Poll error

0.97.3.5
closed-accepted
5
2005-11-20
2004-12-21
Anonymous
No

Fatal error: Call to undefined method
MDB2_Driver_mysql::numRows() in
/var/www/localhost/htdocs/alp/test/polls.php on line 72

I get this error when i vote in the polls

Discussion

  • BrenIII

    BrenIII - 2005-01-20

    Logged In: YES
    user_id=1196923

    I have the same problem....

    looks like this is line 72
    >>
    $rowtempnum = $dbc->numRows();
    <<

    But I donno what to do with it

     
  • Jason Cross

    Jason Cross - 2005-02-25

    Logged In: YES
    user_id=664087

    There is an error in the php syntax. To fix it:

    Go to line 72
    change
    $rowtempnum = $dbc->numRows();
    to
    $rowtempnum = $rowtemp->numRows();

     
  • Jarrod Mast

    Jarrod Mast - 2005-11-16
    • assigned_to: nobody --> skullshot
    • status: open --> pending
     
  • Jarrod Mast

    Jarrod Mast - 2005-11-20
    • labels: --> Other Modules
    • status: pending --> closed-accepted
     
  • Jarrod Mast

    Jarrod Mast - 2005-11-20

    Logged In: YES
    user_id=798475

    This has been fixed in CVS

    The next release will include this fix

     

Log in to post a comment.