View Issue Details

IDProjectCategoryView StatusLast Update
0000242XMB1Bugspublic2009-01-07 21:51
Reportermiqrogroove Assigned Tomiqrogroove  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.9.8 SP2 
Target Version1.9.11Fixed in Version1.9.11 
Summary0000242: Invalid Use of fetch_array() in member.php?action=profile
DescriptionAt line 570 in trunk:

            $memberinfo = $db->fetch_array($db->query("SELECT * FROM ".X_PREFIX."members WHERE username='$member'"));

The fetch_array() parameter is a non-aggregate query, which is frequently invalid.
TagsNo tags attached.
MySQL Version
PHP Version
Web Server
Browser
Flags
Original Reporter
SVN Revision1559

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-01-04 18:15 miqrogroove New Issue
2009-01-04 18:15 miqrogroove Status new => assigned
2009-01-04 18:15 miqrogroove Assigned To => miqrogroove
2009-01-04 18:32 miqrogroove SVN Revision => 1559
2009-01-04 18:32 miqrogroove Status assigned => resolved
2009-01-04 18:32 miqrogroove Fixed in Version => 1.9.11
2009-01-04 18:32 miqrogroove Resolution open => fixed
2009-01-07 21:51 miqrogroove Status resolved => closed